feat: re-enable audio key
parent
11be5e8d1f
commit
e65b801871
3
Makefile
3
Makefile
|
@ -24,3 +24,6 @@ json:
|
|||
clean:
|
||||
qmk clean
|
||||
rm -rf dztech_dz60rgb_wkl_v2_1_haunt98.bin
|
||||
|
||||
draw:
|
||||
pipx install keymap-drawer
|
||||
|
|
|
@ -9,7 +9,7 @@ If success, firmware file is `dztech_dz60rgb_wkl_v2_1_haunt98.bin`
|
|||
Currently firmware size:
|
||||
|
||||
```txt
|
||||
* The firmware size is fine - 22364/26624 (83%, 4260 bytes free)
|
||||
* The firmware size is fine - 22846/26624 (85%, 3778 bytes free)
|
||||
```
|
||||
|
||||
Put keyboard into bootloader mode:
|
||||
|
|
|
@ -5,7 +5,7 @@ LTO_ENABLE = yes
|
|||
CONSOLE_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
||||
MOUSEKEY_ENABLE = no
|
||||
EXTRAKEY_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
|
||||
SPACE_CADET_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
|
|
Loading…
Reference in New Issue