summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Perry <dev@numist.net>2019-02-15 23:37:36 -0800
committerScott Perry <dev@numist.net>2019-02-15 23:41:59 -0800
commit04dd09403428192720463443308232069d28ccff (patch)
tree4a7c174fec4d56d71dbdfdf05a55907054983e8b
parentf2729e515c658330bf805e1b8b7b1ad9cedb1147 (diff)
downloadmodel01-firmware-04dd09403428192720463443308232069d28ccff.tar.gz
model01-firmware-04dd09403428192720463443308232069d28ccff.tar.bz2
model01-firmware-04dd09403428192720463443308232069d28ccff.zip
Use numrow keys for numpad
Signed-off-by: Scott Perry <dev@numist.net>
-rw-r--r--Model01-Firmware.ino8
1 files changed, 4 insertions, 4 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 7074861..a3d798f 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -249,10 +249,10 @@ KEYMAPS(
___, ___, ___, ___,
___,
- M(MACRO_VERSION_INFO), ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadSubtract, ___,
- ___, ___, Key_Keypad4, Key_Keypad5, Key_Keypad6, Key_KeypadAdd, ___,
- ___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, ___,
- ___, ___, Key_Keypad0, Key_KeypadDot, Key_KeypadMultiply, Key_KeypadDivide, Key_Enter,
+ M(MACRO_VERSION_INFO), ___, Key_7, Key_8, Key_9, Key_KeypadSubtract, ___,
+ ___, ___, Key_4, Key_5, Key_6, Key_KeypadAdd, ___,
+ ___, Key_1, Key_2, Key_3, Key_Equals, ___,
+ ___, ___, Key_0, Key_Period, Key_KeypadMultiply, Key_KeypadDivide, Key_Enter,
___, ___, ___, ___,
___),