aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <algernon@users.noreply.github.com>2018-03-12 21:12:08 +0100
committerGitHub <noreply@github.com>2018-03-12 21:12:08 +0100
commitbf5dc6a1510bef1916a075b344440b2a894015e2 (patch)
treeadd9c7674db163edb1ad4b194985dd50a0b32225
parentMerge pull request #47 from danbernier/alpha-square-color (diff)
parentMake the Quote transparent on the NUMPAD layer. (diff)
downloadkeyboardio-model01-bf5dc6a1510bef1916a075b344440b2a894015e2.tar.gz
keyboardio-model01-bf5dc6a1510bef1916a075b344440b2a894015e2.tar.bz2
keyboardio-model01-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.ino2
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,
___, ___, ___, ___,
___),