mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add U2S board support
Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/
This commit is contained in:
@@ -46,7 +46,11 @@
|
||||
#define AUX_LINE_PORT PORTB
|
||||
#define AUX_LINE_PIN PINB
|
||||
#define AUX_LINE_DDR DDRB
|
||||
#define AUX_LINE_MASK (1 << 4)
|
||||
#if (BOARD == BOARD_U2S)
|
||||
#define AUX_LINE_MASK (1 << 0)
|
||||
#else
|
||||
#define AUX_LINE_MASK (1 << 4)
|
||||
#endif
|
||||
|
||||
#define ENABLE_ISP_PROTOCOL
|
||||
#define ENABLE_XPROG_PROTOCOL
|
||||
|
||||
Reference in New Issue
Block a user