diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-06 12:41:14 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-06 12:41:14 -0800 |
commit | afa4763ef55abcf122c07700e1c1fd012973fea2 (patch) | |
tree | aece17e09efc265f78d15e240f8edeabb55b15d2 /keyboards/scarletbandana/config.h | |
parent | 80e733798a808ba1cf0d5371360c152fbb933717 (diff) |
[Keyboard] Update the Scarlet Bandana (#5058)
* remove unneeded file
* make an appropriate readme
* amend the LAYOUT macro to adhere to new QMK standards and create an appropriate keymap
* add QMK Configurator support
* a bunch of changes lol
* delete unneeded routines
* update date to modern times
* remove a useless prototype
* add in drashna's suggestions on PR
Diffstat (limited to 'keyboards/scarletbandana/config.h')
-rw-r--r-- | keyboards/scarletbandana/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/scarletbandana/config.h b/keyboards/scarletbandana/config.h index 74443b3f86..58c5d4a413 100644 --- a/keyboards/scarletbandana/config.h +++ b/keyboards/scarletbandana/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Cole Markham +Copyright 2019 Cole Markham 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 @@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER WoodKeys.click #define PRODUCT Scarlet Bandana Version IV mark.2 -#define DESCRIPTION What keyboard is that? +#define DESCRIPTION 65% with macro keys /* key matrix size */ #define MATRIX_ROWS 5 @@ -52,4 +52,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_MUSIC_MODE #endif +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION + #define DEBOUNCING_DELAY 5 |