diff options
author | Kaleb Elwert <belak@coded.io> | 2018-04-04 04:43:40 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-04 05:06:14 +0200 |
commit | f6b3c67678d346b57c965142ca4a2b6ba588bbb7 (patch) | |
tree | 790d468e542af478c22365c283456046269adf45 /keyboards/whitefox | |
parent | 67053712f885641d3a8332239416ff8163a68647 (diff) | |
download | qmk_firmware-f6b3c67678d346b57c965142ca4a2b6ba588bbb7.tar.gz qmk_firmware-f6b3c67678d346b57c965142ca4a2b6ba588bbb7.tar.xz |
Update whitefox to use the K-Type teensy workaround
Diffstat (limited to 'keyboards/whitefox')
-rw-r--r-- | keyboards/whitefox/rules.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 32273e08a..9f222bf4f 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk @@ -38,7 +38,7 @@ MCU_STARTUP = k20x7 # - PJRC_TEENSY_3 for Teensy 3.0 # - PJRC_TEENSY_3_1 for Teensy 3.1 or 3.2 # - MCHCK_K20 for Infinity KB -BOARD = PJRC_TEENSY_3_1 +BOARD = IC_TEENSY_3_1 # Cortex version # Teensy LC is cortex-m0; Teensy 3.x are cortex-m4 @@ -52,7 +52,9 @@ ARMV = 7 # 0x00000000-0x00001000 area is occupied by bootlaoder.*/ # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB #OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 -OPT_DEFS = +OPT_DEFS = + +DFU_ARGS = -d 1c11:b007 # Build Options # comment out to disable the options. @@ -70,5 +72,5 @@ BACKLIGHT_ENABLE = yes VISUALIZER_ENABLE = yes LED_DRIVER = is31fl3731c -LED_WIDTH = 16 -LED_HEIGHT = 5
\ No newline at end of file +LED_WIDTH = 16 +LED_HEIGHT = 5 |