diff options
author | Cole Markham <github@ccmcomputing.net> | 2017-12-08 22:55:53 -0600 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-09 00:05:35 -0500 |
commit | a14518bf57b5a44dbf0ff36d4b06df1a5022e59c (patch) | |
tree | bbcc43fb69aebacd18a6a7c67a2a57491d0f464d | |
parent | f74f0ac06bbc2c163e2f8575e0855974bd4c95d1 (diff) | |
download | qmk_firmware-a14518bf57b5a44dbf0ff36d4b06df1a5022e59c.tar.gz qmk_firmware-a14518bf57b5a44dbf0ff36d4b06df1a5022e59c.zip |
Updated copyright headers and peer review fixes
-rw-r--r-- | keyboards/meira/config.h | 7 | ||||
-rw-r--r-- | keyboards/meira/featherble/config.h | 2 | ||||
-rw-r--r-- | keyboards/meira/keymaps/default/config.h | 2 | ||||
-rw-r--r-- | keyboards/meira/meira.c | 2 | ||||
-rw-r--r-- | keyboards/meira/promicro/config.h | 2 | ||||
-rw-r--r-- | keyboards/meira/rules.mk | 2 |
6 files changed, 6 insertions, 11 deletions
diff --git a/keyboards/meira/config.h b/keyboards/meira/config.h index e335db90f..88d5a31ea 100644 --- a/keyboards/meira/config.h +++ b/keyboards/meira/config.h | |||
@@ -43,11 +43,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
43 | #define RGBLIGHT_TIMER | 43 | #define RGBLIGHT_TIMER |
44 | #define RGBLED_NUM 15 // Number of LEDs | 44 | #define RGBLED_NUM 15 // Number of LEDs |
45 | 45 | ||
46 | #ifdef SUBPROJECT_promicro | ||
47 | #include "promicro/config.h" | ||
48 | #endif | ||
49 | #ifdef SUBPROJECT_featherble | ||
50 | #include "featherble/config.h" | ||
51 | #endif | ||
52 | |||
53 | #endif | 46 | #endif |
diff --git a/keyboards/meira/featherble/config.h b/keyboards/meira/featherble/config.h index ade3b2d57..ea26bedfa 100644 --- a/keyboards/meira/featherble/config.h +++ b/keyboards/meira/featherble/config.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | Copyright 2017 REPLACE_WITH_YOUR_NAME | 2 | Copyright 2017 Cole Markham, WoodKeys.click |
3 | 3 | ||
4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/meira/keymaps/default/config.h b/keyboards/meira/keymaps/default/config.h index f52a97bbc..97210115b 100644 --- a/keyboards/meira/keymaps/default/config.h +++ b/keyboards/meira/keymaps/default/config.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2017 REPLACE_WITH_YOUR_NAME | 1 | /* Copyright 2017 Cole Markham, WoodKeys.click |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/meira/meira.c b/keyboards/meira/meira.c index 823415920..cd6bf5580 100644 --- a/keyboards/meira/meira.c +++ b/keyboards/meira/meira.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2017 REPLACE_WITH_YOUR_NAME | 1 | /* Copyright 2017 Cole Markham, WoodKeys.click |
2 | * | 2 | * |
3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/meira/promicro/config.h b/keyboards/meira/promicro/config.h index 403a4e047..0c4e8f17f 100644 --- a/keyboards/meira/promicro/config.h +++ b/keyboards/meira/promicro/config.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | Copyright 2017 REPLACE_WITH_YOUR_NAME | 2 | Copyright 2017 Cole Markham, WoodKeys.click |
3 | 3 | ||
4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/meira/rules.mk b/keyboards/meira/rules.mk index fa80ca9d4..9f1d2fbae 100644 --- a/keyboards/meira/rules.mk +++ b/keyboards/meira/rules.mk | |||
@@ -82,3 +82,5 @@ endif | |||
82 | ifeq ($(strip $(WATCHDOG_ENABLE)), yes) | 82 | ifeq ($(strip $(WATCHDOG_ENABLE)), yes) |
83 | TMK_COMMON_DEFS += -DWATCHDOG_ENABLE | 83 | TMK_COMMON_DEFS += -DWATCHDOG_ENABLE |
84 | endif | 84 | endif |
85 | |||
86 | DEFAULT_FOLDER = meira/promicro | ||