Ver código fonte

Updated copyright headers and peer review fixes

Cole Markham 7 anos atrás
pai
commit
a14518bf57

+ 0 - 7
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 2 - 0
keyboards/meira/rules.mk

@@ -82,3 +82,5 @@ endif
 ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
     TMK_COMMON_DEFS += -DWATCHDOG_ENABLE
 endif
+
+DEFAULT_FOLDER = meira/promicro