diff --git a/README.md b/README.md index e8afc68e..90d0d2ae 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ Enables additional keys to be mapped by pressing multiple keys simultaneously. P | `R` + `F` | `Mouse Button 4` | Back | | `T` + `G` | `Mouse Button 5` | Forward | | `T` + `G` | `Drag Scroll Toggle` | | -| `C` + `V` | `Enter` | Disabled on `SYMBOL` layer | -| `U` + `I` | `Tab` | Disabled on `SYMBOL` layer | +| `C` + `V` | `Enter` | | +| `U` + `I` | `Tab` | | | `M` + `Comma` | `Backspace` | | ### Key Overrides diff --git a/keymap-drawer.yml b/keymap-drawer.yml index d1769618..43efddf5 100644 --- a/keymap-drawer.yml +++ b/keymap-drawer.yml @@ -30,7 +30,7 @@ layers: - Space - Shift - Space - - {h: "NAV", t: "0"} + - NAV - {t: Mute, type: ghost} NAV: - [Esc, Home, ▲, End, Page Up, null, null, null, null, CONFIG ] @@ -41,16 +41,16 @@ layers: - Ent - null - {type: held} - - null + - {type: ghost} NUM: - [Esc, Mouse 3, Mouse 2, Mouse 1, {h: "~", t: "`"}, null, "7", "8" ,"9", {s: "<", t: ","} ] - - [Gui, Alt, Ctrl, Shift, {h: ":", t: ";"}, null, "4", "5" ,"6", {s: ">", t: "."}] + - [Gui, Alt, Ctrl, Shift, {h: ":", t: ";"}, "0", "4", "5" ,"6", {s: ">", t: "."}] - [Undo, Cut, Copy, Paste, Redo, null, "1", "2" ,"3", {s: "_", t: "-"}] - {type: ghost} - {type: held} - null - Space - - {h: "NAV", t: "0"} + - NAV - {t: Mute, type: ghost} SYM: - [null, null, "&", {h: "%", t: "^"}, {h: "~", t: "`"}, {h: "+", t: "="}, "#", "*", null, {h: "\"\"", t: "\""}] diff --git a/my_keymap.png b/my_keymap.png index a6b8a2ac..91ca7513 100644 Binary files a/my_keymap.png and b/my_keymap.png differ diff --git a/users/t4corun/features/combo.c b/users/t4corun/features/combo.c index e2aa3291..38d17391 100644 --- a/users/t4corun/features/combo.c +++ b/users/t4corun/features/combo.c @@ -29,10 +29,6 @@ bool combo_should_trigger(uint16_t combo_index, combo_t *combo, uint16_t keycode switch (combo_index) { - case KEY_ENT: - case KEY_TAB: - if ( get_highest_layer(layer_state | default_layer_state) == _SYMBOL ) return false; - case MOUSE_BUTTON1: case MOUSE_BUTTON2: case MOUSE_BUTTON3: