mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-07 16:14:17 -04:00
Fixing bugs
- I got messed up when i removed the backspace and mouse button 1 combos
This commit is contained in:
parent
90ea8d727a
commit
878f111e74
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ bool combo_should_trigger(uint16_t combo_index, combo_t *combo, uint16_t keycode
|
|||
// case MOUSE_BUTTON2:
|
||||
// case MOUSE_BUTTON3:
|
||||
// case MOUSE_BUTTON4:
|
||||
df// case MOUSE_BUTTON5:
|
||||
// case MOUSE_BUTTON5:
|
||||
|
||||
case MOUSE_DRGTOG:
|
||||
if ( get_highest_layer(layer_state | default_layer_state) > _DEFAULT_LAYER_1 ) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue