Skip to content

Commit e1fb69d

Browse files
Brent WilkinsBrent Wilkins
Brent Wilkins
authored and
Brent Wilkins
committed
Merge branch 'odewdney-arduino-usb-bootloader-discovery'
Pulling in changes for new IDE 1.6.9 bootloader check.
2 parents 2127525 + 9f066b3 commit e1fb69d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sparkfun/avr/variants/promicro/pins_arduino.h

+11
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,15 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
366366
// Alias SerialUSB to Serial
367367
#define SerialUSB SERIAL_PORT_USBVIRTUAL
368368

369+
#ifndef MAGIC_KEY
370+
#define MAGIC_KEY 0x7777
371+
#endif
372+
373+
#ifndef MAGIC_KEY_POS
374+
#define MAGIC_KEY_POS 0x0800
375+
#endif
376+
#ifndef NEW_LUFA_SIGNATURE
377+
#define NEW_LUFA_SIGNATURE 0xDCFB
378+
#endif
379+
369380
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)