diff options
author | Aidan Gauland <aidalgol@users.noreply.github.com> | 2022-07-03 00:03:11 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:03:11 +1000 |
commit | 8c4a5f9ba213081f70db37680d799a637833c261 (patch) | |
tree | 4d79878e4fd0146aa74c6ebeffff4907e88e11e9 /keyboards/ploopyco/trackball_nano/keymaps/lkbm/readme.md | |
parent | ee26d3e77f0d3c841086d8d33a2cb5d97e1dd055 (diff) |
Add lkbm keymap (#17218)
Diffstat (limited to 'keyboards/ploopyco/trackball_nano/keymaps/lkbm/readme.md')
-rw-r--r-- | keyboards/ploopyco/trackball_nano/keymaps/lkbm/readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ploopyco/trackball_nano/keymaps/lkbm/readme.md b/keyboards/ploopyco/trackball_nano/keymaps/lkbm/readme.md new file mode 100644 index 0000000000..3b2f698e52 --- /dev/null +++ b/keyboards/ploopyco/trackball_nano/keymaps/lkbm/readme.md @@ -0,0 +1,2 @@ +# The keymap that takes commands as LED-Key BitMasks (lkbm) +Based on [maddie](../maddie), this keymap lets you send a 2-bit command by having a macro on your keyboard tap `KC_NUM_LOCK` and `KC_CAPS_LOCK` on and off within a very short window (25ms by default) to represent bits 1 and 2 respectively. The keymap uses this to allow toggling between sending mouse-movement events and scrolling events; cycling DPI presets, and resetting to the bootloader, so you can reflash without having to unscrew your Ploopy Nano. |