keyboard/keyboards/zmk-config/notes.md

22 lines
667 B
Markdown
Raw Normal View History

2020-12-08 04:39:44 +00:00
# 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