diff options
| author | Josh Ott <josh@ottmail.me> | 2025-10-20 12:39:36 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-10-20 12:39:36 -0400 |
| commit | d5cbef8b7414c4dd41742695b0d1fa62918f6c4e (patch) | |
| tree | b404aaa4b3e5958a08789ca81744898dd0ac7ad8 | |
| parent | 6ab565e62413d84011b5f2e7d427c39fdbb2c589 (diff) | |
| download | zmk-config-d5cbef8b7414c4dd41742695b0d1fa62918f6c4e.tar.gz zmk-config-d5cbef8b7414c4dd41742695b0d1fa62918f6c4e.zip | |
presentation layer
| -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 + // ╰──────────┴──────────╯ ╰──────────┴──────────╯ + >; + }; }; }; |