3ba242cc3f
* Random key presses for scrabblepad * Fix keymap code comments * Remove unused methods as per code review
6 lines
221 B
Markdown
6 lines
221 B
Markdown
# 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.
|