Update keyboards/protokeeb/rev1/rev1.c

Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
Mrinal Singh Tak 2024-06-25 05:22:06 +05:30 committed by GitHub
parent 8930af70f2
commit 50be79cf72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;