Skip to content

Commit 2b5d0eb

Browse files
committed
add random keys to test layers and test firmware loading
1 parent 24773cc commit 2b5d0eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/cradio.keymap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
//│ ! │ @ │# │ $ │ % │ │ * │ - │ = │ \ │ ` │
9898
&kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp ASTRK &kp MINUS &kp EQUAL &kp BSLH &kp GRAVE
9999
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
100-
//│ │ │ │ FN LAYER │ CONF │ │ & │ _ │ + │ │ │ ? │
101-
&trans &trans &trans &to function &to conf &kp AMPS &kp UNDER &kp PLUS &kp PIPE &kp QMARK
100+
//│(testing) │ │ │ FN LAYER │ CONF │ │ & │ _ │ + │ │ │ ? │
101+
&kp = &trans &trans &to function &to conf &kp AMPS &kp UNDER &kp PLUS &kp PIPE &kp QMARK
102102
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
103103
&to default &trans &trans &to number
104104
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
@@ -145,8 +145,8 @@
145145
//│ RESET │ │ │TOG BT/USB│PROFILE 0 │ │ QWERTY │ │ │ │ RESET │
146146
&sys_reset &trans &trans &out OUT_TOG &bt BT_SEL 0 &tog qwerty &trans &trans &trans &sys_reset
147147
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
148-
//│BOOTLOADER│ │ │ │PROFILE 1 │ │ │ │ │ │BOOTLOADER│
149-
&bootloader &trans &trans &trans &bt BT_SEL 1 &trans &trans &trans &trans &bootloader
148+
//│BOOTLOADER│ │ │(testing) │PROFILE 1 │ │ │ │ │ │BOOTLOADER│
149+
&bootloader &trans &trans &kp ! &bt BT_SEL 1 &trans &trans &trans &trans &bootloader
150150
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
151151
//│ │ │ │ CLEAR BT │PROFILE 2 │ │ │ │ │ │ │
152152
&trans &trans &trans &bt BT_CLR &bt BT_SEL 2 &trans &trans &trans &trans &trans

0 commit comments

Comments
 (0)