summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2020-09-13 11:53:37 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-07-09 17:02:10 +0200
commitac67c082352f5c9a657d8358ab641bcdd4870aa9 (patch)
tree09ea2e46f3c7d278151cec75453bf263c385a583
parent14bffbcc403900e066c30b9b69746b850364df6d (diff)
downloadmodel01-firmware-ac67c082352f5c9a657d8358ab641bcdd4870aa9.tar.gz
model01-firmware-ac67c082352f5c9a657d8358ab641bcdd4870aa9.tar.bz2
model01-firmware-ac67c082352f5c9a657d8358ab641bcdd4870aa9.zip
Set 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 700c838..1d0e7ac 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -255,10 +255,10 @@ KEYMAPS(
___, ___, ___, ___,
___,
- 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,
+ M(MACRO_VERSION_INFO), ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadAdd, ___,
+ ___, LSHIFT(Key_W), Key_Keypad4, Key_Keypad5, Key_Keypad6, Key_KeypadSubtract, ___,
+ Key_Enter, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_KeypadMultiply, ___,
+ ___, LSHIFT(Key_Backtick), Key_Keypad0, Key_Backspace, Key_KeypadDot, Key_KeypadDivide, ___,
___, ___, ___, ___,
___),