aboutsummaryrefslogtreecommitdiffstats
path: root/.scripts/config.dev.py
blob: b5b332d2b4d44e6b4d33121113247eed0c9ab412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from hex33board.boards.r4_5e4bf5c import *


''' boot in dev_mode by default

When active, the firmware drive will be writable on boot.
'''
dev_mode = True

''' forward Key events via USB MIDI

This can be useful to control a simulator instance running on a computer
using the physical buttons on a hardware unit.
'''
sysex_key_sync = False