]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/qwertyydox/config.h
[Keyboard] Added aeboards/aegis (#5099)
[qmk_firmware.git] / keyboards / qwertyydox / config.h
index b22ca534e3ef5afd153aacd06636563e151e9623..4c651d3c6cd10f1f3877ec5003742f0a4778fdbb 100644 (file)
@@ -49,16 +49,14 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Set 0 if debouncing isn't needed */
 #define DEBOUNCING_DELAY 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