Add some notes for future zmk work
This commit is contained in:
parent
534c3330f4
commit
c2bf11e67b
21
keyboards/zmk-config/notes.md
Normal file
21
keyboards/zmk-config/notes.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Dyanmic Layer Actions
|
||||
|
||||
- look at hold tap implementation for inspiration (keymap file poprtion)
|
||||
|
||||
- hooks for BOTH activate and de-activate
|
||||
|
||||
- change underglow color
|
||||
- fire key press
|
||||
|
||||
|
||||
# Mouse Keys
|
||||
|
||||
- see keymap for codes
|
||||
- constant movement / accellerated option
|
||||
- default accel mode (standard if unspecified)
|
||||
- default speed mode (standard if unspcified)
|
||||
- key code for changing accel mode (slow/standard/fast)
|
||||
- key code for changing speed mode (slow/standard/fast)
|
||||
- constant speed code that will momentarily activate constant speed motion
|
||||
- accell speed code that will momentarily activate accell speed motion
|
||||
- toggle to flip between constant and accell modes
|
Loading…
Reference in a new issue