summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/teensy_lc
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2020-03-01 11:50:49 +1100
committerGitHub <noreply@github.com>2020-03-01 11:50:49 +1100
commitd0c3acbe3e58c1ad8bc74a8a53522cbe523eea53 (patch)
treee091be250e8db736d875d4fddd92d3c6bbe47130 /keyboards/handwired/onekey/teensy_lc
parentc775104b9f60d738fd69166da33972d60034c639 (diff)
Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8272)
Diffstat (limited to 'keyboards/handwired/onekey/teensy_lc')
-rw-r--r--keyboards/handwired/onekey/teensy_lc/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/teensy_lc/rules.mk b/keyboards/handwired/onekey/teensy_lc/rules.mk
index c307307252..b3daabe317 100644
--- a/keyboards/handwired/onekey/teensy_lc/rules.mk
+++ b/keyboards/handwired/onekey/teensy_lc/rules.mk
@@ -1,5 +1,6 @@
# MCU name
MCU = MKL26Z64
+USE_CHIBIOS_CONTRIB = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE