diff options
author | Akshay <[email protected]> | 2022-07-03 17:10:45 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-07-03 17:10:45 +0100 |
commit | 5a8be075ab08acd1ac55c3becc8ff0ba6618759f (patch) | |
tree | 9b8886167dd288ec75760f7f3febd9deba1b6ef6 | |
parent | f2c7f840a25ef8ba5daffa0a08930e5169a37b53 (diff) |
add power and sleep
-rw-r--r-- | config/cradio.keymap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 9a9a9d7..d7c944c 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap | |||
@@ -38,8 +38,8 @@ | |||
38 | 38 | ||
39 | nav_layer { | 39 | nav_layer { |
40 | bindings = < | 40 | bindings = < |
41 | &bt BT_CLR &trans &trans &trans &trans &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR | 41 | &bt BT_CLR &trans &trans &trans &kp K_SLEEP &trans &kp LBRC &kp RBRC &kp LPAR &kp RPAR |
42 | &bt BT_SEL 0 &trans &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans | 42 | &bt BT_SEL 0 &trans &trans &trans &kp K_PWR &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans |
43 | &bt BT_SEL 1 &trans &trans &bootloader &reset &trans &kp LBKT &kp RBKT &trans &trans | 43 | &bt BT_SEL 1 &trans &trans &bootloader &reset &trans &kp LBKT &kp RBKT &trans &trans |
44 | &trans &trans &kp ESC &trans | 44 | &trans &trans &kp ESC &trans |
45 | >; | 45 | >; |