home.social

Search

27 results for “petejohanson”

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

    moxfield.com/decks/azcX6qosa0K

    #MtG #MagicTheGathering

  2. 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

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

    moxfield.com/decks/azcX6qosa0K

    #MtG #MagicTheGathering

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

    moxfield.com/decks/azcX6qosa0K

    #MtG #MagicTheGathering

  5. CW: just a little bit sad

    @gnomon yup, thinking about Jeremy fairly regularly.

  6. 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.

  7. @hbons I've long dreamed of #ZMK 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?

  8. @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?

  9. @hbons I've long dreamed of #ZMK 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?

  10. @hbons I've long dreamed of #ZMK 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?

  11. @hbons I've long dreamed of #ZMK 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?

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

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

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

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

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

  17. 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 #ZMK 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.

  18. 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.

  19. 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 #ZMK 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.

  20. 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.