Merge pull request #2849 from simmel-project/simmel-enable-hid

nrf: simmel: enable CIRCUITPY_USB_HID
This commit is contained in:
Dan Halbert 2020-05-04 10:48:53 -04:00 committed by GitHub
commit e1b5ae36bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 1
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_ULAB = 0
CIRCUITPY_USB_HID = 0
# Enable micropython.native
#CIRCUITPY_ENABLE_MPY_NATIVE = 1