Skip to content

Commit

Permalink
add a bootloader behavior binding
Browse files Browse the repository at this point in the history
cornholius doesn't have a bootmagic or anything and the reset / bootloader button is on the bottom of the pcb inside the case, so let's make a bootloader bind on the main keymap
  • Loading branch information
kitchen committed Mar 6, 2024
1 parent b98aabf commit bafad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/standard-keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

navetc_layer {
bindings = <
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &none &kp PG_UP &kp HOME &kp UP &kp END &nice
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bootloader &kp PG_UP &kp HOME &kp UP &kp END &nice
&bt BT_CLR &none &kp LG(DV_LBRC) &kp LG(DV_RBRC) &none &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &none
&out OUT_BLE &none &kp LG(DV_LBKT) &kp LG(DV_RBKT) &none &kp LG(LC(DV_Q)) &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &none
&trans &trans &trans &trans
Expand Down

0 comments on commit bafad40

Please sign in to comment.