mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
fix maartenwut/minitomic
This commit is contained in:
parent
b8d54bddcc
commit
0ef12b059d
@ -34,5 +34,6 @@ bool led_update_kb(led_t led_state) {
|
|||||||
// This behavior depends on whether the LED is between the pin
|
// This behavior depends on whether the LED is between the pin
|
||||||
// and VCC or the pin and GND.
|
// and VCC or the pin and GND.
|
||||||
writePin(C7, !led_state.caps_lock);
|
writePin(C7, !led_state.caps_lock);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user