diff options
author | vuhopkep <boy9x0@gmail.com> | 2019-10-19 08:18:39 +0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-18 18:18:39 -0700 |
commit | 9bfacc7c76237600ac0a05003fd87ae98e0b0221 (patch) | |
tree | 13a8c1b0cb935a5ec28c08ec853cecfc3908e162 /keyboards/handwired/hnah108/rules.mk | |
parent | c26faed2b60e59293f631e041619567f23a93406 (diff) | |
download | qmk_firmware-9bfacc7c76237600ac0a05003fd87ae98e0b0221.tar.gz qmk_firmware-9bfacc7c76237600ac0a05003fd87ae98e0b0221.zip |
[Keyboard] update encoder function, info.json data (#7035)
* update encoder function, info.json data
* Update rules.mk
Diffstat (limited to 'keyboards/handwired/hnah108/rules.mk')
-rw-r--r-- | keyboards/handwired/hnah108/rules.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/handwired/hnah108/rules.mk b/keyboards/handwired/hnah108/rules.mk index f881a08bfe..80f59561d8 100644 --- a/keyboards/handwired/hnah108/rules.mk +++ b/keyboards/handwired/hnah108/rules.mk @@ -27,7 +27,7 @@ BOOTLOADER = atmel-dfu # BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) -EXTRAKEY_ENABLE = no # Audio control and System control(+450) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE @@ -44,6 +44,3 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) ENCODER_ENABLE = yes RGB_MATRIX_ENABLE = WS2812 - -# Supported layouts -LAYOUTS = fullsize_ansi fullsize_iso |