Skip to content

Commit

Permalink
MIDI Router x7 Rack bootloader and hw
Browse files Browse the repository at this point in the history
  • Loading branch information
mar0x committed Dec 24, 2022
1 parent 5b0d5e8 commit 2dbbe24
Show file tree
Hide file tree
Showing 7 changed files with 2,558 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
# define ISP_PORT_PINCTRL PORTA_PIN1CTRL
# define ISP_PORT_IN PORTA_IN
# define ISP_PORT_PIN 1
#elif defined(MIDI_ROUTER_X7_RACK)
# define ISP_PORT_DIR PORTQ_DIR
# define ISP_PORT_PINCTRL PORTQ_PIN0CTRL
# define ISP_PORT_IN PORTQ_IN
# define ISP_PORT_PIN 0
#else
# define ISP_PORT_DIR PORTF_DIR
# define ISP_PORT_PINCTRL PORTF_PIN5CTRL
Expand Down
Loading

0 comments on commit 2dbbe24

Please sign in to comment.