From b268bc6ee330e132574d1a1e176bf02acfa71e5e Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 27 Feb 2021 21:57:46 -0500 Subject: Remove fn+space for enter. I hit this all the time and I never use it anymore. --- Model01-Firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 9499813..b3f3a6b 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -97,7 +97,7 @@ KEYMAPS( Key_ScrollLock, Key_Home, Key_PageUp, Key_UpArrow, Key_PageDown, ___, Key_F12, Key_End, Key_LeftArrow, Key_DownArrow, Key_RightArrow, ___, ___, Key_PcApplication, Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, - ___, ___, Key_Enter, ___, + ___, ___, ___, ___, ___), [NUMPAD] = KEYMAP_STACKED -- cgit v1.2.3