]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/redox/rev1/config.h
[Keyboard] fixes for issue with aanzee qmk port (#6159)
[qmk_firmware.git] / keyboards / redox / rev1 / config.h
index 654a84de7470c50382336bc7629eb7907899219f..72ca94b7914e8ba74d55760db8a4614e84d28d7f 100644 (file)
@@ -47,7 +47,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // #define BACKLIGHT_LEVELS 3
 
 /* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* serial.c configuration for split keyboard */
 #define SOFT_SERIAL_PIN D0
@@ -57,11 +57,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /* ws2812 RGB LED */
 #define RGB_DI_PIN D3