|
@@ -6,11 +6,9 @@ BOOTLOADER = kiibohd
|
|
|
|
|
|
# Board: it should exist either in <chibios>/os/hal/boards/
|
|
# Board: it should exist either in <chibios>/os/hal/boards/
|
|
# or <this_dir>/boards
|
|
# or <this_dir>/boards
|
|
-# - BOARD =
|
|
+# This board was copied from PJRC_TEENSY_3_1. The only difference should be a
|
|
-# - PJRC_TEENSY_LC for Teensy LC
|
|
+# hack to ensure the watchdog has started before trying to disable it, and an
|
|
-# - PJRC_TEENSY_3 for Teensy 3.0
|
|
+# override to disable restart of USB driver after returning from suspend.
|
|
-# - PJRC_TEENSY_3_1 for Teensy 3.1 or 3.2
|
|
|
|
-# - MCHCK_K20 for Infinity KB
|
|
|
|
BOARD = IC_TEENSY_3_1
|
|
BOARD = IC_TEENSY_3_1
|
|
|
|
|
|
# Build Options
|
|
# Build Options
|