Skip to main content

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 have them. There are other pins that connect MCU to battery.



The battery is hidden under MCU. Battery terminals are soldered to the board. There is a power switch visible in other pictures that disconnects the battery from the circuit.


There is plenty of space under MCU, the battery has to be affixed by a double-sided tape, or by a roll of scotch tape - with the sticky side out from both sides. Here it is like it looks like, the battery is suspended between MCU and PCB with two cylinders of scotch tape:



ZMK firmware for nice!nano is provided in the same dropbox folder with other files. Look for thumbsupv9-nice_nano_v2-zmk_20240401215300.uf2

By default firmware supports up to 4 bluetooth profiles, i.e. the board can be switched between 4 devices. Luckily there is a ZMK fork with mouse key support, that is the board can be used to move the mouse pointer and use the mouse buttons in the same way they are used in the QMK-based ThumbsUp! keyboards. Unfortunately there is no Cirque ProGlide touchpad support yet.


UPDATE 20240627: Some of the boards (i.e. all the newer versions v5, v8, v8b, v9) need a power switch installed, it is in the bottom right corner in the picture below.
That switch disconnects the battery from nice!nano. You can order it from Mouser: https://www.mouser.ca/ProductDetail/655-1825232-1

Note that the battery will charge only when the switch is the ON position, towards the center of the board.


UPDATE 20241231: Two updates actually.
1. There is an updated version of ProMicro NRF52840 available on Aliexpress:
https://www.aliexpress.com/item/1005006074191337.html
It is a cheaper replacement nice!nano, fully compatible with it. 
In this updated version they claimed the battery drainage problem (that the first version of this clone suffered from) was resolved.

2. ZMK now (probably for quite long time actually) got mouse keys support.
I prepared a firmware version for ThumbsUp! v9 with that latest version, works fine.


Comments

Popular posts from this blog

ThumbsUp! Trackball v3/v5 Assembly Steps

I designed a trackball, two versions actually, which differ in the switches used V3 with Kailh Choc switches: https://github.com/ak66666/ThumbsUp-Trackball-v3 V5 with Omron micro-switches: https://github.com/ak66666/ThumbsUp-Trackball-v5-Omron Assembly steps are quite the same, except for the switches. The original article version described v3, steps specific for v5 are added in the end. 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...

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/5, v4 Usage

ThumbsUp! Trackball comes in three versions, v3 (the bottom one), v5 (top left) and v4 (top right): https://github.com/ak66666/ThumbsUp-Trackball-v3 https://github.com/ak66666/ThumbsUp-Trackball-v4 https://github.com/ak66666/ThumbsUp-Trackball-v5-Omron Trackball v3 and v5 Versions v3 and v5 have the same layout, six mouse buttons in each, plus configuration buttons and three slider switches. The only difference between them is the switch types they use: Kailh Choc in v3 and regular mouse-type buttons Omron in v5,  These two versions can be used as thumb- or finger-operated with either left or right hand. Two slide switches define device orientation and hand it is used with: In thumb-operating mode index finger presses left button, middle finger - middle button, and ring finger - right button, this configuration is kept in all device positions (configured through switches shown above) : Trackball v4 v4 got two more buttons and it uses Kailh Choc switches. In v4 the orientation switc...