diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-23 15:01:44 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 15:01:44 +1100 |
commit | 806aa9bc67c77c3899e60c1daef560680865568c (patch) | |
tree | b6dcfbb25e511bf77f1efc45f78218762f2bf999 /keyboards/clueboard | |
parent | dc7081a8233e5d709d09cc09adafdc42efd9c8a0 (diff) |
Remove comments about custom ldscript for Teensy LC (#11224)
Diffstat (limited to 'keyboards/clueboard')
-rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk index 48740725a1..0f5f71ac6d 100644 --- a/keyboards/clueboard/66_hotswap/gen1/rules.mk +++ b/keyboards/clueboard/66_hotswap/gen1/rules.mk @@ -9,7 +9,6 @@ LED_MATRIX_DRIVER = IS31FL3731 # comment out to disable the options. # BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration -## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug |