qmk_firmware/keyboards/donutcables/scrabblepad/keymaps/random
Ryan 74223c34a9
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
2022-10-16 14:14:40 +01:00
..
keymap.c Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
readme.md [Keyboard] Move scrabblepad into donutcables directory (#5553) 2019-04-04 15:16:59 -07:00

Scrabblepad keymap with every key press random

Every key produces a random key press, except the middle key, which is reserved for resetting the board.

The random key press is selected between KC_A and KC_Z keycodes.