We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae6150f + de9d52f commit 8625698Copy full SHA for 8625698
3 files changed
binaries/maple_rev3_boot20.bin
0 Bytes
bootloader_only_binaries/maple_rev3_boot20.bin
config.h
@@ -124,9 +124,9 @@
124
#define BUTTON_PIN 8
125
#define BUTTON_PRESSED_STATE 1
126
127
- /* USB Disc Pin Setup. USB DISC is PB9 */
128
- #define USB_DISC_BANK GPIOB
129
- #define USB_DISC_PIN 9
+ /* USB Disc Pin Setup. USB DISC is PC12 */
+ #define USB_DISC_BANK GPIOC
+ #define USB_DISC_PIN 12
130
131
#elif defined TARGET_MAPLE_REV5
132
@@ -140,10 +140,11 @@
140
/* On the Mini, BUT is PB8 */
141
#define BUTTON_BANK GPIOC
142
#define BUTTON_PIN 9
143
+ #define BUTTON_PRESSED_STATE 1
144
145
146
147
148
149
#elif defined TARGET_GENERIC_F103_PC13
150
0 commit comments