summaryrefslogtreecommitdiffstats
path: root/keyboards/scarletbandana/config.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-06 21:41:14 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-06 21:41:14 +0100
commitafa4763ef55abcf122c07700e1c1fd012973fea2 (patch)
treeaece17e09efc265f78d15e240f8edeabb55b15d2 /keyboards/scarletbandana/config.h
parent80e733798a808ba1cf0d5371360c152fbb933717 (diff)
downloadqmk_firmware-afa4763ef55abcf122c07700e1c1fd012973fea2.tar.gz
qmk_firmware-afa4763ef55abcf122c07700e1c1fd012973fea2.tar.xz
[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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/scarletbandana/config.h b/keyboards/scarletbandana/config.h
index 74443b3f8..58c5d4a41 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