Author Topic: Okey65 ortholinear keyboard  (Read 2329 times)

0 Members and 1 Guest are viewing this topic.

Offline kiks64

  • Thread Starter
  • Posts: 11
  • Location: France
Okey65 ortholinear keyboard
« on: Thu, 03 February 2022, 19:41:11 »
Hi there !
You don't know me because I'm not an active member and I haven't posted for years, but let me introduce you to Okey65, my ortholinear keyboard which is the evolution of my hand-wired keyboard that I been using for several years.

It features one more column than the Preonic and an atypical layout.
It consists of a pcb with the classic atmega32u4 and a usb type C connector, 2 plates of fr4 and an SLA resin frame, fully dampened by EVA foam.
I put Gateron Pro Milky Yellow switches in it and reused my dsa keyset from Signature Plastics, and I'm very happy with the result, apart from the lock key indicator LEDs that don't work.

If you want to know more and maybe build your own https://github.com/kiks64/OKey65 but keep in mind this is my first electronic design  :)






Offline nevin

  • Posts: 1646
  • Location: US
Re: Okey65 ortholinear keyboard
« Reply #1 on: Thu, 03 February 2022, 20:36:03 »
Very cool. Don't know if I've ever seen a 13 column ortho before.

I use a 14 column (split 5x7s).
Don't think I could get used to 12 columns. This might be a good option.

Thanks for posting and showing off your wonderful project.
Keeb.io Viterbi, Apple m0110, Apple m0120, Apple m0110a, Apple 658-4081, Apple M1242, Apple AEK II, MK96, GH60/Pure, Cherry g84-4100, Adesso AKP-220B, Magicforce 68

Offline kiks64

  • Thread Starter
  • Posts: 11
  • Location: France
Re: Okey65 ortholinear keyboard
« Reply #2 on: Thu, 03 February 2022, 21:27:58 »
Very cool. Don't know if I've ever seen a 13 column ortho before.

I use a 14 column (split 5x7s).
Don't think I could get used to 12 columns. This might be a good option.

Thanks for posting and showing off your wonderful project.

Thank you for your interest !
Indeed I designed it because I was very interested in the Preonic but it lacked a few keys.

Offline fpazos

  • Posts: 166
Re: Okey65 ortholinear keyboard
« Reply #3 on: Fri, 04 February 2022, 01:54:40 »
Nice keyboard!! I like the classic feel of the case!
 

Offline nevin

  • Posts: 1646
  • Location: US
Re: Okey65 ortholinear keyboard
« Reply #4 on: Fri, 04 February 2022, 08:37:42 »
Is it something physically wrong with the pcb that the led isn't working or the qmk code is not correct to work right?

I've done a little work with led indicators.
If it's code, I might be able to help.
Let me know if you want to continue here, Pm, or on another platform. I find discord or similar easy for quick responses back & forth.
Keeb.io Viterbi, Apple m0110, Apple m0120, Apple m0110a, Apple 658-4081, Apple M1242, Apple AEK II, MK96, GH60/Pure, Cherry g84-4100, Adesso AKP-220B, Magicforce 68

Offline kiks64

  • Thread Starter
  • Posts: 11
  • Location: France
Re: Okey65 ortholinear keyboard
« Reply #5 on: Fri, 04 February 2022, 10:31:31 »
Thank you for your help  :)
From what I understand wiring is not complicated, an LED assigned to a pin of the chip with a resistor in series (150ohms in my case) and connected to ground. I checked that the pins of the chip are well soldered, and I found that the voltage is almost zero (0.6V) when the key is locked.
Regarding the code, I generated it on kbfirmware.com since my understanding of the firmware is very limited, so I chose the simplest solution. I simply assigned the pins corresponding to the indicator LEDs.
I leave you the choice of where to chat, it's already very nice to help me!

Offline nevin

  • Posts: 1646
  • Location: US
Re: Okey65 ortholinear keyboard
« Reply #6 on: Fri, 04 February 2022, 10:56:57 »
is it a standard, single color led or an RGB led?
- if a standard led.... what is the voltage it's rated for? also, different colors will run at different voltages. blue or white leds usually requiring the highest voltage out of the single color leds. look back to where you bought the led from, should have a voltage mentioned.

standard led
282081-0


RGB led
282082-1

and each of these is handled differently in the code.
Keeb.io Viterbi, Apple m0110, Apple m0120, Apple m0110a, Apple 658-4081, Apple M1242, Apple AEK II, MK96, GH60/Pure, Cherry g84-4100, Adesso AKP-220B, Magicforce 68

Offline kiks64

  • Thread Starter
  • Posts: 11
  • Location: France
Re: Okey65 ortholinear keyboard
« Reply #7 on: Sun, 06 February 2022, 13:42:22 »
Update : The indicator LEDs issue is fixed by rewriting the firmware with the official QMK environment instead of using the kbfirmware.com configurator.
Thanks to nevin for his help  :thumb:

Offline nevin

  • Posts: 1646
  • Location: US
Re: Okey65 ortholinear keyboard
« Reply #8 on: Sun, 06 February 2022, 16:28:46 »
YAY!
Congrats friend. Glad you got it working and managed to compile from source.

...you've now entered the realm of "knowing"..  lol.
Keeb.io Viterbi, Apple m0110, Apple m0120, Apple m0110a, Apple 658-4081, Apple M1242, Apple AEK II, MK96, GH60/Pure, Cherry g84-4100, Adesso AKP-220B, Magicforce 68