keyboard/platformio.ini
2023-05-24 14:57:19 +02:00

17 lines
526 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:teensylc]
platform = teensy
board = teensylc
framework = arduino
lib_deps =
thomasfredericks/Bounce2@^2.71
build_flags = -D USB_MIDI -D TEENSY_OPT_FASTEST