mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-15 03:45:29 -04:00
[Keyboard] Update Kay65 LED state (#18895)
This commit is contained in:
parent
1e868963f5
commit
ad60c62f66
1 changed files with 2 additions and 2 deletions
|
@ -59,12 +59,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