portage under control surface lib done
This commit is contained in:
+12
-3
@@ -9,11 +9,13 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = micro_debug
|
||||
default_envs = micro
|
||||
|
||||
[env]
|
||||
build_flags = -Wall
|
||||
lib_deps =
|
||||
SPI
|
||||
Adafruit MPR121
|
||||
Control Surface
|
||||
MIDIUSB
|
||||
|
||||
@@ -21,8 +23,15 @@ lib_deps =
|
||||
platform = atmelavr
|
||||
board = micro
|
||||
framework = arduino
|
||||
board_build.f_cpu = 16000000L
|
||||
|
||||
[env:micro_debug]
|
||||
[env:debug]
|
||||
platform = atmelavr
|
||||
build_type = debug
|
||||
extends = env:micro
|
||||
build_flags = -D DEBUG_MAIN
|
||||
|
||||
[env:matrix]
|
||||
platform = atmelavr
|
||||
build_type = debug
|
||||
extends = env:micro
|
||||
build_flags = -D DEBUG_MATRIX
|
||||
|
||||
Reference in New Issue
Block a user