]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/divergetm2/config.h
fix the led_matrix.h naming conflict
[qmk_firmware.git] / keyboards / divergetm2 / config.h
index 8bc9d2c803b924de16f3b98241a94c538f06412e..a5b1eaa682d78b84dc167228cbacf3666e9eaa48 100644 (file)
@@ -48,7 +48,6 @@
 /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
 #define DIODE_DIRECTION ROW2COL
 
-
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 #define DEBOUNCING_DELAY 5
 
@@ -59,6 +58,9 @@
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D0
+
 /*
  * Magic Key Options
  *
  * useful if your keyboard/keypad is missing keys and you want magic key support.
  *
  */
-
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
-