From a14518bf57b5a44dbf0ff36d4b06df1a5022e59c Mon Sep 17 00:00:00 2001 From: Cole Markham Date: Fri, 8 Dec 2017 22:55:53 -0600 Subject: [PATCH] Updated copyright headers and peer review fixes --- keyboards/meira/config.h | 7 ------- keyboards/meira/featherble/config.h | 2 +- keyboards/meira/keymaps/default/config.h | 2 +- keyboards/meira/meira.c | 2 +- keyboards/meira/promicro/config.h | 2 +- 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 e335db90fcf9ecdc38e6644ea590ba82c491a8d7..88d5a31ea71ca110967b7d9f64f916388f6a8d62 100644 --- a/keyboards/meira/config.h +++ b/keyboards/meira/config.h @@ -43,11 +43,4 @@ along with this program. If not, see . #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 ade3b2d578565ec56b8def3f057804cc696c6479..ea26bedfa06a13650a3faa283640ae77c9db90a2 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 f52a97bbc8653a337e8c17f4e292273151f5bbec..97210115b9e583f05b418b86da7942f543e10e06 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 8234159207dc92ca6836f6403a1fa821d248b2b5..cd6bf5580b4c3aa9743761744f797f21925fae6d 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 403a4e0470aa8e744143aa2cbddc19bd21b4b88b..0c4e8f17f50215f7f18a3a57363794dec3468182 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 fa80ca9d46cef101ba8e4a175c82bb2ab1575bd2..9f1d2fbaeebab51ef5f2844770ed38c07fffb383 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