Browse Source

Remove comments about custom ldscript for Teensy LC (#11224)

pull/11284/head 0.11.20
Ryan 3 years ago
committed by GitHub
parent
commit
806aa9bc67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 0 additions and 13 deletions
  1. +0
    -1
      keyboards/boston_meetup/2019/rules.mk
  2. +0
    -1
      keyboards/ckeys/thedora/rules.mk
  3. +0
    -1
      keyboards/clueboard/66_hotswap/gen1/rules.mk
  4. +0
    -1
      keyboards/hadron/ver3/rules.mk
  5. +0
    -1
      keyboards/infinity60/rules.mk
  6. +0
    -1
      keyboards/jm60/rules.mk
  7. +0
    -1
      keyboards/planck/ez/rules.mk
  8. +0
    -1
      keyboards/planck/keymaps/ishtob/rule.mk
  9. +0
    -1
      keyboards/planck/rev6/rules.mk
  10. +0
    -1
      keyboards/preonic/rev3/rules.mk
  11. +0
    -1
      keyboards/tkc/candybar/lefty/rules.mk
  12. +0
    -1
      keyboards/tkc/candybar/righty/rules.mk
  13. +0
    -1
      quantum/mcu_selection.mk

+ 0
- 1
keyboards/boston_meetup/2019/rules.mk View File

@ -6,7 +6,6 @@ MCU = STM32F303
#
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = no # 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 = no # Console for debug


+ 0
- 1
keyboards/ckeys/thedora/rules.mk View File

@ -6,7 +6,6 @@ MCU = STM32F303
#
BACKLIGHT_ENABLE = no
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 = no # Console for debug


+ 0
- 1
keyboards/clueboard/66_hotswap/gen1/rules.mk View File

@ -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


+ 0
- 1
keyboards/hadron/ver3/rules.mk View File

@ -6,7 +6,6 @@ MCU = STM32F303
#
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = full # 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 = no # Console for debug


+ 0
- 1
keyboards/infinity60/rules.mk View File

@ -17,7 +17,6 @@ BOARD = MCHCK_K20
# comment out to disable the options.
#
BOOTMAGIC_ENABLE = no # 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


+ 0
- 1
keyboards/jm60/rules.mk View File

@ -8,7 +8,6 @@ BOARD = JM60_BOARD
# 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 = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug


+ 0
- 1
keyboards/planck/ez/rules.mk View File

@ -6,7 +6,6 @@ MCU = STM32F303
# the appropriate keymap folder that will get included automatically
#
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


+ 0
- 1
keyboards/planck/keymaps/ishtob/rule.mk View File

@ -3,7 +3,6 @@
#
BACKLIGHT_ENABLE = no
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


+ 0
- 1
keyboards/planck/rev6/rules.mk View File

@ -6,7 +6,6 @@ MCU = STM32F303
# the appropriate keymap folder that will get included automatically
#
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


+ 0
- 1
keyboards/preonic/rev3/rules.mk View File

@ -6,7 +6,6 @@ MCU = STM32F303
# the appropriate keymap folder that will get included automatically
#
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


+ 0
- 1
keyboards/tkc/candybar/lefty/rules.mk View File

@ -8,7 +8,6 @@ MCU = STM32F072
LTO_ENABLE = yes
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug


+ 0
- 1
keyboards/tkc/candybar/righty/rules.mk View File

@ -8,7 +8,6 @@ MCU = STM32F072
LTO_ENABLE = yes
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug


+ 0
- 1
quantum/mcu_selection.mk View File

@ -16,7 +16,6 @@ ifneq ($(findstring MKL26Z64, $(MCU)),)
# Linker script to use
# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
# or <keyboard_dir>/ld/
# - NOTE: a custom ld script is needed for EEPROM on Teensy LC
MCU_LDSCRIPT ?= MKL26Z64
# Startup code to use


Loading…
Cancel
Save