diff options
author | Emile <git@emile.space> | 2023-02-19 22:31:06 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-02-19 22:31:06 +0100 |
commit | 1229d65f5c3481d60ddfd305b8f009e58ad2fd16 (patch) | |
tree | ed54a84aca608771f5b21a0d49a1e1c5a887030c | |
parent | 45b25fe217d4b461739a3246189b0bdae420a1cb (diff) |
CPP -> C_PP
-rw-r--r-- | config/cradio.keymap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index edbd59f..1bc99dd 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -77,7 +77,7 @@ &kc C_PREV VOL_UP VOL_DN &kc C_NEXT &kp TAB AS(MINUS) AS(EQUAL) AS(LBKT) AS(RBKT) AS(BSLH) //├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ //│ │PLY/PAUSE │ MUTE │ │ │ │ F11 │ ` ~ │ DEL │ ' " │ F12 │ - &trans &kc CPP &kc C_MUTE &trans &trans &kc F11 AS(GRAVE) &kc DEL AS(SQT) &kc F12 + &trans &kc C_PP &kc C_MUTE &trans &trans &kc F11 AS(GRAVE) &kc DEL AS(SQT) &kc F12 //╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ &trans &trans &trans &trans // ╰──────────┴──────────╯ ╰──────────┴──────────╯ |