]> 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 7716813dd48311f1f2e671a73f1db4cdf8a29474..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
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
 
 #include "config_common.h"
 
@@ -26,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
@@ -53,11 +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
 
-/* key combination for command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
-#endif
+#define DEBOUNCE 5