diff options
Diffstat (limited to 'keyboards/gboards/dicts/aset/layer-keymap.def')
-rw-r--r-- | keyboards/gboards/dicts/aset/layer-keymap.def | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/gboards/dicts/aset/layer-keymap.def b/keyboards/gboards/dicts/aset/layer-keymap.def new file mode 100644 index 0000000000..0200f98ce6 --- /dev/null +++ b/keyboards/gboards/dicts/aset/layer-keymap.def @@ -0,0 +1,22 @@ +// Thumb Keys +PRES(AL, KC_LSFT) +PRES(AR, KC_SPC) + +// Layer Switches +// To Number +SPEC( AA | AT | AN | AP, SPEC_STICKY, NUM) +SPEC(NUM | AA | AT | AN | AP, SPEC_STICKY, NUM) +SPEC(CMD | AA | AT | AN | AP, SPEC_STICKY, NUM) +SPEC(USR | AA | AT | AN | AP, SPEC_STICKY, NUM) + +// To Command +SPEC( AS | AE | AI | AO, SPEC_STICKY, CMD) +SPEC(NUM | AS | AE | AI | AO, SPEC_STICKY, CMD) +SPEC(CMD | AS | AE | AI | AO, SPEC_STICKY, CMD) +SPEC(USR | AS | AE | AI | AO, SPEC_STICKY, CMD) + +// To User +SPEC( AA | AS | AE | AT | AN | AI | AO | AP | AR | AL, SPEC_STICKY, USR) +SPEC(NUM | AA | AS | AE | AT | AN | AI | AO | AP | AR | AL, SPEC_STICKY, USR) +SPEC(CMD | AA | AS | AE | AT | AN | AI | AO | AP | AR | AL, SPEC_STICKY, USR) +SPEC(USR | AA | AS | AE | AT | AN | AI | AO | AP | AR | AL, SPEC_STICKY, USR) |