Skip to main content

ThumbsUp! Versions

This table compares features of the ThumbsUp! keyboard versions.


Model

v2 ATMEGA

v2 ProMicro

v2 RP2040

v3

v3 MX/ALPS, v4

v5

v6*

v7

v8

Features

Body

Unibody

Unibody

Unibody

Split

Split

Unibody

Split

Split

Unibody

Switches

Kailh Choc

Kailh Choc

Kailh Choc

Kailh Choc

MX/ALPS

MX/ALPS

MX/ALPS

MX

Kailh Choc

Numbers Row

No

No

No

No

Yes

Yes

No

Yes

Yes

Thumb Keys per Side

2

2

2

2

2

3

2

2 or 3 in different positions

3

Controller,

Atmega32U4,
 Mini USB

ProMicro and
compatibles (e.g. nice!nano),
USB-C or Micro USB,
depending on MCU

RP2040, USB-C (currently)

RP2040, USB-C

RP2040, USB-C

ProMicro and
compatibles (e.g. nice!nano),
USB-C or Micro USB,
depending on MCU

RP2040, USB-C

RP2040, USB

ProMicro and
compatibles (e.g. nice!nano),
USB-C or Micro USB,
depending on MCU

Connector

Mini USB (earlier revisions)

VIA/REMAP support

Yes*

Yes*

Yes*

Yes

No

Yes

No

Yes

Yes

Wireless

No

Yes - with nice!nano

No

No

No

Yes, with nice!nano

No

No

Yes, with nice!nano

PCB Color

Green

Green

Black, Green (earlier revisions)

Navy Blue

Navy Blue

Navy Blue

Red

Navy Blue

Black

 


ThumbsUp! v2 sub-versions got the very same key layout, the biggest differences are the controller and USB connector type used. Otherwise they are the same, and PCBs are interchangeable.

ThumbsUp! v4 is a revision of ThumbsUp! v3 MX/ALPS with tracks relocated and some no-longer available electronic parts replaced.
ThumbsUp! v6 is v4 sans the numbers row, the rest is the same.

ThubmsUp! v7 is an evolution of v3/v4 with an extra thumb key added. That required schematics change, so while they look almost the same, they are not compatible and use different firmware.

ThumbsUp! v5 and v8 use the same schematics, use the same firmware, the biggest difference is the switch types used - MX/ALPS for v5 and Kailh Choc for v8.

All unibody versions support Cirque Proglide touchpad. All ProMicro-based unibody versions have spot for the hardware power switch for battery-powered nice!nano.

VIA/REMAP support for the versions marked with asterisk - firmware is being re-worked to have the VIA support turned on by default. Until then the VIA-supporting version is installed on request.


ThumbsUp! v10 supports VIAL (they probably all would, I only cloned v10 into VIAL.)

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...

Source Files and Default Firmware

Update 2025-04-19: I added VIAL support for ThumbsUp! v10, look for  thumbsup_rev10_rp2040_unibody_4x12_default_4x12_v10_vial.uf2 in the dropbox folder mentioned below. Updated:   Nov 12 I am cleaning up the firmware for all the keyboards. Two biggest changes are switch to the current QMK version 0.22.14 and enabling the VIA/REMAP support for all the keyboards. Look for the banners for each keyboard to see if the new firmware is ready.   Default (pre-compiled) firmware and JSON files for VIA/REMAP are in Dropbox here:   https://www.dropbox.com/scl/fo/2s8vz5tq5lffmpjuqbz2c/h?rlkey=71amow1mhhwfe54c0ywx59bfc&dl=0   You can flash them to your board. For AtMega/ProMicro based boards (*.hex files) use  QMK Toolbox  . For RP2040 boards (*.uf2 files) press twice the reset button (on the bottom side of the middle PCB), and copy the file to the drive newly added to the system. Note: v3 (5x12) and v4 use the same firmware (use the v4 one as the...

How to make a ThumbsUp! keyboard wireless

ThumbsUp! keyboards can be made wireless.  Not all of them, but those driven by ProMicro controller. There are multiple options, so far I only used one of them, the nice!nano v2 with ZMK-based firmware. Nice!nano is a drop-in replacement for AtMega32U4-based ProMicro units. It got a compatible pinout and is quite simple to use. Here is how it looks fully assembled: These are the parts: nice!nano v2 in the middle, the battery on the left and the pin headers on the right. Also there is a power switch on the PCB - it physically disconnects the battery from MCU/USB. I use pin headers/sockets to allow MCU swap. The default/standard sockets are too tall, so I have to pull the pins from headers and cut them so they are flush with the board surface. Make sure solder balls are small enough to  allow the raisers/connectors to actually connect. Notice the MCU goes components towards PCB. Make sure the B+ and B- holes are not used, they are added in nice!nano, but the ProMicro does not ha...