From 48cec3c13fc2e3a3244afab853f8678cc8c08649 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 21 Feb 2019 17:58:29 +0000 Subject: fix numpad --- keymaps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymaps.h b/keymaps.h index 4a760b4..b160231 100644 --- a/keymaps.h +++ b/keymaps.h @@ -54,8 +54,8 @@ ColorKeymaps( CK(M(MACRO_VERSION_INFO),Base), CK(XXX,Off), CK(Key_Keypad7,Num), CK(Key_Keypad8,Num), CK(Key_Keypad9,Num), CK(Key_KeypadSubtract,Num), CK(___,NumBreathe), CK(XXX,Off), CK(XXX,Off), CK(Key_Keypad4,Num), CK(Key_Keypad5,Num), CK(Key_Keypad6,Num), CK(Key_KeypadAdd,Num), CK(XXX,Off), - CK(XXX,Off), CK(Key_Keypad1,Num), CK(Key_Keypad2,Num), CK(Key_Keypad3,Num), CK(Key_Equals,Num), CK(XXX,Off), - CK(XXX,Off), CK(XXX,Off), CK(Key_Keypad0,Num), CK(Key_KeypadDot,Num), CK(Key_KeypadMultiply,Num), CK(Key_KeypadDivide,Num), CK(Key_Enter,Num), + CK(XXX,Off), CK(Key_Keypad1,Num), CK(Key_Keypad2,Num), CK(Key_Keypad3,Num), CK(Key_KeypadEquals,Num), CK(XXX,Off), + CK(XXX,Off), CK(XXX,Off), CK(Key_Keypad0,Num), CK(Key_KeypadDot,Num), CK(Key_KeypadMultiply,Num), CK(Key_KeypadDivide,Num), CK(Key_KeypadEnter,Num), CK(___,Off), CK(___,Off), CK(___,Off), CK(___,Off), CK(___,Off)), -- cgit v1.2.3