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 /keyboards/meira | |
parent | f74f0ac06bbc2c163e2f8575e0855974bd4c95d1 (diff) |
Updated copyright headers and peer review fixes
Diffstat (limited to 'keyboards/meira')
-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 e335db90fc..88d5a31ea7 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/>. #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 diff --git a/keyboards/meira/featherble/config.h b/keyboards/meira/featherble/config.h index ade3b2d578..ea26bedfa0 100644 --- a/keyboards/meira/featherble/config.h +++ b/keyboards/meira/featherble/config.h @@ -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 diff --git a/keyboards/meira/keymaps/default/config.h b/keyboards/meira/keymaps/default/config.h index f52a97bbc8..97210115b9 100644 --- a/keyboards/meira/keymaps/default/config.h +++ b/keyboards/meira/keymaps/default/config.h @@ -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 diff --git a/keyboards/meira/meira.c b/keyboards/meira/meira.c index 8234159207..cd6bf5580b 100644 --- a/keyboards/meira/meira.c +++ b/keyboards/meira/meira.c @@ -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 diff --git a/keyboards/meira/promicro/config.h b/keyboards/meira/promicro/config.h index 403a4e0470..0c4e8f17f5 100644 --- a/keyboards/meira/promicro/config.h +++ b/keyboards/meira/promicro/config.h @@ -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 diff --git a/keyboards/meira/rules.mk b/keyboards/meira/rules.mk index fa80ca9d46..9f1d2fbaee 100644 --- a/keyboards/meira/rules.mk +++ b/keyboards/meira/rules.mk @@ -82,3 +82,5 @@ endif ifeq ($(strip $(WATCHDOG_ENABLE)), yes) TMK_COMMON_DEFS += -DWATCHDOG_ENABLE endif + +DEFAULT_FOLDER = meira/promicro |