diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 60f6927..50c4aa4 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -40,18 +40,6 @@ jobs: - fqbn: arduino:samd:mkrzero platforms: | - name: arduino:samd - - fqbn: arduino:mbed_portenta:envie_m4 - platforms: | - - name: arduino:mbed_portenta - - fqbn: arduino:mbed_portenta:envie_m7 - platforms: | - - name: arduino:mbed_portenta - - fqbn: arduino:mbed_nano:nano33ble - platforms: | - - name: arduino:mbed_nano - - fqbn: arduino:mbed_nano:nanorp2040connect - platforms: | - - name: arduino:mbed_nano steps: - name: Checkout repository diff --git a/library.properties b/library.properties index f0e65a4..c7b604d 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=Allows an Arduino board with USB capabilities to act as a Keyboard. paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc) category=Device Control url=https://www.arduino.cc/reference/en/language/functions/usb/keyboard/ -architectures=* +architectures=avr, samd, sam