From ac67c082352f5c9a657d8358ab641bcdd4870aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 13 Sep 2020 11:53:37 +0200 Subject: Set numpad --- Model01-Firmware.ino | 8 ++++---- 1 file 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, ___, ___, ___, ___, ___, ___), -- cgit v1.2.3