summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@users.noreply.github.com>2019-03-15 11:18:19 +0100
committerGitHub <noreply@github.com>2019-03-15 11:18:19 +0100
commit5b48f32b1c0e26b68fd9aed8dc700aa6749be9d5 (patch)
tree7d5ebeb11c2312b48790e5d1b6375275883dd1c7
parent65839e568307dbce07a8652db7ccfd5769f4d084 (diff)
parent04dd09403428192720463443308232069d28ccff (diff)
downloadmodel01-firmware-5b48f32b1c0e26b68fd9aed8dc700aa6749be9d5.tar.gz
model01-firmware-5b48f32b1c0e26b68fd9aed8dc700aa6749be9d5.tar.bz2
model01-firmware-5b48f32b1c0e26b68fd9aed8dc700aa6749be9d5.zip
Merge pull request #79 from numist/numist/numrow-keys-for-numpad
Use numrow keys for numpad
-rw-r--r--Model01-Firmware.ino8
1 files changed, 4 insertions, 4 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 5e2e115..124be72 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -252,10 +252,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,
___, ___, ___, ___,
___),