]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/scarletbandana/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / scarletbandana / config.h
index 74443b3f866cbb34c5b73d1560d6e2fffbc7593a..4e37b4b424f1f9c80ef612e4c2180fa2f3e0c903 100644 (file)
@@ -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,13 +25,13 @@ 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
 #define MATRIX_COLS 17
 
-/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
+/* COL2ROW, ROW2COL*/
 #define DIODE_DIRECTION ROW2COL
 
 #ifdef RGBLIGHT_ENABLE
@@ -52,4 +52,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define NO_MUSIC_MODE
 #endif
 
-#define DEBOUNCING_DELAY 5
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
+#define DEBOUNCE 5