[Keyboard] change xbows/knight pins of capslock Indicator (#7486)
This commit is contained in:
parent
170261328e
commit
f6ffa28b27
2 changed files with 4 additions and 4 deletions
|
@ -11,12 +11,12 @@ void matrix_init_kb(void) {
|
|||
void led_init_ports(void) {
|
||||
setPinOutput(D1);
|
||||
writePinHigh(D1);
|
||||
setPinOutput(E2);
|
||||
writePinHigh(E2);
|
||||
setPinOutput(C7);
|
||||
writePinHigh(C7);
|
||||
}
|
||||
bool led_update_kb(led_t led_state) {
|
||||
if(led_update_user(led_state)) {
|
||||
writePin(E2, !led_state.caps_lock);
|
||||
writePin(C7, !led_state.caps_lock);
|
||||
writePin(D1, !led_state.num_lock);
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue