Add some notes for future zmk work

This commit is contained in:
KemoNine 2020-12-08 04:39:44 +00:00
parent 534c3330f4
commit c2bf11e67b
1 changed files with 21 additions and 0 deletions

View 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