Close

Geiger-Code for Alphabet + a few common keyboard commands.

A project log for Geiger Code Chorded Keyboard

Reworking the Infogrip Bat Chorded Keyboard for key-press efficiency and Awesomeness!

big-boy-peteBig Boy Pete 11/16/2014 at 21:140 Comments
// In "Standard" && Shifted input mode we can use the binary #s these translate to to quickly map. // The GeigerCode Reference 
//     1     2     3     4     5A     5B     5C     Binary # (1s = 1, 2s = 2, 3s = 4, 4s = 8, 5B = 16 5A = 32, 5C = 64) 
// A   X                                              1 
// B   X     X                         X             19  
// C   X                 X                            9 
// D         X     X                                  6 
// E               X                                  4 
// F   X                 X             X             25 
// G   X     X     X                                  7 
// H               X     X                           12 
// I   X     X                                        3 
// J   X     X     X     X                           15 
// K         X     X     X                           14 
// L   X     X                                        5 
// M               X                   X             20 
// N                     X             X             24 
// O         X                                        2 
// P         X           X             X             26 
// Q   X           X     X                           13  
// R         X           X                           10 
// S   X                               X             17 
// T                     X                            8 
// U         X                         X             18 
// V               X     X             X             28 
// W   X           X                   X             21 
// X   X     X           X                           11 
// Y         X     X                   X             22 
// Z   X     X           X             X             27 
// " "                                 X             16 
//LF   X     X     X     X             X             31 
//Bck        X     X     X             X             30 
//Tab  X     X     X                   X             23  
//DelX X           X     X             X             29

Discussions