mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-26 00:51:29 +00:00
Successfully formatted the rev1.c file using qmk format-c command as requested by QMK member in pull request
This commit is contained in:
parent
50be79cf72
commit
d9063a6341
@ -18,8 +18,7 @@
|
|||||||
|
|
||||||
#if defined(DIP_SWITCH_ENABLE)
|
#if defined(DIP_SWITCH_ENABLE)
|
||||||
bool dip_switch_update_kb(uint8_t index, bool active) {
|
bool dip_switch_update_kb(uint8_t index, bool active) {
|
||||||
if(!dip_switch_update_user(index, active))
|
if (!dip_switch_update_user(index, active)) {
|
||||||
{
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
switch (index) {
|
switch (index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user