Skip to content

Commit f5bb53e

Browse files
authored
Merge pull request #5329 from dhalbert/prox-trinkey-squeeze
proxlight: Freeze adafruit_apds9960 instead of adafruit_hid; enable usb_midi
2 parents 1b5afc0 + aa1d089 commit f5bb53e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,6 @@
191191
[submodule "lib/quirc"]
192192
path = lib/quirc
193193
url = https://github.com/adafruit/quirc.git
194+
[submodule "frozen/Adafruit_CircuitPython_APDS9960"]
195+
path = frozen/Adafruit_CircuitPython_APDS9960
196+
url = https://github.com/adafruit/Adafruit_CircuitPython_APDS9960

ports/atmel-samd/boards/adafruit_proxlight_trinkey_m0/mpconfigboard.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CIRCUITPY_PULSEIO = 0
1919
CIRCUITPY_PWMIO = 0
2020
CIRCUITPY_ROTARYIO = 0
2121
CIRCUITPY_RTC = 0
22-
CIRCUITPY_USB_MIDI = 0
2322

2423
CIRCUITPY_GETPASS = 0
2524
CIRCUITPY_TRACEBACK = 0
@@ -28,5 +27,5 @@ CIRCUITPY_PIXELBUF = 1
2827
CIRCUITPY_BUSDEVICE = 1
2928

3029
# Include these Python libraries in firmware.
31-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
30+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_APDS9960
3231
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)