Skip to content

Commit

Permalink
Added keycode to symbol_rolls.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwa-ahendricks committed Nov 18, 2024
1 parent 509d534 commit 8956ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/wheredoesyourmindgo/features/symbol_rolls.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ bool process_symbol_rolls(uint16_t keycode, keyrecord_t* record, uint8_t sym_lay

// Immediately un-register (shift) mods (don't wait for keypress release). This will prevent shifted symbols from happening during fast rolls on low(symbol) layer for keys that require a shift press followed by a key that doesn't, eg. /, \, [, and ].
switch (keycode) {
case KC_TILDE:
// might need to revisit these below, not sure if they apply to more recent versions of Serenity layout
case KC_LT:
case KC_GT:
case KC_LEFT_CURLY_BRACE:
Expand Down

0 comments on commit 8956ce1

Please sign in to comment.