Keymap for random key presses for the scrabblepad (#4356)

* Random key presses for scrabblepad

* Fix keymap code comments

* Remove unused methods as per code review
This commit is contained in:
gorbachev
2018-11-10 11:22:36 -05:00
committed by Drashna Jaelre
parent b3853e7d40
commit 3ba242cc3f
2 changed files with 80 additions and 0 deletions
@@ -0,0 +1,5 @@
# 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.