forked from mirrors/qmk_userspace
[Keyboard] Fix knops keymaps (#13872)
This commit is contained in:
parent
3568eafd65
commit
3917fd5639
5 changed files with 82 additions and 82 deletions
|
|
@ -60,7 +60,7 @@ void set_led_state(int ledId, bool state)
|
|||
}
|
||||
}
|
||||
|
||||
void led_init_ports_user()
|
||||
void led_init_ports_user(void)
|
||||
{
|
||||
// Switch #1
|
||||
DDRD |= (1 << 6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue