Viewing a single comment thread. View all comments

onlyOrangeGang t1_j0ysbjh wrote

What resources have you used to make this? I've tried to make my own pcb once using kicad. I was using rp2040. My goal was to make 60% keyboard to avoid buying a lot of switches but in the end only what i've done was small key hub. The main thing that was keeping me away from my goal was knowledge. I'm programming not designing and i have never before done anything related to designing pcbs nor i was aware how to work with popular MCU. I've found few articles about making keyboard matrixs and was using rp2040 documentation but i had problem with general electrical stuff. Do you recommend any basic course or material to fill those gaps?

3

Keeb-Weeb OP t1_j0yw15i wrote

To be really honest, I have a degree in industrial engineering and most of it was already acquired knowledge.

Here were my sources for information, extract from it what you can, it should help out. If you need anything, just shoot me a DM.

https://www.gizmodo.com.au/2014/10/i-built-a-keyboard-from-scratch/

https://deskthority.net/viewtopic.php?f=7&t=7177&start=

https://trauring.org/hand-wiring-a-keyboard/

https://kbfirmware.com/

http://www.keyboard-layout-editor.com/

2

Hagya15 t1_j115xb7 wrote

I designed this keyboard from scratch. In the comments i talked about the resources i used. I used a guid for the atmega32u4 but its well doable to replace the atmega32u4 with the rp2040. If i were to design another keyboard today, i would also prefer the rp2040 due to cost and availability.

If you have any other questions feel free to reach out.

0