qmk_sweep_skeletyl/keyboards/keebio/foldkb/keymaps/forrcaho
Forrest Cahoon 5329f2558c
Forrcaho foldkb caps lock blink (#17424)
* Add mapping for Keebio FoldKB

* Add (test) macro key; draw box chars around layout

* More programming macro keys added

* Fix stupid bug: return false when key has been handled

* Add mouse layer

* Encoder functions as mouse scroll wheel

* add readme.md for my foldkb layout

* Custom Keebio FoldKB keymap: blink backlight when caps lock is on
2022-09-30 16:23:24 -04:00
..
keymap.c Forrcaho foldkb caps lock blink (#17424) 2022-09-30 16:23:24 -04:00
readme.md [Keymap] New keymap for Keebio FoldKB (#17364) 2022-06-14 16:42:41 -07:00
rules.mk [Keymap] New keymap for Keebio FoldKB (#17364) 2022-06-14 16:42:41 -07:00

Keebio FoldKB rev1

My layout for the FoldKB has three layers:

  • A default standard QWERTY layer,

  • a second "programming" layer with

    • function keys for the corresponding numbers
    • arrow and other navigation keys (such as home) on the right half, and
    • various alternate keymappings and macros useful for programming on the left half.
  • a third "mouse" layer with mouse keys on the right half. No special functions have been added to the left half for this layer (yet).

This was written for a FoldKB with one encoder, and that is made to function as a mouse scroll wheel on all layers. Pressing it is a mouse left click and shift-pressing it is a mouse right click. (Presumably both encoders would do the same thing on a FoldKB with two.)

The backgound lighting levels indicate the layer: dimmest for the default QWERTY layer, middle brightness for the mouse layer, and brightest for the programming layer.