Pi Pico + KMK = the perfect combo for Custom Keyboards

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • ARM for Keyboards with the Pi Pico rp2040 using kmk
    Links:
    Circuit Python .UF2
    circuitpython....
    KMK Firmware
    github.com/KMK...
    3D Files & Config Files
    github.com/Jan...
    Socials
    Twitch: / janlunge
    Instagram: / janlunge
    Discord: / discord
    GitHub: github.com/Jan...

Комментарии • 165

  • @ntc490
    @ntc490 Год назад +22

    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 Год назад

      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 9 месяцев назад

      Hi, is a rotary encoder supported with this firmware?

    • @IOUaUsername
      @IOUaUsername 8 месяцев назад +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 7 месяцев назад

      @@IOUaUsername Great, thank you for your response.

  • @haukefrahmann7849
    @haukefrahmann7849 Год назад +7

    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!

    • @gryffinsyme6357
      @gryffinsyme6357 Месяц назад

      i’m just gonna let you know - handwiring hotswap sockets is absolutely hellishly bad. genuinely not worth it at all. it’s also worth noting that if you can have pcb’s manufactured for a split board, (this is much easier and usually much cheaper than you’d think, i promise, i could help you through it) kailh choc switches can have their springs swapped without desoldering. food for thought!

  • @ladbeige
    @ladbeige Месяц назад +1

    Your Pog system is great dude keep up the innovation

  • @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.

  • @CheeseFriesAndCoffee
    @CheeseFriesAndCoffee 10 месяцев назад +1

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

  • @EttVenterPhoto
    @EttVenterPhoto 7 месяцев назад +1

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

  • @HumanShield117
    @HumanShield117 6 месяцев назад +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.

  • @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.

  • @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

  • @norm1124
    @norm1124 Год назад +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.

  • @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 Год назад

      @@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 4 месяца назад

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

  • @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 👍

  • @matthewpalmer9820
    @matthewpalmer9820 Год назад +3

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

  • @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)

  • @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 11 месяцев назад +1

      Nice rain world pfp!

  • @RoushonZadid
    @RoushonZadid 10 месяцев назад +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

  • @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.

  • @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!

  • @DorisAndrew-j8g
    @DorisAndrew-j8g 9 дней назад

    Stark Motorway

  • @sanshien216
    @sanshien216 Год назад

    Awesome. Thank you.

  • @AnnmarieBierce-n1f
    @AnnmarieBierce-n1f 5 дней назад

    Waelchi Roads

  • @The8BitHero
    @The8BitHero Год назад

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

  • @sweeeenay
    @sweeeenay 2 месяца назад

    1:40 I'm sorry I know this video is old but what is this tool I need it
    Never mind I found one, thanks for showing me this exists

  • @XeNoOrG
    @XeNoOrG 2 месяца назад

    I recently watched your DIY keyboard project and was really impressed. I'm working on a similar project for gaming mice at and would love to explore a collaboration.
    If you’re interested, let’s discuss how we might work together

  • @ronaldsantosluna6148
    @ronaldsantosluna6148 4 месяца назад

    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.

  • @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 😀

  • @TateGale-o7g
    @TateGale-o7g 23 дня назад

    Deontae Mission

  • @Oberyn_Martell
    @Oberyn_Martell 11 месяцев назад +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  11 месяцев назад +1

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

  • @RoseQuinones-s1v
    @RoseQuinones-s1v 14 дней назад

    Luther Wells

  • @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?

  • @YoshikoDoogan-h7n
    @YoshikoDoogan-h7n 15 дней назад

    Elsa Valleys

  • @JeffreySanchez-e9n
    @JeffreySanchez-e9n 7 дней назад

    Bernier Grove

  • @Quazee137
    @Quazee137 Год назад

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

  • @JasperAltman-t5i
    @JasperAltman-t5i 18 дней назад

    Shayne Ways

  • @DomingoPhillips-q5k
    @DomingoPhillips-q5k 11 дней назад

    Skiles Ferry

  • @PatrickQuiller-x7k
    @PatrickQuiller-x7k 4 дня назад

    Trantow Village

  • @nehalv7346
    @nehalv7346 Год назад

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

  • @RoyLorraine-v5o
    @RoyLorraine-v5o 22 дня назад

    Ashleigh Terrace

  • @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 ruclips.net/video/2c5CeuCNbw8/видео.html

    • @606aap
      @606aap Год назад

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

  • @LindaWinter-g5b
    @LindaWinter-g5b 21 день назад

    Hartmann Street

  • @KeithBeamon-g4u
    @KeithBeamon-g4u 25 дней назад

    Fritsch Street

  • @LasandraRudish-i2g
    @LasandraRudish-i2g 9 дней назад

    Abbott Parks

  • @shitshow_1
    @shitshow_1 10 месяцев назад

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

    • @JanLunge
      @JanLunge  10 месяцев назад

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

  • @KyleMccaine-t3r
    @KyleMccaine-t3r 6 дней назад

    Cayla Isle

  • @javierortiz82
    @javierortiz82 11 месяцев назад

    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  11 месяцев назад +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 11 месяцев назад

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

  • @Alexander-zl3er
    @Alexander-zl3er Год назад

    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  Год назад

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

  • @VedaGreene-r6r
    @VedaGreene-r6r 11 дней назад

    Denesik Road

  • @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.

  • @pablolopez4160
    @pablolopez4160 Год назад

    Great!!!

  • @Alexander-zl3er
    @Alexander-zl3er Год назад

    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  Год назад

      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 Год назад

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

    • @JanLunge
      @JanLunge  Год назад +1

      RUclips moderiert die Kommentare etwas selbst ich lösche hier nix 😄

    • @Alexander-zl3er
      @Alexander-zl3er Год назад

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

  • @appleboblin6406
    @appleboblin6406 Год назад

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

  • @phaberest_
    @phaberest_ Год назад

    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  Год назад +1

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

    • @phaberest_
      @phaberest_ Год назад

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

  • @xsm5525
    @xsm5525 Год назад

    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  Год назад

      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.

  • @alpha_pixel_
    @alpha_pixel_ Год назад

    Include a html to read and display the config

  • @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

  • @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

  • @MaloryMiranda-s9j
    @MaloryMiranda-s9j 18 дней назад

    Dorcas Spring

  • @ChristieJennifer-m5k
    @ChristieJennifer-m5k 23 дня назад

    Dach Ridges

  • @NigelAlverez-l9t
    @NigelAlverez-l9t 4 дня назад

    Ruecker Overpass

  • @RuskinRenee-v2z
    @RuskinRenee-v2z 10 дней назад

    Thompson Port

  • @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.

  • @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.

  • @_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 .

  • @AnnMandy-z3v
    @AnnMandy-z3v 23 дня назад

    Bogan Ports

  • @CarollHonold-s1e
    @CarollHonold-s1e 16 дней назад

    Emily View

  • @curtisshorter80
    @curtisshorter80 12 дней назад

    Brown Scott Wilson Frank Brown Jennifer

  • @noel8758
    @noel8758 Год назад

    'promosm' 🙃

  • @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?

  • @shebadoge
    @shebadoge 4 месяца назад +1

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

  • @rybaczekfpvrc
    @rybaczekfpvrc 5 дней назад

    I have wired everything correctly and when I try checking the LED box keyboard stops working at all. I don't know what to change in code. Please help

  • @hgpdnaeuueandpgh
    @hgpdnaeuueandpgh 2 месяца назад

    i'm fink people need mirror keyboard to working like bodybuilder asymmetry of brain. i fink about two keyboard in one

  • @fidelramen5202
    @fidelramen5202 Месяц назад

    Hello, is there any data on the latency of a pico board? I can't seem to find any.

  • @JoOdom-r8c
    @JoOdom-r8c 11 дней назад

    Garcia Robert Miller Donna Brown Donna

  • @PCBWay
    @PCBWay Месяц назад

    Nice content!!! 🔥

  • @PamelaFender-j4y
    @PamelaFender-j4y 15 часов назад

    Buckridge Field

  • @StevenLopez-f3m
    @StevenLopez-f3m 2 часа назад

    Marvin Prairie

  • @MariaWood-t8w
    @MariaWood-t8w 2 дня назад

    Murazik Shoal

  • @MargaretGraham-h4v
    @MargaretGraham-h4v 2 дня назад

    Bartell Station

  • @TempleAmy-o4x
    @TempleAmy-o4x 19 часов назад

    Keegan Path

  • @ChristyJoseph-j2n
    @ChristyJoseph-j2n 2 дня назад

    Schowalter Pine

  • @MaryBlack-u5l
    @MaryBlack-u5l День назад

    Mosciski Mill

  • @JohnPenton-h3g
    @JohnPenton-h3g 2 дня назад

    Schultz Isle

  • @WalshAntonia-l8n
    @WalshAntonia-l8n День назад

    Eunice Haven

  • @GregoryBeverly-f6y
    @GregoryBeverly-f6y 2 дня назад

    Lakin Ridge

  • @ZümreÇalı-j9f
    @ZümreÇalı-j9f День назад

    Johnny Pass

  • @nyeinchanzaw6936
    @nyeinchanzaw6936 Год назад +6

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

  • @ToynbeeAntoinette-f7x
    @ToynbeeAntoinette-f7x День назад

    Devante Glen

  • @LarryBrazell-x1w
    @LarryBrazell-x1w 2 дня назад

    Zelda Crest

  • @IrvingAntonia-k8q
    @IrvingAntonia-k8q 2 дня назад

    VonRueden Lane

  • @HumbertoSchreimann-p4g
    @HumbertoSchreimann-p4g 11 дней назад

    Hildegard Station

  • @RoyHoover-h7y
    @RoyHoover-h7y 23 дня назад

    Felicia Motorway

  • @ScottGarcia-z9z
    @ScottGarcia-z9z 16 дней назад

    Clovis Track

  • @JeaniceBrownley-n6l
    @JeaniceBrownley-n6l 13 дней назад

    Simone Plaza

  • @GeoffreySteward-r1d
    @GeoffreySteward-r1d 15 дней назад

    Goodwin Street

  • @LincolnMantel-i6q
    @LincolnMantel-i6q 22 дня назад

    Hickle Mission

  • @ThePiprian
    @ThePiprian 7 месяцев назад

    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?

  • @JoshTiffany-r2z
    @JoshTiffany-r2z 18 дней назад

    Petra Ridge

  • @FelixAbner-g5i
    @FelixAbner-g5i 21 день назад

    Daniel Glens

  • @ethansiew61
    @ethansiew61 Год назад +1

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

    • @JanLunge
      @JanLunge  Год назад

      I will check that out, thanks.

  • @migzcacho3593
    @migzcacho3593 8 месяцев назад

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

    • @JanLunge
      @JanLunge  8 месяцев назад

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