Pi Pico + KMK = the perfect combo for Custom Keyboards

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2022
  • ARM for Keyboards with the Pi Pico rp2040 using kmk
    Links:
    Circuit Python .UF2
    circuitpython.org/board/raspb...
    KMK Firmware
    github.com/KMKfw/kmk_firmware
    3D Files & Config Files
    github.com/JanLunge/keyboards...
    Socials
    Twitch: / janlunge
    Instagram: / janlunge
    Discord: / discord
    GitHub: github.com/JanLunge
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 111

  • @CheeseFriesAndCoffee
    @CheeseFriesAndCoffee 6 หลายเดือนก่อน +1

    Thank you for making this video. Got everything working and it was a great start to custom keyboards!

  • @nichtgestalt
    @nichtgestalt ปีที่แล้ว +4

    Thank you very much! Fortunately I got two Picos laying around here and I wondered if I can use it in a Dactylus Manuform keyboard. So I'll definitely give it a try!
    I hope to see you soon on Twitch again. Have a nice day! :)

    • @borut7125
      @borut7125 ปีที่แล้ว

      Did you succeed building Dactyl Manuform with Picos?

  • @OScrapCraftO
    @OScrapCraftO ปีที่แล้ว +5

    Really nice vid!
    It's thanks to your videos that I started building my own micropads

    • @havliktomi
      @havliktomi ปีที่แล้ว +2

      Same, it was really motivating.

  • @andrew_mcc
    @andrew_mcc ปีที่แล้ว +1

    Thanks for this! Just started playing with KMK on a void30 board, and didn’t know I could hide the drive.

  • @haukefrahmann7849
    @haukefrahmann7849 ปีที่แล้ว +5

    in case I could make a wish ...
    a step by step guide for a 3d printed split keyboard handwired with hotswapable low profile switches :D :D :D
    (with enough keys for a german layout)
    videos like yours are much inspiring!

  • @ntc490
    @ntc490 ปีที่แล้ว +21

    I built a keyboard with the pico recently as well and love it for many of the reasons you listed. A couple of other things worth mentioning: only $4 per board - so cheap! Also, I found KMK to be easy to work with and slightly more powerful than QMK for a few things I wanted to do. I can edit my keyboard firmware on any computer with a text editor.

    • @bobmcbob4399
      @bobmcbob4399 10 หลายเดือนก่อน

      lol, that's great! But watch out for bad actors who may want to keylog/or trojan macro your board while you are not at desk.

    • @neail5466
      @neail5466 5 หลายเดือนก่อน

      Hi, is a rotary encoder supported with this firmware?

    • @IOUaUsername
      @IOUaUsername 4 หลายเดือนก่อน +1

      @@neail5466 Yes, KMK supports rotary encoders. You can also easily tie in anything Adafruit has a library for (a lot of stuff), since KMK is built on Adafruit's CircuitPython language. You could even make your keyboard change colours to warn you that your room is too hot/cold using the pico's onboard temperature sensor with pretty minimal coding. That's a thing I plan to do, since I get so focused I don't realise how bad the temperature is until it's already made me unwell.

    • @neail5466
      @neail5466 4 หลายเดือนก่อน

      @@IOUaUsername Great, thank you for your response.

  • @EttVenterPhoto
    @EttVenterPhoto 3 หลายเดือนก่อน +1

    Hey dude. Only just discovered this now. OMG this is so much easier than the usual way.

  • @HumanShield117
    @HumanShield117 2 หลายเดือนก่อน +1

    I'm pretty sure the Adafruit guide on CircuitPython has a way to make it so that, when the drive does not show up, the program has write-access to the storage-drive. And making the storage-drive show up when plugged into your computer IS the switch you toggle.

  • @CaptZenPetabyte
    @CaptZenPetabyte ปีที่แล้ว +1

    Thanks for this video, it may have gotten me a little closer to having a solution to my problem; a offline portable Bluetooth unit that will type my passwords into apps & sites at the touch of a button. As a keyboard this may work that way

  • @captainmcadams
    @captainmcadams ปีที่แล้ว +1

    Well I decided to go with the KB2040 and installed it with the encoder and the 3d printed case you’ve got Jan (had to file the usb socket and longer screw). First time with KMK so I’m sure I’m so I’m not that far into it. Not having vial support and no obvious way of OSL(1) or whatever the equivalent of QMK is kinda tripping me up at the moment.
    I have a nice little layout coming along slowly for a a portable Macropad so it’s nice to experiment with though. POG keeps overwriting my pinouts with board.GPMISO and what not so I’ve put that to the side at the moment as I’m assuming user error on the config.
    Keep up the fantastic work Jan, thanks 👍

  • @michaelmoore7313
    @michaelmoore7313 ปีที่แล้ว

    Thank you so much! I have been looking at using KMK for a while now, but I didn't really like the idea of having the com port and drive constantly attached.

  • @CediCore
    @CediCore ปีที่แล้ว

    Yung Lunge - mein neuer gaming tag ❤

  • @shebadoge
    @shebadoge 22 วันที่ผ่านมา +1

    You can do 8 bit inputs. Make sure to space digits tho so they don’t add up

  • @norm1124
    @norm1124 9 หลายเดือนก่อน +1

    Tolle Arbeit, danke. Als universeller Rückkanal könnte auch ein kleiner, simulierter USB-Stick sein. Dort kann eine Applikation Dinge reinschreiben wie Status, Farben, etc.
    Ich hab sowas für ein LED-Panel gebastelt.

  • @havliktomi
    @havliktomi ปีที่แล้ว +2

    Wow, nice to hear about KMK! I didn't know it is so mature. Pico is crazy cheap... wow... while I would still like to have my keyboard wireless, I wonder if there is a possibility, to do it cheaper then nice!nano.

  • @deppydoddle655
    @deppydoddle655 ปีที่แล้ว

    Great vid
    but
    do you need both uart pins ( full duplex) or can you just use Tx to create a half duplex connection in kmk for split keyboard?

  • @lofi1048
    @lofi1048 ปีที่แล้ว +5

    Projects like the GP2040-CE (which is for fighting game arcade controllers) have a built in web configurator. It kinda make me want to give a try and build a webserver within kmk. That would replace VIA with no aditional software, just by typing a url you would be able to have a gui to change the keyboard config, pretty crazy.

    • @JanLunge
      @JanLunge  ปีที่แล้ว +2

      That would be a really interesting concept, but then the keyboard also needs to connect to your current wifi network.

    • @TheJackson4eva
      @TheJackson4eva 11 หลายเดือนก่อน

      @@JanLunge it would just have act as a dhcp server and act as the gateway. theres no real network running on it other than the dhcp server, but nothing will be connecting to that server anyways

    • @ChrisNorulak
      @ChrisNorulak 14 วันที่ผ่านมา

      There's also vial which is based on qmk which let's you see and change the config from an app (and even a webapp).

  • @matthewpalmer9820
    @matthewpalmer9820 10 หลายเดือนก่อน +3

    Can you make a video about how to wire the matrix? or do you already have one.

  • @ronaldsantosluna6148
    @ronaldsantosluna6148 หลายเดือนก่อน

    Hello, greetings from Peru, I would like to know what microcontroller I should use to make a full size keyboard, that it has for the RGB lights and the LED lights, also that it has one or another encoder? Thank you for your videos, even though I don't understand English well, you explain it so clearly that it is not necessary to have advanced English to understand you.

  • @sanshien216
    @sanshien216 ปีที่แล้ว

    Awesome. Thank you.

  • @paulb36utube
    @paulb36utube ปีที่แล้ว +2

    Really hoping you do a small macropad demonstration. I Followed your code and LOVE the way it be changed on the fly. My attempts with doing a simple copy/paste macropad (Sequences) came to failure. I couldn't really understand where to put the code in provided by KMK and how it related to the pin numbers. Even finding examples on the internet was pretty hard (my google foo is weak)

    • @JanLunge
      @JanLunge  ปีที่แล้ว +2

      Glad this helped.

  • @FryKFlibble
    @FryKFlibble ปีที่แล้ว

    It's great to see new content from you on YT!
    I have two picos with KMK that drive two different macropads made from a NeoKey Ortho Snap-Apart. LEDs and everything works great. But I sometimes do have issues having them connected while my computer boots. Also they freeze from time to time and I have to unplug and plug them in again. Did you notice anything like that with your macropad?

    • @JanLunge
      @JanLunge  ปีที่แล้ว

      I did have the boot issue with not responding in early boot phases with other qmk boards, freezing did never occur for me though is the circuit python drive mounted while these things are happening? I saw there is a soft reload feature that can reload the program when files get changed, could be something. But this did not happen to me with the macro pad yet, I will see how well it will perform on my main keyboard once I change that.

    • @FryKFlibble
      @FryKFlibble ปีที่แล้ว

      @@JanLunge Jepp, the drive is always mounted as I didn't get to disable it yet. I wanted to add a check for a keypress in boot.py so I can easily enable the drive whenever I need to. Maybe that boot issue I have sometimes has to do with the linux kernel, I'm not sure.

    • @FryKFlibble
      @FryKFlibble ปีที่แล้ว +1

      @@JanLunge Ok, after finally adding a "devmode" and disabling storage, midi and repl by default its running much more stable 😀

  • @The8BitHero
    @The8BitHero ปีที่แล้ว

    I'm using 2 of the USBC waveshare rp2040 for both halves of my dactyl manuform

  • @AlexanderSmith10-09-90
    @AlexanderSmith10-09-90 ปีที่แล้ว +2

    Hey, have you looked into the PICO W? I tried upgrading the 1UP planck with it, but failed. Supposedly, it is built with the hardware for bluetooth, but the firmware isn't supported for it yet. It seems like a quick way to basically upgrade any keyboard with the PICO to a wireless keyboard.

    • @347573
      @347573 ปีที่แล้ว +2

      Internal bluetooth support has been recently added!

  • @nyeinchanzaw6936
    @nyeinchanzaw6936 ปีที่แล้ว +6

    Keep up!!!! I'm a big fan from Myanmar.

  • @nehalv7346
    @nehalv7346 ปีที่แล้ว

    hi is there any way to add a thump joystick to a small custom keyboard using Pi Pico + KMK ?

  • @joeylauriaga2841
    @joeylauriaga2841 8 หลายเดือนก่อน

    Can you have an update for this macro pad with a rotary encoder like your previous build in pro micro. Very much appreciated

  • @RoushonZadid
    @RoushonZadid 7 หลายเดือนก่อน +1

    How many key input does it support? How many input does it support all together at once?
    Can I use chord typing? If not then teach us how to make chord typing keyboard...excited to see you do it

  • @ThePiprian
    @ThePiprian 3 หลายเดือนก่อน

    Would it be possible to use this with a laptop keyboard?
    All I've been able to find about interfacing with laptop keyboards is people using a relatively expensive teensy and I am wondering why they didn't use something like the raspberry pi pico instead?

  • @Quazee137
    @Quazee137 ปีที่แล้ว

    Just a thought. USB keyboard / HDMI or VGA to replace a VT100 terminal all in a keyboard package.

  • @606aap
    @606aap ปีที่แล้ว

    Hello Jan ! And thanks for all your nice content :)
    Could you point me to what tool is it you're showing at 1:40 for wiring to the switches? Thanks a lot ! :)

    • @JanLunge
      @JanLunge  ปีที่แล้ว +1

      That is a wire wrapping tool, I used it to wire the w65 th-cam.com/video/2c5CeuCNbw8/w-d-xo.html

    • @606aap
      @606aap ปีที่แล้ว

      Thanks a lot@@JanLunge , I'll look into it :)

  • @celsient
    @celsient ปีที่แล้ว +1

    though i haven't yet dived into custom keyboards (lack of time, money, and a general indecision about what to get), i very much appreciate your knowledge and chill vibes :]

    • @starfoxdelta
      @starfoxdelta 8 หลายเดือนก่อน +1

      Nice rain world pfp!

  • @LiuMaker
    @LiuMaker 4 หลายเดือนก่อน

    nice video ... I wonder if u can run it at 1000hz polling rate...

  • @xsm5525
    @xsm5525 11 หลายเดือนก่อน

    I have a burning question for you regarding these things. it's for a future project.
    Am I able to have 2 x raspberry pi pico's on a board. - with 5 keys, but have each key Y-lead off to both pico's?
    I want 'F1', left-arrow, up-arrow, down-arrow & right arrow sent to TWO PC's at the exact same time? is that possible?
    what would be the best thing to do if it is possible? like, the wiring....
    thanks

    • @JanLunge
      @JanLunge  11 หลายเดือนก่อน

      this could get tricky, the matrix scans for the keys could interfere between the controllers, maybe having the diodes face in different directions could work, but i think the safest way (not the easiest) would be 3 controllers 1 for the matrix scanning and it can send data via i2c or bluetooth to the other controllers that them press keys on the connected pc kinda similar how xmk makes its magic work. or you just use an app on the pcs and connect the keyboard via wifi so it streams to both pcs at the same time but with a custom receiver app.

  • @Oberyn_Martell
    @Oberyn_Martell 8 หลายเดือนก่อน +1

    Can i make a macro keyboard that has its own MCU with the pico. My job won't allow software on my work computer. I've purchased a macro keyboard that stores the keystokes but has very little storage

    • @JanLunge
      @JanLunge  8 หลายเดือนก่อน +1

      Yes actually that a very good usecase the pico has a lot of storage for macros etc

  • @bobmcbob4399
    @bobmcbob4399 10 หลายเดือนก่อน

    This is a pretty short and sweet primer on rp2040 for customs. Can you tell me though, I have a new EK68 and I find the VIA style software limiting. What I think should be possible is to desolder the completely unknown MCU on this board, trace out each of the pins with a continuity mode meter and slap a rp2040 in there and put in the details for the keyboard matrix. Then hook up the RGB and somehow plug these addressable RGBs into KMK as well? The board has triple mode, but I only care for USB connectivity. It has a rotary encoder with a push button top. Arguable is that can be picked up with KMK too. What kind of work would be involved in swapping out a mystery STM32 style MCU for a rp2040? It is a fine SMT pitch, so I guess soldering in wires to the rp2040 would require some fine soldering skills and equipment. Do you know if there is a STM32 SMT breakout board which you can solder in place of the original STM32 with breakout terminals ready to hook up to a rp2040 board?

    • @JanLunge
      @JanLunge  10 หลายเดือนก่อน

      Oh thats a big project, you might need to check both mcu pinouts beforehand and might need an adapter as gnd pins might be on an input etc, would be interesting to see though, maybe you could see if compiling a custom qmk firmware might be able to solve your issues instead

    • @bobmcbob4399
      @bobmcbob4399 10 หลายเดือนก่อน

      @@JanLunge Yeah, I've looked into the QMK route, but I don't see any match in their github for EK68 or GMK67 (which is the "original" kit for EK68). If I found that, I would definitely take that route and work out how much of a feature set I could fit on the MCU/flash.

  • @peastfist1602
    @peastfist1602 ปีที่แล้ว

    Finally the pico

  •  10 หลายเดือนก่อน

    great video! What is the tool at 1:41 (to wrap the wires around the pins)?

    • @JanLunge
      @JanLunge  10 หลายเดือนก่อน +1

      Thanks, That is officially called a wire wrapping tool i got this one from amazon amzn.eu/d/7dxTDjm

  • @pablolopez4160
    @pablolopez4160 ปีที่แล้ว

    Great!!!

  • @bwoah9942
    @bwoah9942 ปีที่แล้ว

    Hey! do you think a Pi Pico W or an ESP32 module can be used for a wireless macropad or an ESP32 module?
    Someone I know made a macropad for the PI Pico and its supported in QMK now so I am now writing the firmware for it

    • @JanLunge
      @JanLunge  ปีที่แล้ว +1

      The Pi Pico W will not have Bluetooth support at first, but they want to add this with a firmware update. I have seen people build macro pads with the esp32 with something like this github.com/Galzai/MK32

    • @bwoah9942
      @bwoah9942 ปีที่แล้ว

      @@JanLunge Thank you!

  • @peastfist1602
    @peastfist1602 ปีที่แล้ว

    I finally made my split keyboard , using kmk and pico. I followed the instruction there but after I connect the trrs the button just doesnt work at all but if i connect just one side it work properly. Do you have any suggestion what just happened ?

    • @JanLunge
      @JanLunge  ปีที่แล้ว

      I still have to build a split keyboard with kmk so currently I don’t know what the problem could be for you

  • @ErickBuildsStuff
    @ErickBuildsStuff ปีที่แล้ว

    Will there be a difference if we use Pico W instead of Pico? Will the number of available pins get reduced?

    • @JanLunge
      @JanLunge  ปีที่แล้ว

      They do use the SPI pin as far as I could see, but not fully sure what limitations this will have www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#raspberry-pi-pico-w-and-pico-wh

  • @Alexander-zl3er
    @Alexander-zl3er 11 หลายเดือนก่อน

    Hi 🙋🏻‍♂️,
    thanks for your video. How is this tool called at 1:43, which you use to wire up the wire around the pins, I never saw this smart tool 😮

    • @JanLunge
      @JanLunge  11 หลายเดือนก่อน

      That thing is called a wire wrapping tool and with wire wrapping wire you can use it to create solder free circuits

  • @Alexander-zl3er
    @Alexander-zl3er 11 หลายเดือนก่อน

    Aww, sehe gerade Du bist ja auch aus Deutschland 😅 Danke für's Video, möchte ich unbedingt ausprobieren 😌 Funktioniert der Pico W eig. nun auch gut mit BT? Kannst Du mir verraten, wie sich dieses Werkzeug bei 1:43 nennt mit dem Du das Kabel um den Pin wickelst, sowas fehlt mir definitiv noch? Hält das auch ohne Löten?
    LG aus Hamburg

    • @JanLunge
      @JanLunge  11 หลายเดือนก่อน

      Moin, der pico w hat zwar bluetooth support aber circuitpython leider noch nicht github.com/adafruit/circuitpython/issues/7693 also läuft kmk dann nicht mit bluetooth.
      Das Werkzeug ist ein wire wrapping tool hab ich so auf amazon gefunden das hält sehr gut ohne löten und lässt sich auch leicht wieder entfernen.
      LG auch aus Hamburg

    • @Alexander-zl3er
      @Alexander-zl3er 11 หลายเดือนก่อน

      @@JanLunge 🙋🏻‍♂️ Bin verwirrt, hast Du meinen Kommentar hier gelöscht? 🤔

    • @JanLunge
      @JanLunge  11 หลายเดือนก่อน +1

      TH-cam moderiert die Kommentare etwas selbst ich lösche hier nix 😄

    • @Alexander-zl3er
      @Alexander-zl3er 11 หลายเดือนก่อน

      @@JanLunge Oh, das wusste ich gar nicht, die sind da wohl sehr streng 😖 Danke 😄

  • @CheeseFriesAndCoffee
    @CheeseFriesAndCoffee 6 หลายเดือนก่อน

    Is it correct to say that because there are enough pins available on the Pi Pico so that you could wire all six of the keys without having to use any diodes? Would it just be one row and six columns(7 pins)?

    • @JanLunge
      @JanLunge  6 หลายเดือนก่อน +1

      You could wire it as one row (7pins) or you can wire it in direct pin method which would be one pin for each key and the other side to GND that would only be 6 pins and also would not need diodes. So yes you are correct

    • @CheeseFriesAndCoffee
      @CheeseFriesAndCoffee 6 หลายเดือนก่อน

      @@JanLunge Thank you, I can't seem to get the diodes. Two separate times, my package was lost.

  • @ethansiew61
    @ethansiew61 ปีที่แล้ว +1

    5:50 there is a tool similar to via for kmk called Peg.

    • @JanLunge
      @JanLunge  ปีที่แล้ว

      I will check that out, thanks.

  • @mcdoji
    @mcdoji ปีที่แล้ว

    What is the 'simple solution' you mention about updating keymap from the PC? Can you post a link, ty.

    • @JanLunge
      @JanLunge  ปีที่แล้ว +1

      You can just edit the files by hand and change the keys no software needed at all. This is easy to do and the keymap in the python file is simple enough to read but a gui tool for this should make it even easier I will post an update when I found something that works well.

  • @shitshow_1
    @shitshow_1 7 หลายเดือนก่อน

    Can I use QMK(the one written in C) on Raspberry Pico Pi ?

    • @JanLunge
      @JanLunge  7 หลายเดือนก่อน

      Yes that works it needs to be compiled for the rp2040 but i have used a pico and a helios with vial

  • @phaberest_
    @phaberest_ 10 หลายเดือนก่อน

    I always thought it could be cool if you could switch the keyboard layout by just using a switch on the keyboard itself, do you forsee any issue with such a feature?

    • @JanLunge
      @JanLunge  10 หลายเดือนก่อน +1

      With what i currently tested the keyboard would then restart which has a slight delay but that’s the only thing

    • @phaberest_
      @phaberest_ 10 หลายเดือนก่อน

      @@JanLunge no problem with that, sounds great! Thank you Jan 🙌🏻

  • @appleboblin6406
    @appleboblin6406 ปีที่แล้ว

    There is PEG for gui, bit annoying to use tho as it overwrites manual edited code.

  • @eonoire
    @eonoire ปีที่แล้ว

    Does anyone know of a discord where I could get some help. I've been trying to get my new ferris sweep keyboard to work for ages now and it just won't. I did everything in this video. There was even a premade keymap on the github that I was just able to grab. Yet when I press any buttons they just don't output anything. I have no idea how this is supposed to work. Please Help I want to use my keyboard and I'm losing it

    • @JanLunge
      @JanLunge  ปีที่แล้ว

      Maybe someone on my discord can help: discord.gg/ctYr5BVF7b

  • @javierortiz82
    @javierortiz82 7 หลายเดือนก่อน

    Do these custom boards report to a pc/mac like standard generic keyboards?, I'd like to create my own custom keyboard with coded macros in the hardware for certain games (I have imagine storing them in an SD card or something), the problem I have with gaming keyboards and mice is that they require software to program macros and stuff that is usually detected and blocked by anticheat software.
    For any purists, don't want to bot, I want to avoid unnecessary use of energy and the tedium of repeating a task over and over, also I once developed tendinitis caused by creating potions in Ragnarok Online, not a fun experience and that conversation with the doctor was pretty uncomfortable lol.
    Thanks for any response.

    • @JanLunge
      @JanLunge  7 หลายเดือนก่อน +1

      All macros and layout customization run in the keyboard and will be sent as normal keycodes via usb hid like any other keyboard cheat tools cant detect a difference to a normal keyboard input as far as i know. The pi pico has enough storage space that you can just save the macros on there directly.

    • @javierortiz82
      @javierortiz82 7 หลายเดือนก่อน

      @@JanLungeMany thanks for your response Jan, I'll dig up into the project, thanks for your time and support

  • @Mixail747
    @Mixail747 ปีที่แล้ว

    How would a simple keymap update look like for your setup?

    • @JanLunge
      @JanLunge  ปีที่แล้ว +1

      I will likely just edit the key code list in the keymap file by hand for now, likely I will write something to write the keymap list to this file with a simple GUI tool. But this will likely take some time

    • @paulb36utube
      @paulb36utube ปีที่แล้ว

      @@JanLunge I hope you will do some more videos on how you do different things and different set ups (macropad/sequences) and the such. It looks like they are shutting down discord/matrix so I can’t ask my questions there. Still rather watch videos as I tend to pick up stuff easier that way.

  • @migzcacho3593
    @migzcacho3593 4 หลายเดือนก่อน

    What was the tool used in 1:41 I want one of those

    • @JanLunge
      @JanLunge  4 หลายเดือนก่อน

      That is a wire wrapping tool (actually called that) that I got from amazon for about 20bucks

  • @alpha_pixel_
    @alpha_pixel_ 9 หลายเดือนก่อน

    Include a html to read and display the config

  • @tiebex
    @tiebex ปีที่แล้ว

    Does anyone know what the tool at 1:42 is?

    • @JanLunge
      @JanLunge  ปีที่แล้ว +1

      This is a wire wrap tool amzn.eu/d/5a5WKHr

    • @tiebex
      @tiebex ปีที่แล้ว

      @@JanLunge thanks!

  • @_Mohanned
    @_Mohanned ปีที่แล้ว

    Was anyone able to map Copy/Paste to their macropad?

    • @JanLunge
      @JanLunge  ปีที่แล้ว

      For kmk the easiest way to do this is to use sequences, for copy you can use the keycode KC.LGUI(KC.C) on mac or KC.LCTL(KC.C) on windows/linux .

  • @submaryne3518
    @submaryne3518 ปีที่แล้ว

    Does it have latency because python is slow?

    • @JanLunge
      @JanLunge  ปีที่แล้ว +1

      Noting thats noticeable while typing or gaming. Could have a few ms of delay but I have no idea how i would test for this. Feels the same as my qmk board

    • @submaryne3518
      @submaryne3518 ปีที่แล้ว

      @@JanLunge tysm

  • @thumbwarriordx
    @thumbwarriordx ปีที่แล้ว +1

    Definitely Picos over Arduino Pro Micros at this point.
    Then again these bluepill boards have a lot of pins.
    The teensies with enough flash to run VIA aren't really complicated to use but if you program it once before setting the partitioning to work with VIA, that chip is never going to support it because the teensy firmware has, for some reason, locked you out of changing it forever.

  • @noel8758
    @noel8758 ปีที่แล้ว

    'promosm' 🙃

  • @alpha_pixel_
    @alpha_pixel_ 9 หลายเดือนก่อน

    Include a html to read and display the config