diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-11 00:20:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 00:20:10 -0700 |
commit | 71ce2b0d79eb3c09c056d91c787e9c793f645b37 (patch) | |
tree | 68a09b289f3e81afc0cfe503dc3de11e3fedd8c3 /keyboards/poker87d/rules.mk | |
parent | 3161f10b1f4c95fdf857b6f3ce9572cf6fdcf7f1 (diff) | |
download | qmk_firmware-71ce2b0d79eb3c09c056d91c787e9c793f645b37.tar.gz qmk_firmware-71ce2b0d79eb3c09c056d91c787e9c793f645b37.zip |
Poker87C and Poker87D Refactor (#13961)
Diffstat (limited to 'keyboards/poker87d/rules.mk')
-rw-r--r-- | keyboards/poker87d/rules.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/poker87d/rules.mk b/keyboards/poker87d/rules.mk index 4ae94ca96b..e11be918d1 100644 --- a/keyboards/poker87d/rules.mk +++ b/keyboards/poker87d/rules.mk @@ -8,10 +8,10 @@ BOOTLOADER = atmel-dfu # change yes to no to disable # BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration -MOUSEKEY_ENABLE = no # Mouse keys +MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work @@ -21,7 +21,4 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output -KEY_LOCK_ENABLE = no # Enable KC_LOCK support - -# generated by KBFirmware JSON to QMK Parser -# https://noroadsleft.github.io/kbf_qmk_converter/ +LAYOUTS = tkl_iso |