[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

@@ -270,7 +270,7 @@ void led_set_layer(int layer) {
/*
* Prepare all LED ports for output
*/
void led_init_ports_user() {
void led_init_ports_user(void) {
setPinOutput(D7); // Switch 1 LED
setPinOutput(C6); // Switch 2 LED Pin1
setPinOutput(C7); // Switch 2 LED Pin2