-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
44 lines (38 loc) · 1.58 KB
/
platformio.ini
File metadata and controls
44 lines (38 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
; 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:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
monitor_speed = 115200
build_flags =
; -DUSE_TINYUSB
-DARDUINO_USB_MSC_ON_BOOT=0
;----------------------------------------
; PID value in the process of being requested from PID.codes. Will be removed if rejected.
;----------------------------------------
board_build.arduino.earlephilhower.usb_product = Continuum Keyboard
board_build.arduino.earlephilhower.usb_manufacturer = Futility Designs
board_build.arduino.earlephilhower.usb_vid = 0x1209
; NOTE: The earlephilhower core XORs pidMask bits from each USB sub-device
; into the final PID. The Keyboard library adds mask 0x0001, so the actual
; PID on the wire = usb_pid ^ 0x0001 = 0xFDFC ^ 0x0001 = 0xFDFD.
board_build.arduino.earlephilhower.usb_pid = 0xFDFC
; Reserve 256 KB of flash for LittleFS (keymap cache that survives reboots)
board_build.filesystem_size = 256k
lib_deps =
adafruit/Adafruit SSD1306@^2.5.13
bblanchon/ArduinoJson@^7.4.1
adafruit/Adafruit NeoPixel@^1.12.5
adafruit/Adafruit MCP23017 Arduino Library@^2.3.2
olikraus/U8g2@^2.36.5
;adafruit/Adafruit TinyUSB Library@^3.4.4
;lib_ignore = Keyboard, HID_Keyboard