diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-10-12 17:33:39 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-10-12 17:33:39 +0000 |
| commit | 2b1ec5fa2a4075ef7ae9bb4a18936af669c15cf9 (patch) | |
| tree | 355da96a3d04858e50c7ea4b0dd6f038f374d232 /.scripts/config.dev.py | |
| parent | scripts: more options for flashing (diff) | |
| download | firmware-2b1ec5fa2a4075ef7ae9bb4a18936af669c15cf9.tar.gz firmware-2b1ec5fa2a4075ef7ae9bb4a18936af669c15cf9.zip | |
scripts: support specifying drive, other configs
Diffstat (limited to '.scripts/config.dev.py')
| -rw-r--r-- | .scripts/config.dev.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.scripts/config.dev.py b/.scripts/config.dev.py new file mode 100644 index 0000000..b5b332d --- /dev/null +++ b/.scripts/config.dev.py @@ -0,0 +1,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 |
