We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2127525 + 9f066b3 commit e1fb69dCopy full SHA for e1fb69d
sparkfun/avr/variants/promicro/pins_arduino.h
@@ -366,4 +366,15 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
366
// Alias SerialUSB to Serial
367
#define SerialUSB SERIAL_PORT_USBVIRTUAL
368
369
+#ifndef MAGIC_KEY
370
+#define MAGIC_KEY 0x7777
371
+#endif
372
+
373
+#ifndef MAGIC_KEY_POS
374
+#define MAGIC_KEY_POS 0x0800
375
376
+#ifndef NEW_LUFA_SIGNATURE
377
+#define NEW_LUFA_SIGNATURE 0xDCFB
378
379
380
#endif /* Pins_Arduino_h */
0 commit comments