From c2bf11e67b35fb36d8ac3c7f50025eccdfd3928f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 8 Dec 2020 04:39:44 +0000 Subject: [PATCH] Add some notes for future zmk work --- keyboards/zmk-config/notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboards/zmk-config/notes.md 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