diff options
| -rw-r--r-- | config/cradio.keymap | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index ca4da38..5cfc46b 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -23,6 +23,7 @@ #define FUNC 5 #define GAME 6 #define BLE 7 +#define PREZ 8 &sl { release-after-ms = <1500>; @@ -179,8 +180,8 @@ //│ F11 │ F1 │ F2 │ F3 │BRIGHT UP │ │PLAY/PAUSE│ PREV SONG │ NEXT SONG │ │ │ &kp F11 &kp F1 &kp F2 &kp F3 &kp C_BRI_UP &kp C_PP &kp C_PREV &kp C_NEXT &none &none //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼────────────┼────────────┼──────────┼──────────┤ - //│ F12 │ F7 │ F8 │ F9 │BRIGHT DWN│ │ │ │ │ │ │ - &kp F12 &kp F7 &kp F8 &kp F9 &kp C_BRI_DN &none &none &none &none &none + //│ F12 │ F7 │ F8 │ F9 │BRIGHT DWN│ │ │ │ │ │ PREZ │ + &kp F12 &kp F7 &kp F8 &kp F9 &kp C_BRI_DN &none &none &none &none &to PREZ //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼────────────┼────────────┴──────────┴──────────╯ &kp F10 &trans &trans &trans // ╰──────────┴──────────╯ ╰──────────┴────────────╯ @@ -220,5 +221,22 @@ // ╰────────────┴──────────╯ ╰──────────┴──────────╯ >; }; + + prez_layer { + bindings = < + //╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮ + //│ │ │ │ │ │ │ │ │ │ │ │ + &none &none &none &none &none &none &none &none &none &none + //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ + //│ │ │ │ │ │ │ │ │ │ │ │ + &none &none &none &none &none &none &none &none &none &none + //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ + //│ │ │ │ │ │ │ │ │ │ │ │ + &none &none &none &none &none &none &none &none &none &none + //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ + &kp LARW &kp RARW &none &to BASE + // ╰──────────┴──────────╯ ╰──────────┴──────────╯ + >; + }; }; }; |