Skip to content

Commit

Permalink
Corne: Remove backspace from caps_word continue-list
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel2887 committed Jan 8, 2023
1 parent 9089ab9 commit 11b0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define G_NUM 9 // Numbers (1-5) accessible from the GAME layer

&caps_word {
continue-list = <UNDERSCORE MINUS LSHFT FSLH BSLH N0 N1 N2 N3 N4 N5 N6 N7 N8 N9 BSPC>;
continue-list = <UNDERSCORE MINUS LSHFT FSLH BSLH N0 N1 N2 N3 N4 N5 N6 N7 N8 N9>;
};

/ {
Expand Down

0 comments on commit 11b0c19

Please sign in to comment.