home.social
  1. My new Blech deck is sleeved up and ready to go for commander night tomorrow. Looking forward to being a pest tomorrow.

    moxfield.com/decks/azcX6qosa0K

  2. CW: just a little bit sad

    @gnomon yup, thinking about Jeremy fairly regularly.

  3. Hopefully have my first day to really give my new Maralen deck a try. Picking up a few final singles on the way over to the LGS with Saturday open play. Crossing my fingers I can pop off one of the several combos before getting spanked.

  4. @hbons I've long dreamed of getting a "proper" logo (not just for our studio app, but for the project as a whole, usage in social media, etc)

    Is that the kind of thing you help projects with?

  5. @rayk yeah, my biggest concern there is mostly going to be sane mapping of devices into the container(s) for / for flashing, twister, etc.

  6. A @zephyr driver that's been a long time coming... github.com/zephyrproject-rtos/

    RGB support on stm32 has been a frequent request from that small subset of folks running on wired boards. Rarely had the SPI based driver worked with the pins used by most designs, so when I saw github.com/zephyrproject-rtos/ get merged, I immediately jumped into an led_strip driver using it!

    It's fairly straightforward, using DMA to feed in a sequence of compare values that correspond to the necessary bit value to send.

  7. Ok, that was fun... whipped up a @zmk shield that builds with the @zephyr posix target so we can easily test our Studio UI against a "keyboard" that is really just a posix process with a ptty we use for our RPC transport.