qmk_keymaps/README.md

51 lines
1.7 KiB
Markdown
Raw Normal View History

2023-07-20 21:00:18 +00:00
# QMK for dztech/dz60rgb_wkl
2023-07-20 18:02:57 +00:00
2023-07-20 18:11:10 +00:00
## Install
2023-07-20 18:02:57 +00:00
2023-07-20 20:48:12 +00:00
Run `make` to build the firmware.
2023-07-20 18:02:57 +00:00
2023-07-20 21:17:51 +00:00
If success, firmware file is `dztech_dz60rgb_wkl_v2_1_haunt98.bin`
Currently firmware size:
```txt
2023-07-21 02:52:51 +00:00
* The firmware size is fine - 22846/26624 (85%, 3778 bytes free)
2023-07-20 21:17:51 +00:00
```
Put keyboard into bootloader mode:
- Press `QK_BOOT`.
- Unplug cable, then hold `ESC` and plug cable.
2023-07-20 21:21:15 +00:00
Use [QMK Toolbox](https://github.com/qmk/qmk_toolbox) to flash.
2023-07-20 18:11:10 +00:00
## Features
2023-07-20 18:16:31 +00:00
- [Keymap FAQ](https://github.com/qmk/qmk_firmware/blob/master/docs/faq_keymap.md)
2023-07-20 18:32:41 +00:00
- [Keycodes Overview](https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes.md)
2023-07-20 21:34:05 +00:00
- Do
- [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)
2023-07-20 21:36:27 +00:00
- [Magic Keycodes](https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_magic.md)
2023-07-20 21:41:45 +00:00
- [One Shot Keys](https://github.com/qmk/qmk_firmware/blob/master/docs/one_shot_keys.md)
2023-07-20 18:42:35 +00:00
- [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)
2023-07-20 21:29:56 +00:00
- [Configuring QMK](https://www.caniusevia.com/docs/configuring_qmk)
2023-07-20 20:49:05 +00:00
2023-07-20 21:21:15 +00:00
## Stock
2023-07-20 21:22:07 +00:00
Stock firmware is `stock/dztech_dz60rgb_wkl_v2_1.bin`.
2023-07-20 21:21:15 +00:00
Can be flashed with QMK Toolbox.
Links:
- [DZ60RGB-WKL Hot-Swap PCB](https://kbdfans.com/products/dz60rgb-wkl-hot-swap-pcb)
- [USB Drive Flash Manual (New Flash Manual)](https://docs.google.com/document/d/111qx6Qec4JqtIhWaZlMND-VuRnFtn9a-gJaHN8fsL7M/edit?usp=sharing)
2023-07-20 20:49:05 +00:00
## TODO
2023-07-20 21:17:51 +00:00
- [x] How to flash
2023-07-20 21:21:15 +00:00
- [x] Add stock firmware/docs