diff options
author | Gergely Nagy <algernon@users.noreply.github.com> | 2018-03-12 21:12:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 21:12:08 +0100 |
commit | bf5dc6a1510bef1916a075b344440b2a894015e2 (patch) | |
tree | add9c7674db163edb1ad4b194985dd50a0b32225 | |
parent | af407cb51a14870c5d0bd6fc707d64df9cc342ac (diff) | |
parent | 3b91ecfbf8aeb6b9127a6f17a389b99582622dac (diff) | |
download | model01-firmware-bf5dc6a1510bef1916a075b344440b2a894015e2.tar.gz model01-firmware-bf5dc6a1510bef1916a075b344440b2a894015e2.tar.bz2 model01-firmware-bf5dc6a1510bef1916a075b344440b2a894015e2.zip |
Merge pull request #49 from algernon/h/numlock/quote-transparent
Make the Quote transparent on the NUMPAD layer.
-rw-r--r-- | Model01-Firmware.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 577b3f5..4be4af4 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -156,7 +156,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = { 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_Quote, + ___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, ___, ___, ___, Key_Keypad0, Key_KeypadDot, Key_KeypadMultiply, Key_KeypadDivide, Key_Enter, ___, ___, ___, ___, ___), |