mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-10 09:52:11 +00:00
Update keyboards/protokeeb/rev1/rev1.c
Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
parent
8930af70f2
commit
50be79cf72
@ -29,10 +29,6 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
|
|||||||
// Toggle Host Mute
|
// Toggle Host Mute
|
||||||
tap_code(KC_MUTE);
|
tap_code(KC_MUTE);
|
||||||
}
|
}
|
||||||
// Encoder Push Button Released
|
|
||||||
else {
|
|
||||||
// Do Nothing
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user