qmk_sweep_skeletyl/keyboards/nullbitsco/nibble/keymaps/snailmap
Ryan c6f1b594a2
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`

And one `KC_ALT_ERASE` -> `KC_ERAS`

* `KC_NONUS_BSLASH` -> `KC_NUBS`

* `KC_NUMLOCK` -> `KC_NUM`

* `KC_CLCK` -> `KC_CAPS`

* `KC_SCROLLLOCK` -> `KC_SCRL`

* `KC_LBRACKET` -> `KC_LBRC`

* `KC_RBRACKET` -> `KC_RBRC`

* `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-10 20:06:26 +01:00
..
keymap.c Remove legacy keycodes, part 2 (#18660) 2022-10-10 20:06:26 +01:00
readme.md
rules.mk

SnailMap

KeySnail

🐌 Display

  • Mini keyboard that highlights the currently pressed keys
  • Snail icon that changes based on the current WPM
  • Current and max WPM counters
  • Active layer name
  • WPM graph

⚙️ Customization

The OLED configuration variables can be used to easily customize the display

oled_horizontal     - Horizontal or vertical orientation
ansi_layout         - ANSI or ISO layout
split_space         - Bottom row spacebar
three_mods_left     - Left modifier keys
three_mods_right    - Right modifier keys
graph_direction     - Graph movement direction
graph_refresh       - Frequency of graph lines
graph_top_wpm       - WPM required to reach the top of the graph
icon_med_wpm        - WPM required to display the medium snail
icon_fast_wpm       - WPM required to display the fast snail
MA_LAYER_NAME       - Layer 0 display name
L1_LAYER_NAME       - Layer 1 display name
L2_LAYER_NAME       - Layer 2 display name
L3_LAYER_NAME       - Layer 3 display name

Keymap created by dogspace