Updated copyright headers and peer review fixes
parent
f74f0ac06b
commit
a14518bf57
|
@ -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,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,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,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,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
|
||||
|
|
|
@ -82,3 +82,5 @@ endif
|
|||
ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
|
||||
TMK_COMMON_DEFS += -DWATCHDOG_ENABLE
|
||||
endif
|
||||
|
||||
DEFAULT_FOLDER = meira/promicro
|
||||
|
|
Loading…
Reference in New Issue