feat: disable magic keycodes
parent
b42e5d1131
commit
d7fc0b2f58
|
@ -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 - 23518/26624 (88%, 3106 bytes free)
|
||||
* The firmware size is fine - 23018/26624 (86%, 3606 bytes free)
|
||||
```
|
||||
|
||||
Put keyboard into bootloader mode:
|
||||
|
@ -27,6 +27,7 @@ Use [QMK Toolbox](https://github.com/qmk/qmk_toolbox) to flash.
|
|||
- [Grave Escape](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_grave_esc.md)
|
||||
- Don't
|
||||
- [Space Cadet: The Future, Built In](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_space_cadet.md)
|
||||
- [Magic Keycodes](https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_magic.md)
|
||||
- [Configuring QMK](https://github.com/qmk/qmk_firmware/blob/master/docs/config_options.md)
|
||||
- [Squeezing the most out of AVR](https://github.com/qmk/qmk_firmware/blob/master/docs/squeezing_avr.md)
|
||||
- [Reducing firmware size](https://get.vial.today/docs/firmware-size.html)
|
||||
|
|
|
@ -8,3 +8,4 @@ MOUSEKEY_ENABLE = no
|
|||
EXTRAKEY_ENABLE = no
|
||||
|
||||
SPACE_CADET_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
|
|
Loading…
Reference in New Issue