[Keyboard] Fix knops keymaps (#13872)

This commit is contained in:
Dasky
2021-08-04 20:10:31 +01:00
committed by GitHub
parent 3568eafd65
commit 3917fd5639
5 changed files with 82 additions and 82 deletions

View File

@@ -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);