feat: disable magic keycodes

main
sudo pacman -Syu 2023-07-21 04:36:27 +07:00
parent b42e5d1131
commit d7fc0b2f58
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -8,3 +8,4 @@ MOUSEKEY_ENABLE = no
EXTRAKEY_ENABLE = no
SPACE_CADET_ENABLE = no
MAGIC_ENABLE = no