mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-16 17:41:21 +02:00

* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
A preonic keymap that includes:
- doubletap tapdance for caps lock
- rotary encoder
- macro record/playback
- light on/off
- sound on/off
- blink-on-keypress w/ on/off keystroke
- beep-on-keypress w/ on/off keystroke (this has stability issues when typing fast, still trying to remediate)