Skip to content

Commit

Permalink
Use shorter version for key symbols
Browse files Browse the repository at this point in the history
Add bluetooth config and see if it solves bootloader not triggering on
right side
  • Loading branch information
SweetyVictor committed Apr 10, 2024
1 parent 43b8e13 commit eb10b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
# Uncomment the following line to enable the Corne OLED Display
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
# Enabling this fixes &bootloader from not working on right side
CONFIG_ZMK_BLE=y
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
};
bslh {
key-positions = <8 21>;
bindings = <&kp NUBS>;
bindings = <&kp BSLH>;
};
prcnt {
key-positions = <7 33>;
bindings = <&kp LS(N5)>;
bindings = <&kp PRCNT>;
};
};
keymap {
Expand Down

0 comments on commit eb10b5c

Please sign in to comment.