mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-06-28 01:35:51 +00:00
chore: remove MODS
This commit is contained in:
parent
c5e31e6cbc
commit
27212b6e1d
1 changed files with 1 additions and 3 deletions
|
@ -16,8 +16,6 @@
|
||||||
#define WNAV 3
|
#define WNAV 3
|
||||||
#define NUM 4
|
#define NUM 4
|
||||||
#define FUN 5
|
#define FUN 5
|
||||||
#define MODS 6
|
|
||||||
#define FRA 7
|
|
||||||
#define VOL_DN C_VOL_DN
|
#define VOL_DN C_VOL_DN
|
||||||
#define VOL_UP C_VOL_UP
|
#define VOL_UP C_VOL_UP
|
||||||
|
|
||||||
|
@ -126,7 +124,7 @@
|
||||||
combo_tab {
|
combo_tab {
|
||||||
timeout-ms = <25>;
|
timeout-ms = <25>;
|
||||||
key-positions = <LM2 LM1>;
|
key-positions = <LM2 LM1>;
|
||||||
bindings = << MODS TAB>;
|
bindings = <&kp TAB>;
|
||||||
layers = <BASE>;
|
layers = <BASE>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue