Remove HID from hallowing so we have more room for other stuff.

This commit is contained in:
Scott Shawcroft 2018-08-20 18:04:35 -07:00
parent aeeb40e02c
commit 2b6b0ffcd2
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59

View File

@ -12,6 +12,5 @@ CHIP_FAMILY = samd21
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel