diff options
author | David Dai <newtonapple@gmail.com> | 2019-04-29 17:27:49 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-29 17:27:49 -0700 |
commit | e77e46f4bf049c33bcb982325bf5e5bf27994550 (patch) | |
tree | ce435fbf2fdb4e304bd428f08da5aa4acce3eed7 /keyboards/kbdfans/kbd4x/rules.mk | |
parent | 1f0a2d555044e0979c58d4993b4383afa61e7669 (diff) | |
download | qmk_firmware-e77e46f4bf049c33bcb982325bf5e5bf27994550.tar.gz qmk_firmware-e77e46f4bf049c33bcb982325bf5e5bf27994550.zip |
[Keyboard] Adding ortho_4x12 & planck_mit layouts for KBD4X (#5729)
* Adding ortho_4x12 & planck_mit layouts for KBD4X.
* Adding LAYOUT_kc_ortho_4x12 macro to KBD4x.
* Turn off console for KBD4X so firmware size falls within limit.
Diffstat (limited to 'keyboards/kbdfans/kbd4x/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd4x/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/kbdfans/kbd4x/rules.mk b/keyboards/kbdfans/kbd4x/rules.mk index de03b833ce..639546d6c2 100644 --- a/keyboards/kbdfans/kbd4x/rules.mk +++ b/keyboards/kbdfans/kbd4x/rules.mk @@ -65,7 +65,7 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = yes # Console for debug(+400) +CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = yes # 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 @@ -79,3 +79,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) + +LAYOUTS = ortho_4x12 planck_mit |