diff --git a/keyboards/zmk-config/notes.md b/keyboards/zmk-config/notes.md new file mode 100644 index 00000000..581784a1 --- /dev/null +++ b/keyboards/zmk-config/notes.md @@ -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