geekhack

geekhack Community => New Members => Topic started by: cbbrowne on Tue, 21 June 2016, 16:24:40

Title: Allo!
Post by: cbbrowne on Tue, 21 June 2016, 16:24:40
New here...

I'm one of the programmers of Planck; I "own" this one...  https://github.com/cbbrowne/qmk_firmware/tree/master/keyboard/planck/keymaps/cbbrowne

I also have a PurePro PCX-7000 around, as well as some aged HHKlites...
Title: Re: Allo!
Post by: rowdy on Wed, 22 June 2016, 06:06:48
Welcome to Geekhack!

If you're in the practice of writing keyboard firmware, expect a lot of questions ;)

A very useful skill, especially with all the custom keyboards designed and made around here.

Do you just use Planck, or other (perhaps more conventional) layouts too?
Title: Re: Allo!
Post by: xtrafrood on Wed, 22 June 2016, 07:08:24
Hi, welcome
Title: Re: Allo!
Post by: cbbrowne on Wed, 22 June 2016, 17:21:10
Hi, welcome

I'm not sure there are any other layouts of much interest.  My hands are getting pretty accustomed to my customizations atop the Planck layout; it's sufficiently minute that it pretty much needs to get customized in order to be much usable.

My "cool bits" are that I added in a couple of "random" keys; they use keyboard timer + linear congruential RNG to generate fairly random numbers, so I can hit the "random numbers" key, to get 680766910078581035059920902 random digits, and "random alpha" to get stuff like azupqxmyepaxtopaywrxrvidrzatsedwjcr.  Not SUPER random, but good enough to fill in blanks when they need to be filled with 'trash'.  :-)

It doesn't mean I have much insight on integrating code for new, oddball keyboard platforms.  But I have been playing with qmk a fair bit ;-)