diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-06-15 03:11:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 03:11:19 -0700 |
commit | b008a9afe6f216cebe4c664d5ce59cd6bfe755c3 (patch) | |
tree | 51683c642396c5711ca6bb6fa18bc5aadb8d7c3a /keyboards/hid_liber/rules.mk | |
parent | d8e3294aeaf6d0b2e9400aefdd5bf2ff63d4d981 (diff) |
HID Liberation Device Refactor and Configurator layout support (#9394)
Diffstat (limited to 'keyboards/hid_liber/rules.mk')
-rwxr-xr-x | keyboards/hid_liber/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hid_liber/rules.mk b/keyboards/hid_liber/rules.mk index a0f881731a..f4d7618ec0 100755 --- a/keyboards/hid_liber/rules.mk +++ b/keyboards/hid_liber/rules.mk @@ -17,7 +17,7 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug +CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration CUSTOM_MATRIX = yes # Custom matrix file # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |