diff options
| author | s-ol <s+removethis@s-ol.nu> | 2023-04-25 16:26:21 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2023-04-28 08:21:08 +0000 |
| commit | 4cc327e6d85153bb089ee4e203ed1981c35257a1 (patch) | |
| tree | 03e0d007b0c755452cc7eb9d8f5342a28ca25c6d /simulator.py | |
| parent | update all board definitions (diff) | |
| download | firmware-4cc327e6d85153bb089ee4e203ed1981c35257a1.tar.gz firmware-4cc327e6d85153bb089ee4e203ed1981c35257a1.zip | |
simulator: web-based, interactive UI
Diffstat (limited to 'simulator.py')
| -rw-r--r-- | simulator.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/simulator.py b/simulator.py new file mode 100644 index 0000000..6516a0d --- /dev/null +++ b/simulator.py @@ -0,0 +1,7 @@ +import hex33board.boards.simulator as board + +board.dev_mode = False +board.sysex_key_sync = False + +k = board.Keyboard(board) +k.run() |
