summaryrefslogtreecommitdiffstats
path: root/keyboards/infinity60/led/rules.mk
diff options
context:
space:
mode:
authorMikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>2021-04-20 19:23:00 +0200
committerGitHub <noreply@github.com>2021-04-20 10:23:00 -0700
commit271c7d4923f58d6e4548ff2124de2c6af11e6fb6 (patch)
tree7d85bbad782a45c212136886fd991995dcdf9a14 /keyboards/infinity60/led/rules.mk
parent54bad99e0e94060edfad16e0a293e5feac2a478e (diff)
[Keyboard] Added support for the older no_led revision (#12563)
Diffstat (limited to 'keyboards/infinity60/led/rules.mk')
-rw-r--r--keyboards/infinity60/led/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/infinity60/led/rules.mk b/keyboards/infinity60/led/rules.mk
new file mode 100644
index 0000000000..d48f3b73a5
--- /dev/null
+++ b/keyboards/infinity60/led/rules.mk
@@ -0,0 +1,3 @@
+# project specific files
+SRC += led.c \
+ led_controller.c \ No newline at end of file