]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/40percentclub/25/config.h
Debounce refactor / API (#3720)
[qmk_firmware.git] / keyboards / 40percentclub / 25 / config.h
index 23b768e153d42272d78704dd5f236450e289e910..338683ee7e7b25d10f78c085ddd715d3c36a076b 100644 (file)
@@ -27,6 +27,8 @@
 #define DESCRIPTION     A split 50 key keyboard
 
 #define USE_SERIAL
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D0
 
 /* Select hand configuration */
 #define MASTER_LEFT
  *
  */
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /* control how magic key switches layers */
 //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS  true
 //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS  true