| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lintingHEADmain | s-ol | 2024-11-26 | 3 | -15/+19 |
| | | |||||
| * | update for colorsys 3.0.0 | s-ol | 2024-11-26 | 4 | -4/+15 |
| | | |||||
| * | simulator: better error tracebacks | s-ol | 2024-11-26 | 1 | -2/+3 |
| | | |||||
| * | disable synth by default | s-ol | 2024-10-12 | 1 | -1/+1 |
| | | |||||
| * | add i2c offset parameters for tiling, sync settings | s-ol | 2024-10-12 | 5 | -18/+151 |
| | | |||||
| * | update for CircuitPy 9 | s-ol | 2024-06-03 | 3 | -4/+14 |
| | | |||||
| * | add board testing script | s-ol | 2024-06-03 | 1 | -0/+150 |
| | | |||||
| * | i2c: fix initialization | s-ol | 2024-06-02 | 1 | -8/+14 |
| | | |||||
| * | disable synth if synthio unavailable | s-ol | 2023-09-24 | 3 | -30/+68 |
| | | |||||
| * | add onboard synthio audio | s-ol | 2023-09-22 | 3 | -1/+86 |
| | | |||||
| * | formatting with black | s-ol | 2023-09-22 | 12 | -115/+127 |
| | | |||||
| * | USB MIDI note highlighting | s-ol | 2023-05-20 | 3 | -6/+23 |
| | | |||||
| * | simulator: make rtmidi optional | s-ol | 2023-05-11 | 1 | -12/+24 |
| | | |||||
| * | simulator: remove context menu, outlines, etc in multitouch chrome | s-ol | 2023-05-11 | 1 | -0/+5 |
| | | |||||
| * | simulator: SVG snapshots, reconnecting | s-ol | 2023-05-03 | 1 | -23/+71 |
| | | |||||
| * | simulator: web-based, interactive UI | s-ol | 2023-04-28 | 2 | -117/+250 |
| | | |||||
| * | update all board definitions | s-ol | 2023-04-27 | 6 | -46/+253 |
| | | |||||
| * | simulator: PyQt5 SVG keyboard view | s-ol | 2023-03-28 | 2 | -25/+137 |
| | | |||||
| * | simulator: sync matrix state via SysEx messages | s-ol | 2023-03-28 | 6 | -40/+86 |
| | | |||||
| * | add 'simulator' board for testing on desktop | s-ol | 2023-03-28 | 8 | -70/+141 |
| | | |||||
| * | detect dev_mode using storage.readonly (CPy 8) | s-ol | 2022-12-22 | 1 | -2/+2 |
| | | |||||
| * | reorder menu | s-ol | 2022-12-03 | 1 | -29/+29 |
| | | |||||
| * | add traditional piano layout | s-ol | 2022-12-03 | 2 | -1/+16 |
| | | |||||
| * | add Jankó layout | s-ol | 2022-12-03 | 2 | -1/+8 |
| | | |||||
| * | bottom-align value bar for settings | s-ol | 2022-12-03 | 1 | -4/+12 |
| | | |||||
| * | menu.py cleanup | s-ol | 2022-11-20 | 1 | -9/+16 |
| | | |||||
| * | move profile JSON files into subdirectory | s-ol | 2022-11-20 | 1 | -2/+8 |
| | | |||||
| * | handle profile setting separately | s-ol | 2022-11-20 | 2 | -29/+18 |
| | | |||||
| * | group settings into categories | s-ol | 2022-11-20 | 2 | -38/+65 |
| | | |||||
| * | add Slider16Setting for MIDI CH | s-ol | 2022-11-20 | 3 | -8/+54 |
| | | |||||
| * | restore defaults when loading new profile | s-ol | 2022-11-20 | 1 | -1/+8 |
| | | |||||
| * | fix profile saving | s-ol | 2022-11-20 | 2 | -31/+43 |
| | | |||||
| * | detect & display dev_mode | s-ol | 2022-11-20 | 2 | -1/+13 |
| | | |||||
| * | menu improvements | s-ol | 2022-11-17 | 2 | -15/+48 |
| | | | | | | | | - show layout_offset (with note labels) - separate i2c into two separate settings - color for i2c, flip - show i2c address in both decimal and hex | ||||
| * | basic i2c Key syncing | s-ol | 2022-11-17 | 5 | -25/+161 |
| | | |||||
| * | add setting to flip everything 180° | s-ol | 2022-11-17 | 2 | -6/+27 |
| | | |||||
| * | add r3 board rev | s-ol | 2022-11-17 | 1 | -0/+27 |
| | | |||||
| * | fail gracefully if no display is installed | s-ol | 2022-11-17 | 2 | -5/+16 |
| | | |||||
| * | add various RGB effects | s-ol | 2022-07-05 | 6 | -45/+148 |
| | | |||||
| * | use config.py for board rev selection, dev mode | s-ol | 2022-07-05 | 3 | -3/+3 |
| | | |||||
| * | add board revision abstraction | s-ol | 2022-06-26 | 3 | -24/+156 |
| | | |||||
| * | update for PCB rev defcd99 | s-ol | 2022-06-26 | 2 | -157/+63 |
| | | |||||
| * | automatic formatting | s-ol | 2022-05-25 | 8 | -91/+220 |
| | | | | | black -S | ||||
| * | add debug module for timings | s-ol | 2022-05-25 | 1 | -0/+22 |
| | | |||||
| * | perf: less OLED redraws in base | s-ol | 2022-05-25 | 4 | -26/+31 |
| | | |||||
| * | performance: 1MHz SPI, drop fancyled | s-ol | 2022-05-25 | 3 | -14/+18 |
| | | |||||
| * | shorter scale names | s-ol | 2022-05-25 | 2 | -5/+5 |
| | | |||||
| * | fix profile loading | s-ol | 2022-05-23 | 1 | -1/+7 |
| | | |||||
| * | split up into more modules | s-ol | 2022-05-21 | 6 | -417/+429 |
| | | |||||
| * | more UI tweaks | s-ol | 2022-05-21 | 3 | -17/+69 |
| | | |||||
