]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/qwertyydox/rev1/config.h
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / keyboards / qwertyydox / rev1 / config.h
index 3d4c9b0d000270380f812f0bc5e0b6a6d33367f4..703d62de750f5a95f811a7d5980d7162ee3bdc71 100644 (file)
@@ -47,18 +47,16 @@ 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
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 #define LOCKING_SUPPORT_ENABLE
 /* 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)) \
-)
-
 #define BACKLIGHT_PIN E6
 #define BACKLIGHT_LEVELS 5
 
@@ -67,7 +65,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define RGBLED_NUM 12    // Number of LEDs
 
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.