[Keyboard] Update Kay65 LED state (#18895)
This commit is contained in:
parent
e90ff84c31
commit
078a511394
3 changed files with 5 additions and 4 deletions
|
|
@ -36,12 +36,12 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
switch (keycode) {
|
||||
case LOGO_LED_ON:
|
||||
if (record->event.pressed) {
|
||||
writePinHigh(D7);
|
||||
writePinLow(D7);
|
||||
}
|
||||
break;
|
||||
case LOGO_LED_OFF:
|
||||
if (record->event.pressed) {
|
||||
writePinLow(D7);
|
||||
writePinHigh(D7);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue