From 77fd0385e1d24892fb2c3b14a8909a17c8bf6a8b Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sat, 10 Aug 2019 09:37:11 -0500 Subject: [PATCH] nrf: Enable the adafruit_hid modules on nrf boards Cross-platform bugs aside (#2048) this seems to work, and there's plenty of room available. --- ports/nrf/mpconfigport.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index 57879bbaae6c8..9ffb4dc4aac83 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -34,3 +34,5 @@ CIRCUITPY_FREQUENCYIO = 0 # See https://github.com/adafruit/circuitpython/issues/1300 # Defined here because system_nrf52840.c doesn't #include any of our own include files. CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS + +FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID