summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/teensy_35/rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-07-03 00:12:45 +1000
committerGitHub <noreply@github.com>2022-07-03 00:12:45 +1000
commitac5e6b6a3bfad12ab7d9786a18fcc90f8bf4caf7 (patch)
treeb23670df16ae45dc629bd1c7c27a0032c0d80b07 /keyboards/handwired/onekey/teensy_35/rules.mk
parent11299b337b858c8312d16b93565a2fd18410786f (diff)
downloadqmk_firmware-ac5e6b6a3bfad12ab7d9786a18fcc90f8bf4caf7.tar.gz
qmk_firmware-ac5e6b6a3bfad12ab7d9786a18fcc90f8bf4caf7.zip
Tentative Teensy 3.5 support (#14420)
* Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz
Diffstat (limited to 'keyboards/handwired/onekey/teensy_35/rules.mk')
-rw-r--r--keyboards/handwired/onekey/teensy_35/rules.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/teensy_35/rules.mk b/keyboards/handwired/onekey/teensy_35/rules.mk
new file mode 100644
index 0000000000..8ebefd03f5
--- /dev/null
+++ b/keyboards/handwired/onekey/teensy_35/rules.mk
@@ -0,0 +1,8 @@
+# MCU name
+MCU = MK64FX512
+
+# Bootloader selection
+BOOTLOADER = halfkay
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE