michalvankodev-site/_posts/blog/2020-03-23-custom-redox-keyboard-assembly.md

15 KiB

layout title published date thumbnail tags notes
blog Custom Redox keyboard assembly true 2020-03-23T19:16:54.820Z /images/uploads/img_20200301_171735.jpg
Keyboards
Tutorial
add some stuff about redox keyboard itself

In this blog post I am going to take you out on a little journey of making my own keyboard. Perhaps help you if you've decided to make yourself your own.

Preview of Redox keyboard with RGB lights turned on in a dark

But at first I want to tell you:

Why I've decided to make my own keyboard

I am feeling pain in a wrist of my right hand for 2 years now. I've started to feel it when I started to be more physically active. I've been working out and played a lot of squash. It got to the point that I had to visit an orthopedist. I was scared that I'd have the infamous carpal tunnel syndrome. At this stage he said it was just strained. The pain eased out after some therapy but it still comes back and it got to the point that I had to change my work habits.

One night I was checking out the state of programming streams on twitch. I've found a great streamer JMS WRN and as I was chatting with him about my wrist problem he gave a recommendation for my new mouse: Logitech MX Vertical and then he showed me that he has a Discord channel just for keyboard stuff. And that was the moment for me. I've discovered a whole new world of possibilities around keyboards.

I've started to do a research around custom keyboards, their parts, QMK software and its possibilities. I was 100% sure that, if I am going to make my own keyboard it would be split and ergonomic. It just looks so cool to be able to have one part of the keyboard away from the other.

Some split keyboards that caught my attention

I got to the point that if I want to make a keyboard that I have to make a complete shopping list. My first go to was the Iris Keyboard from Keeb.io. But then I've found the shipping cost and that changed my decision. I was looking into other options that were accessible in Europe and then I've found a FalbaTech whom is based in Poland which made me so excited. There are really not that many shops which are based in Europe.

I took a look at his selection of custom keyboards and decided on the Redox keyboard. It is a split orthodox keyboard heavily inspired by Ergodox. There are two options for this keyboard: Classic wired and wireless. I've decided for wired one as I didn't want to complicate my first build.

If you want to take a closer look into Redox keyboard and it's details, I recommend reading designers Hackaday.io page

Let's make a shopping list

You might think that making a custom mechanical keyboard can be cheap but the opposite is quite true. The electronics are the cheapest part and they are not that hard to get. You might find many of them in the nearest radio amateur shop. Parts that you have to reconsider and are most important are the PCB, case, switches, and keycaps.

For my build as it is my first one I had to also buy soldering iron and various tools.

I decided that I want my custom case so my friend was so kind that he asked his brother to 3D print it for me.

You will also needs some cables so make sure that you will buy everything you need.

So this makes a total of ~115 € for only components of the keyboard itself and these are very cheap compared to the commercial market where you could pay this price for keycaps only.

I had to also buy some tools so I can put this project into reality. There is a nice sum up of tools you'll need at keeb.io.

For a total of ~49€ for tools needed.

Assembly time

So I waited few weeks for the goods to arrive home and after everything that was needed for the assembly came I've scheduled the assembly to be done over the weekend. First weekend had came by and I was not feeling it, so I moved it to the next one when I was sure I wouldn't be interrupted by anyone. It fit very well because I was soldering the keyboard over the night that was on a day of parliamentary elections. I knew that I was going to be up very late anyway.

1. Prepare your workplace

Find a suitable room which has enough light and can be ventilated. One office desk should be enough for soldering.

So this is how the keyboard looks like when you pack it up into a shoe-box:

Keyboard parts stored in a shoe-box next to soldering station

2. Solder switching diodes

What's nice about keyboard assembly is that, when you are going to solder for the first time or like me the second time after 12 years, it starts from the simplest tasks to the hardest. In the end it is simple all the way because after first 70 soldered joints you will get into it and you will learn how the solder behaves.

PCBs of Redox are both the same for both sides. That means you will put diodes on the opposite side of the PCB that it is going to be used for second hand.

PCB with soldered switching diodes

Remember that the direction of the diodes matters and that means that black part of the diode should be placed at the square on the PCB!!!

When you are done with soldering be careful while cutting the pins. They are going to fly across whole room. Also you should wear protective glasses if you are not able to point them to be shooting away from you. I was able to find some pins after 2 weeks in the corners of the room.

3. Solder momentary switches

Momentary switches are used to send a reset signal to the Pro Micro. They are going to be essential for installing firmware into the Pro Micro.

4. Solder TRRS sockets

They will provide a way for connecting two sides together so you would only use one USB connection with computer.

Also if you decide to install RGB backlights the coordinating signal is going to be wired through the socket pin as well.

5. Solder the head pins for the Pro Micro

By head pins I mean the small pins that are supposed to hold the Pro Micro above the PCB.

Don't solder the Pro Micro yet! You won't be able to put the switches onto the board.

Head pins of Pro Micro soldered into the PCB

At this time you would notice that on the left side the USB port is going to be very low and not very tight. Please be aware of this. If you want to you can also just wire some leftover pins from the diodes and make them shorter but I was doing OK with the head pins of the Pro Micro.

6. Mount the switches

Try to put at least few switches on the case and try them mounting them on the board. The PCB has holes in it to mount the switches so it should fit together. Mine didn't so I had to make a little hack on few switches so they wont bend my board by cutting their bottoms.

Cutting switch bottoms to be able to put them in the case

7. Solder the switches

All of the switches should have their feet on the other side of the board. Try to push them closer to the board so it will be easier for the solder to make a joint.

8. Solder the Pro Micro

Almost done with the solder. Now is time to wire the brains of the keyboard. These joints are going to be the best. There is not that much room so you'll have to bring your A game here.

To be honest, I had to revisit and try to fix both of my Pro Micros. One full column of my keyboard was not working because of one bad contact. I was trying to unmount whole Pro Micro out but wasn't able to suck the solder out so I desperately just tried it out again and it worked. So I needed just to apply more heat to it. Few days later when my Enter key was not working and it was the same problem but on the other side.

Before you proceed to the next step:

The USB ports on the Pro Micro are infamous to break when you manipulate a lot with them. I've decided that I want to have my right hand side as a master and the USB port broke after 3 days. I was not able to burn a new firmware on it but I had to rewire the RGB backlight and I use my left hand side as a master. On the left hand side the USB port is sitting between the board and Pro Micro so it should be harder to break. Be careful with them anyway!

9. Wire RGB backlight

Find some small cables that are flexible and wire them accordingly to this: https://github.com/mattdibi/redox-keyboard/tree/master/redox#rgb-underglow

Burning the firmware

I'll recommend to get to know QMK software. You can do so here: https://qmk.fm/

Check it's abilities and Getting Started section

But to sum up what I did it was pretty simple:

  1. git clone https://github.com/qmk/qmk_firmware
  2. Set the number of RGB diodes in /keyboards/redox/keymaps/default/config.h
  3. Made my own keyboard layout over: https://config.qmk.fm/#/redox/rev1/LAYOUT
  4. Burn it make redox/rev1:default:avrdude

In case you want to check out my configuration you can download it here and upload it into the configurator. I've added some multimedia keys in a third layout and much more.

And that's it. You have built yourself a keyboard.

Feedback

Well, I just made a big change in my experience with writing. I was learning to write with 10 fingers and if that wasn't the biggest change I've made. I've decided that if I am going to learn to write properly I'll do it even better. I've learned to use the Colemak keyboard layout. To enhance it to the best experience possible I've built myself an orthodox split keyboard and I must say WORTH IT!

So what are the little things that come with switching to orthodox keyboard', you may ask. Well it depends on your habits. Mine were certainly very bad as I didn't know how to write with 10 fingers. Only 8 in my case. Also I was used to type H and Y keys with my left hand. But that was not biggest problem. Most errors I've made was by trying to hit C key. I was used to hit it with my pointer finger which I think is not only my issue. With the classic keyboard design the C key to be hit with middle finger seems like a torture. After one month I am now able to properly hit any key with the correct finger. I just still do many mistakes because of the layout change.

I've chosen very light switches because I wanted them to be less noisy as I work in a shared office and also my ol' Cherry browns seems little hard to me. I have to say this change was very hard to get used to. First 3 days I was accidentally pushing oooooooooooo key while trying to concentrate on which key I should press while learning new shortcuts. Simply put, I cannot rest my fingers on keyboard like I've used to. But I think that they are not that bad after I got used to them. Sometimes I accidentally press Backspace just before hitting Enter. Therefore I'd definitely recommend getting heavier switches for function keys. If I was to make another keyboard, which I am definitely going to make, I will choose something in between. When I try to type on my old keyboard I feel like I have to do push ups with my fingers. But I know it is just because I got used to these light ones.