~ruther/qmk_firmware

a14518bf57b5a44dbf0ff36d4b06df1a5022e59c — Cole Markham 7 years ago f74f0ac
Updated copyright headers and peer review fixes
M keyboards/meira/config.h => keyboards/meira/config.h +0 -7
@@ 43,11 43,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_TIMER
#define RGBLED_NUM 15    // Number of LEDs

#ifdef SUBPROJECT_promicro
    #include "promicro/config.h"
#endif
#ifdef SUBPROJECT_featherble
    #include "featherble/config.h"
#endif

#endif

M keyboards/meira/featherble/config.h => keyboards/meira/featherble/config.h +1 -1
@@ 1,5 1,5 @@
/*
Copyright 2017 REPLACE_WITH_YOUR_NAME
Copyright 2017 Cole Markham, WoodKeys.click

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

M keyboards/meira/keymaps/default/config.h => keyboards/meira/keymaps/default/config.h +1 -1
@@ 1,4 1,4 @@
/* Copyright 2017 REPLACE_WITH_YOUR_NAME
/* Copyright 2017 Cole Markham, WoodKeys.click
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by

M keyboards/meira/meira.c => keyboards/meira/meira.c +1 -1
@@ 1,4 1,4 @@
/* Copyright 2017 REPLACE_WITH_YOUR_NAME
/* Copyright 2017 Cole Markham, WoodKeys.click
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by

M keyboards/meira/promicro/config.h => keyboards/meira/promicro/config.h +1 -1
@@ 1,5 1,5 @@
/*
Copyright 2017 REPLACE_WITH_YOUR_NAME
Copyright 2017 Cole Markham, WoodKeys.click

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

M keyboards/meira/rules.mk => keyboards/meira/rules.mk +2 -0
@@ 82,3 82,5 @@ endif
ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
    TMK_COMMON_DEFS += -DWATCHDOG_ENABLE
endif

DEFAULT_FOLDER = meira/promicro