diff options
| author | Dasky <32983009+daskygit@users.noreply.github.com> | 2021-08-04 20:10:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 12:10:31 -0700 |
| commit | 3917fd56395ca7e8b9c830d64e6943b644df5735 (patch) | |
| tree | c2c6364f6a412137d55f957a1305640f60eeb572 /keyboards/knops/mini/keymaps/mverteuil/keymap.c | |
| parent | 3568eafd6564fe74264cfedd20cba47a4566eb26 (diff) | |
| download | qmk_firmware-3917fd56395ca7e8b9c830d64e6943b644df5735.tar.gz qmk_firmware-3917fd56395ca7e8b9c830d64e6943b644df5735.zip | |
[Keyboard] Fix knops keymaps (#13872)
Diffstat (limited to 'keyboards/knops/mini/keymaps/mverteuil/keymap.c')
| -rw-r--r-- | keyboards/knops/mini/keymaps/mverteuil/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/knops/mini/keymaps/mverteuil/keymap.c b/keyboards/knops/mini/keymaps/mverteuil/keymap.c index bd172e7aa..12afb57da 100644 --- a/keyboards/knops/mini/keymaps/mverteuil/keymap.c +++ b/keyboards/knops/mini/keymaps/mverteuil/keymap.c | |||
| @@ -270,7 +270,7 @@ void led_set_layer(int layer) { | |||
| 270 | /* | 270 | /* |
| 271 | * Prepare all LED ports for output | 271 | * Prepare all LED ports for output |
| 272 | */ | 272 | */ |
| 273 | void led_init_ports_user() { | 273 | void led_init_ports_user(void) { |
| 274 | setPinOutput(D7); // Switch 1 LED | 274 | setPinOutput(D7); // Switch 1 LED |
| 275 | setPinOutput(C6); // Switch 2 LED Pin1 | 275 | setPinOutput(C6); // Switch 2 LED Pin1 |
| 276 | setPinOutput(C7); // Switch 2 LED Pin2 | 276 | setPinOutput(C7); // Switch 2 LED Pin2 |
