aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/colormap.map4
-rw-r--r--src/keymap.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/colormap.map b/src/colormap.map
index 2ba99d4..7387a80 100644
--- a/src/colormap.map
+++ b/src/colormap.map
@@ -7,12 +7,12 @@
0 0 0 0 0 0 0 1
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 5
-8 0 0 0 0 0 3 0
+0 0 0 0 0 0 3 0
2 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
-0 6 0 0 0 0 0 0
+8 6 0 0 0 0 0 0
# Nav
diff --git a/src/keymap.h b/src/keymap.h
index 80f4330..222dbd0 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -40,7 +40,7 @@ KEYMAPS(
___, M(LEFT_BRACKET), M(AT), M(STAR), M(DOLLAR), M(CARET), ___
, Key_Backtick, Key_Quote, Key_Comma, Key_Period, Key_P, Key_Y, TD(LPB)
, Key_Tab, Key_A, Key_O, Key_E, Key_U, Key_I
- , Key_LeftGui, Key_Slash, Key_Q, Key_J, Key_K, Key_X, TD(COLON)
+ , ___, Key_Slash, Key_Q, Key_J, Key_K, Key_X, TD(COLON)
, OSM(LeftControl), Key_Backspace, OSM(LeftShift), Key_Escape
, OSL(NAV)
@@ -50,7 +50,7 @@ KEYMAPS(
, Key_D, Key_H, Key_T, Key_N, Key_S, Key_Minus
, Key_Equals, Key_B, Key_M, Key_W, Key_V, Key_Z, ___
- , ___, Key_Enter, Key_Spacebar, OSM(RightAlt)
+ , Key_LeftGui, Key_Enter, Key_Spacebar, OSM(RightAlt)
, OSL(NUM)
)