diff --git a/README.md b/README.md index 077775b..1fbb8e9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/keymaps/haunt98/rules.mk b/keymaps/haunt98/rules.mk index 7c1bc39..e2269d5 100644 --- a/keymaps/haunt98/rules.mk +++ b/keymaps/haunt98/rules.mk @@ -8,3 +8,4 @@ MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = no SPACE_CADET_ENABLE = no +MAGIC_ENABLE = no