a vim plugin that displays stuff on an led matrix
1# Daedalus 2 3a combo repo for a vim plugin that interfaces with the [daedalus](https://github.com/geschmit/daedalus-hardware) rp2350 board and the firmware that allows that interface. 4 5![a media offline screen from davinci resolve](https://hc-cdn.hel1.your-objectstorage.com/s/v3/8744661d883d695adc6b14a17a52ac8970d7c2dd_image.png) 6 7# Usage 8 9So the orginal goal was for keystrokes to make a nice pattern in your status bar as well as on the led matrix of daedalus but I couldn't get the serial to work from vim; not entirely sure why but it really doesn't like this for some reason. 10 11What I do have instead is firmware for random led blinking when a serial character is detected and a vim plugin that displays random braille characters in the status bar. 12 13You can read the [plugin](/lua/braille_indicator/README.md) for more information on installation and for the firmware you can use any serial interface set to a `115200` baud rate (screen for example `screen /dev/tty.usbmodem101 115200`). 14 15<p align="center"> 16 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/main/.github/images/line-break.svg" /> 17</p> 18 19<p align="center"> 20 <i><code>&copy 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i> 21</p> 22 23<p align="center"> 24 <a href="https://github.com/taciturnaxolotl/daedalus/blob/main/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a> 25</p>