Skip to content

Commit

Permalink
Add semicolon to auto-shift
Browse files Browse the repository at this point in the history
  • Loading branch information
flmng0 committed Oct 11, 2023
1 parent 6685a22 commit 30956ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flmng0.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ bool get_custom_auto_shifted_key(uint16_t keycode, keyrecord_t *record) {
return true;

#endif

case KC_SCLN:
return true;
}

return false;
Expand Down

0 comments on commit 30956ca

Please sign in to comment.