aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-23 15:01:44 +1100
committerGitHub <noreply@github.com>2020-12-23 15:01:44 +1100
commit806aa9bc67c77c3899e60c1daef560680865568c (patch)
treeb6dcfbb25e511bf77f1efc45f78218762f2bf999
parentdc7081a8233e5d709d09cc09adafdc42efd9c8a0 (diff)
downloadqmk_firmware-806aa9bc67c77c3899e60c1daef560680865568c.tar.gz
qmk_firmware-806aa9bc67c77c3899e60c1daef560680865568c.zip
Remove comments about custom ldscript for Teensy LC (#11224)
-rw-r--r--keyboards/boston_meetup/2019/rules.mk1
-rwxr-xr-xkeyboards/ckeys/thedora/rules.mk1
-rw-r--r--keyboards/clueboard/66_hotswap/gen1/rules.mk1
-rw-r--r--keyboards/hadron/ver3/rules.mk1
-rw-r--r--keyboards/infinity60/rules.mk1
-rw-r--r--keyboards/jm60/rules.mk1
-rw-r--r--keyboards/planck/ez/rules.mk1
-rwxr-xr-xkeyboards/planck/keymaps/ishtob/rule.mk1
-rw-r--r--keyboards/planck/rev6/rules.mk1
-rw-r--r--keyboards/preonic/rev3/rules.mk1
-rw-r--r--keyboards/tkc/candybar/lefty/rules.mk1
-rw-r--r--keyboards/tkc/candybar/righty/rules.mk1
-rw-r--r--quantum/mcu_selection.mk1
13 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/boston_meetup/2019/rules.mk b/keyboards/boston_meetup/2019/rules.mk
index aa35ba753..05e29b029 100644
--- a/keyboards/boston_meetup/2019/rules.mk
+++ b/keyboards/boston_meetup/2019/rules.mk
@@ -6,7 +6,6 @@ MCU = STM32F303
6# 6#
7BACKLIGHT_ENABLE = no 7BACKLIGHT_ENABLE = no
8BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration 8BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
9## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
10MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = no # Console for debug 11CONSOLE_ENABLE = no # Console for debug
diff --git a/keyboards/ckeys/thedora/rules.mk b/keyboards/ckeys/thedora/rules.mk
index 92665ffb6..c88f4907c 100755
--- a/keyboards/ckeys/thedora/rules.mk
+++ b/keyboards/ckeys/thedora/rules.mk
@@ -6,7 +6,6 @@ MCU = STM32F303
6# 6#
7BACKLIGHT_ENABLE = no 7BACKLIGHT_ENABLE = no
8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
9## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
10MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = no # Console for debug 11CONSOLE_ENABLE = no # Console for debug
diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk
index 48740725a..0f5f71ac6 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
9# comment out to disable the options. 9# comment out to disable the options.
10# 10#
11BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 11BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
12## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
13MOUSEKEY_ENABLE = yes # Mouse keys 12MOUSEKEY_ENABLE = yes # Mouse keys
14EXTRAKEY_ENABLE = yes # Audio control and System control 13EXTRAKEY_ENABLE = yes # Audio control and System control
15CONSOLE_ENABLE = yes # Console for debug 14CONSOLE_ENABLE = yes # Console for debug
diff --git a/keyboards/hadron/ver3/rules.mk b/keyboards/hadron/ver3/rules.mk
index 6c13bd2bc..8f1c65c8d 100644
--- a/keyboards/hadron/ver3/rules.mk
+++ b/keyboards/hadron/ver3/rules.mk
@@ -6,7 +6,6 @@ MCU = STM32F303
6# 6#
7BACKLIGHT_ENABLE = no 7BACKLIGHT_ENABLE = no
8BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration 8BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
9## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
10MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = no # Console for debug 11CONSOLE_ENABLE = no # Console for debug
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk
index dce10b571..8f962a53d 100644
--- a/keyboards/infinity60/rules.mk
+++ b/keyboards/infinity60/rules.mk
@@ -17,7 +17,6 @@ BOARD = MCHCK_K20
17# comment out to disable the options. 17# comment out to disable the options.
18# 18#
19BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration 19BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
20## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
21MOUSEKEY_ENABLE = yes # Mouse keys 20MOUSEKEY_ENABLE = yes # Mouse keys
22EXTRAKEY_ENABLE = yes # Audio control and System control 21EXTRAKEY_ENABLE = yes # Audio control and System control
23CONSOLE_ENABLE = yes # Console for debug 22CONSOLE_ENABLE = yes # Console for debug
diff --git a/keyboards/jm60/rules.mk b/keyboards/jm60/rules.mk
index a513461fc..2a2a080b7 100644
--- a/keyboards/jm60/rules.mk
+++ b/keyboards/jm60/rules.mk
@@ -8,7 +8,6 @@ BOARD = JM60_BOARD
8# comment out to disable the options. 8# comment out to disable the options.
9# 9#
10BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 10BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
11## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
12MOUSEKEY_ENABLE = no # Mouse keys 11MOUSEKEY_ENABLE = no # Mouse keys
13EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
14CONSOLE_ENABLE = no # Console for debug 13CONSOLE_ENABLE = no # Console for debug
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk
index 18eada389..ad79454a5 100644
--- a/keyboards/planck/ez/rules.mk
+++ b/keyboards/planck/ez/rules.mk
@@ -6,7 +6,6 @@ MCU = STM32F303
6# the appropriate keymap folder that will get included automatically 6# the appropriate keymap folder that will get included automatically
7# 7#
8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
9## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
10MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = yes # Console for debug 11CONSOLE_ENABLE = yes # Console for debug
diff --git a/keyboards/planck/keymaps/ishtob/rule.mk b/keyboards/planck/keymaps/ishtob/rule.mk
index 0f71be62b..a6ffdf639 100755
--- a/keyboards/planck/keymaps/ishtob/rule.mk
+++ b/keyboards/planck/keymaps/ishtob/rule.mk
@@ -3,7 +3,6 @@
3# 3#
4BACKLIGHT_ENABLE = no 4BACKLIGHT_ENABLE = no
5BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 5BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
6## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
7MOUSEKEY_ENABLE = yes # Mouse keys 6MOUSEKEY_ENABLE = yes # Mouse keys
8EXTRAKEY_ENABLE = yes # Audio control and System control 7EXTRAKEY_ENABLE = yes # Audio control and System control
9CONSOLE_ENABLE = yes # Console for debug 8CONSOLE_ENABLE = yes # Console for debug
diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk
index 02d6b8953..22dc321af 100644
--- a/keyboards/planck/rev6/rules.mk
+++ b/keyboards/planck/rev6/rules.mk
@@ -6,7 +6,6 @@ MCU = STM32F303
6# the appropriate keymap folder that will get included automatically 6# the appropriate keymap folder that will get included automatically
7# 7#
8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
9## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
10MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = yes # Console for debug 11CONSOLE_ENABLE = yes # Console for debug
diff --git a/keyboards/preonic/rev3/rules.mk b/keyboards/preonic/rev3/rules.mk
index a5fc16a2e..a51dc2157 100644
--- a/keyboards/preonic/rev3/rules.mk
+++ b/keyboards/preonic/rev3/rules.mk
@@ -6,7 +6,6 @@ MCU = STM32F303
6# the appropriate keymap folder that will get included automatically 6# the appropriate keymap folder that will get included automatically
7# 7#
8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration 8BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
9## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
10MOUSEKEY_ENABLE = yes # Mouse keys 9MOUSEKEY_ENABLE = yes # Mouse keys
11EXTRAKEY_ENABLE = yes # Audio control and System control 10EXTRAKEY_ENABLE = yes # Audio control and System control
12CONSOLE_ENABLE = yes # Console for debug 11CONSOLE_ENABLE = yes # Console for debug
diff --git a/keyboards/tkc/candybar/lefty/rules.mk b/keyboards/tkc/candybar/lefty/rules.mk
index 1edad0835..c761d2b30 100644
--- a/keyboards/tkc/candybar/lefty/rules.mk
+++ b/keyboards/tkc/candybar/lefty/rules.mk
@@ -8,7 +8,6 @@ MCU = STM32F072
8LTO_ENABLE = yes 8LTO_ENABLE = yes
9BACKLIGHT_ENABLE = no 9BACKLIGHT_ENABLE = no
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
12MOUSEKEY_ENABLE = no # Mouse keys 11MOUSEKEY_ENABLE = no # Mouse keys
13EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
14CONSOLE_ENABLE = no # Console for debug 13CONSOLE_ENABLE = no # Console for debug
diff --git a/keyboards/tkc/candybar/righty/rules.mk b/keyboards/tkc/candybar/righty/rules.mk
index 1edad0835..c761d2b30 100644
--- a/keyboards/tkc/candybar/righty/rules.mk
+++ b/keyboards/tkc/candybar/righty/rules.mk
@@ -8,7 +8,6 @@ MCU = STM32F072
8LTO_ENABLE = yes 8LTO_ENABLE = yes
9BACKLIGHT_ENABLE = no 9BACKLIGHT_ENABLE = no
10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 10BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
11## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
12MOUSEKEY_ENABLE = no # Mouse keys 11MOUSEKEY_ENABLE = no # Mouse keys
13EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
14CONSOLE_ENABLE = no # Console for debug 13CONSOLE_ENABLE = no # Console for debug
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index 9518a6463..6b11eb498 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -16,7 +16,6 @@ ifneq ($(findstring MKL26Z64, $(MCU)),)
16 # Linker script to use 16 # Linker script to use
17 # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/ 17 # - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
18 # or <keyboard_dir>/ld/ 18 # or <keyboard_dir>/ld/
19 # - NOTE: a custom ld script is needed for EEPROM on Teensy LC
20 MCU_LDSCRIPT ?= MKL26Z64 19 MCU_LDSCRIPT ?= MKL26Z64
21 20
22 # Startup code to use 21 # Startup code to use