diff options
author | Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> | 2021-04-20 19:23:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 10:23:00 -0700 |
commit | 271c7d4923f58d6e4548ff2124de2c6af11e6fb6 (patch) | |
tree | 7d85bbad782a45c212136886fd991995dcdf9a14 /keyboards/infinity60/rules.mk | |
parent | 54bad99e0e94060edfad16e0a293e5feac2a478e (diff) | |
download | qmk_firmware-271c7d4923f58d6e4548ff2124de2c6af11e6fb6.tar.gz qmk_firmware-271c7d4923f58d6e4548ff2124de2c6af11e6fb6.zip |
[Keyboard] Added support for the older no_led revision (#12563)
Diffstat (limited to 'keyboards/infinity60/rules.mk')
-rw-r--r-- | keyboards/infinity60/rules.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index 595b7bfb92..f4100174da 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk @@ -30,9 +30,7 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output -# project specific files -SRC += led.c \ - led_controller.c +DEFAULT_FOLDER = infinity60/led LAYOUTS = 60_ansi_split_bs_rshift |