geekhack

geekhack Projects => Making Stuff Together! => Topic started by: shadow3264 on Mon, 19 April 2021, 16:09:14

Title: Fullsize keyboard in ISO layout with macro keys and per key backlight
Post by: shadow3264 on Mon, 19 April 2021, 16:09:14
Intro:
Hello, after searching for a fullsize keyboard PCB and not finding what I was looking for I decided to try my hand at making my own PCB. I wanted to have a keyboard that wasn't missing any keys and I really since I really like the macro keys on my Razer Blackwidow keyboard I included five macro keys on the left side of the keyboard and added some keys for media control over the numpad. I took the idea for the backlight matrix from the Kira keyboard and want to hear your opinion if this is actually going to work.

Specs:

Layout:
(https://i.imgur.com/H0DDbgY.png)

PCB:

(https://i.imgur.com/3FsE4tc.png)
(https://i.imgur.com/bgCpN6H.png)
The routing is not great, my first PCB design, definitely learned a lot in the process and now know what to better if I do it again.

Github Repo: https://github.com/shadow3264/FullsizeKBD (https://github.com/shadow3264/FullsizeKBD)

Feedback is greatly appreciated, it would be nice to know if this is even a feasible project. Thanks for reading
Title: Re: Fullsize keyboard in ISO layout with macro keys and per key backlight
Post by: suicidal_orange on Tue, 20 April 2021, 03:25:42
I'm not qualified to say whether this PCB will work but the main reason per key RGB was never an option for big boards in DIY was power so if this is true USB-C and the chip is QMK compatible (or you can make your own firmware) there's no problem with faesibility.

You might want to fix your KLE pic above - I was scratching my head at the absence of 3 and 9 when this was going for 'all the keys!' but they're there on the PCB so all good.
Title: Re: Fullsize keyboard in ISO layout with macro keys and per key backlight
Post by: yui on Tue, 20 April 2021, 03:55:45
i think i read somewhere that QMK is STM32 compatible now, and if this MCU is compatible i'd love to see this become a thing, although i do not care for back-lighting but a 100% iso board is a rarity.
Title: Re: Fullsize keyboard in ISO layout with macro keys and per key backlight
Post by: shadow3264 on Tue, 20 April 2021, 04:30:21
You might want to fix your KLE pic above - I was scratching my head at the absence of 3 and 9 when this was going for 'all the keys!' but they're there on the PCB so all good.
Yeah probably forgot to move over the right most keys, gonna fix it once I'm home

i think i read somewhere that QMK is STM32 compatible now, and if this MCU is compatible i'd love to see this become a thing, although i do not care for back-lighting but a 100% iso board is a rarity.
I chose the micro specifically for QMK compatibility, well that and LCSC part availability.

Thanks for the feedback :)