Skip to main content

How to use ThubmsUp! keyboard: QWERTY Layer(s)

ThumbUp! keyboards are smaller than the laptop ones. How am I supposed to type all those keys that barely fit into the standard 104-key boards? The answer is layers which allow each key play more than one role.

 

In the conventional boards each key performs only one function. In fact that is not completely true. There are standard modifiers: Shift, Control, Alt and Win. They allow to enter the capital letters by pressing Shift and a letter together, perform standard operations like Select All with Ctrl+A, open the file explorer with Win+E, and so on.

Each modifier (or their combination) while it is pressed switches the keyboard to another layout.

 

The programmable keyboards extend that idea by allowing multiple modifiers in addition to the "conventional" Shift, Control, Alt, and Win.

 

For QWERTY layer ThumbsUp! keyboard is big enough to fit all the Latin letters and some of the punctuation marks.

The default layer looks very close to the regular boards:

 



Obvious difference is the Shift keys moved under the thumbs (instead of pinkies) and the lack or a long space bar. All other keys are at their familiar places.

 

Shift key is used quite often. In the regular boards it is supposed to be pressed with pinkies, which is not so comfortable, especially with the laptop boards tending to make the right one smaller and shift it sideways to give space for the navigation keys. In ThumbsUp! keyboards Shift key is given a priority - it is put where it can be hit and held just by lowering the thumb. Very short and efficient move. The palm does not need to rotate (as in the regular boards) to reach for that button. There is a common recommendation to press Shift with one hand and use the other hand for the letter/key, this layout helps to follow this recommendation, the modifiers placed symmetrically with that in mind.

The same with Ctrl+Shift+..., or Alt+Shift+..., or Win+Shift+... combinations. With this layout one hand holds the modifiers, the other presses the letter.

 

 

But how one type the curly brackets or single and double quotes? For that Tab key is used - when it is pressed briefly/once it acts as usual Tab key. When it is held down (longer than 1/5-1/3") it becomes a modifier. The keyboard turns into this:


 


The right-hand side contains the marks that did not fit into the default layer.

Dash, underscore, single and double quotes are pressed with pinkie, as usual.

 

Parenthesis, brackets are moved under the middle and ring fingers, rather arbitrary decision, but they are more easier to remember. The opening and closing parenthesis are on the top row, and the square/curly brackets are below them - on the bottom row. (They may be good in the middle row too, so one may modify the layout thanks to the programmability.)

 

For the keys requiring Shift modifier - the relocated Shift key helps a lot. The left pinkie holds Tab, the left thumb lowers on the left Shift, and the right hand hits appropriate key. Sounds complex, but in action that requires fewer hand and finger movements. It is one rolling action - pinkie, thumb, right hand finger(s).

 

The text navigation and editing to be covered in the next post.

 


Comments

Popular posts from this blog

Adding a Touchpad

  Updated:   Jun 5 The unibody ThumbsUp! keyboards support ProGlide Cirque touchpads. Cirque touchpad fits nicely under the top PCB and are not visible from outside, so here its picture sticking out, not yet glued to the top PCB:     There are tracks leading to a connector on the top board. (Add it to the order and let me know if you want the connector to be installed, provided I have them in stock.)     You'd need to buy these two parts from Mouser (or any other vendor): Mouser #: Mfr. #: Desc.: 355-TM0400402024-301 TM040040-2024-301 Capacitance Touch Sensor Modules Capacitance Touch Sensor Modules 40mm Round SPI/I2C adhesive overlay 538-15166-0125 15166-0125 FFC / FPC Jumper Cables FFC / FPC Jumper Cables FFC 0.50 Type A 12 ckts lgt 127   Touchpads need to be modified: R1 needs to be removed to use I2C the boards support:   For the ProMicro and Atmel32U4-based keyboards the touchpad also needs to be made t...

ThumbsUp! Trackball v3 Assembly Steps

I designed a trackball: https://github.com/ak66666/ThumbsUp-Trackball-v3 I sell the PCBs on Etsy: https://www.etsy.com/ca/listing/4367668734/thumbsup-trackball-v3-pcbs-for-dyi In this post I show the process of building the board. Bill of Materials To assemble you will need to obtain the following parts: 1x PMW3610 sensor and lens (https://www.aliexpress.com/item/1005007118767775.html) 1x Nice!nano v2 (or clone) (https://www.aliexpress.com/item/1005006074191337.html) This will give you a Bluetooth-connected device. You may add another nice!nano to make a USB dongle . 1x 34mm ball (https://www.aliexpress.com/item/1005007857787050.html) 1x 3.7V 110mAh 301230 Lithium Polymer Li-Po Battery (https://www.aliexpress.com/item/1005003662352305.html) 6x Kailh Choc hot-swap sockets (https://www.aliexpress.com/item/1005003873653184.html) Optional, you may solder the switches into the board. 2x Pin Headers and 2x Sockets, Low profile, 12pin (https://www.aliexpress.com/item/1005006248653180...

How to make a wireless ThumbsUp! with a touchpad using ZMK and ProGlide Cirque

ThumbsUp! can be made wireless using a nice!nano v2 MCU (or its clone) running ZMK. Recently ZMK got support for ProGlide Cirque touchpads, and the biggest difference from QMK was requirement to have an activity pin (DR) to be used/specified in the configuration. My configuration project is here: https://github.com/ak66666/zmk-config/tree/cirque Unfortunately that requirement was not known to me when I designed ThumbsUp! boards, so in order to make these boards wireless and with touchpad I had to add a bodge wire from the touchpad to a inter-PCB connector, and then from the connector on the other plate to the controller. Luckily there were a few unused pins in v9, so the task turned to be relatively easy. Step 1. Solder the wire to the third pin from the top on the innermost row: Step 2. Solder the other end of that wire to one of the pins in the center header. For that - gently pry the plastic spacer a up halfway, and solder the wire as close to the board as possible. I chose the bott...