[On Sale] 0xC.pad hex macropad and keycaps

EDIT 03/09/22: The macropad is now available for sale at different vendors, see https://fkcaps.com/products/0xC.pad for vendors list, specs and gallery!

Innovation and creativity are the two things that make this hobby fun and ever evolving. This project combines both, and aims to create something unique that hasn’t been done before. It is literally the definition of thinking out-of-the-box, drifting away from the usual square keycap shape to another polygon.

Here started the 0xPROJECT - a new range of keyboards/macropads specifically designed for hexagonal keycaps. We’ll refer to the latter as the HEX profile.

The first compatible PCB will be the 0xC.pad, a 12-key macropad, as the name suggests. Group Buy will be announced soon (leave your email in the IC form to stay updated), and if it receives enough support, it will lead the way for other hexagonal keyboards in various shapes and sizes. Once the design is proven and the keycaps are out, we will also provide the specs so that other PCB designers can give it a go.

Interest check form

0xC.pad

s-ol originally conceived this design for his own hybrid music/typing keyboard (a split version, with 2 possible usage angles, one for music and one for typing), but it became obvious that there were many other uses. But to keep it simple for a first step, we decided to go for a macropad. Even so, there were so many cool shapes we could think of, but after a lot of consideration we decided on the following design for the debut:

Teaser video

The name is based on their number of keys, but in hexadecimal. If there is enough interest we may add other shapes to this GB (let us know your opinion in the IC form) but our goal for now is mainly to fund the keycaps molds so they may be available for any other project created in the community. We have already opened a dedicated channel in the Low Profile Discord server, you may reach out and join us there for more regular updates and to discuss your ideas and suggestions.

Specs

Summary

[list]12x Kail Choc switches[/list]
[list]per-key RGB backlighting[/list]
[list]integrated ATMega32U2 MCU[/list]
[list]onboard, through hole USB-C w/ ESD protection[/list]
[list]shielded case and plate[/list]

The PCBs are powered by an onboard ATMega32U2 MCU and have the controller fully integrated in an SMT design. This way we could keep the shape small and clean while also making sure the macropad remains thin and sits well on your desk.

Since soldering SMT components can be quite hard, all PCBs will come pre-assembled with only the switches left to solder yourself. If there is interest, we can also offer fully built units.

LEDs

Per-key RGB backlighting is built in. Animations can be defined via QMK.

For those that want to dive in a bit deeper, four exposed GPIO pins as well as the LED signal (compatible with WS2812/SK6812 LED strips) are exposed near the board edge for any experiments you may have in mind :wink:

Firmware

QMK support has been fully tested and the keyboard will be available in the configurator. The RGB_MATRIX feature is available for key-reactive RGB effects.

The firmware can be updated via the ESD protected USB-C port as expected. The USB-C port is mounted using four through-hole pads and two plastic stabilizers to stand up to some serious use.

Case and plate

The case and plate are machined out of Aluminum with a sandblasted finish and feature rubber feet to stay steadily on your desk. To protect and shield the electronics, they are grounded to the USB shield as well.

HEX keycaps

Hexagonal keycaps have a different spacing than standard square/rectangular ones, and to fill a layout, the layout needs to be designed accordingly. For that reason they won’t be compatible with existing PCBs. Their stems fit in the widely used Kailh low profile choc switches that are already available in a variety of interesting options, that will make the 0x boards much thinner than your usual keyboard/macropad.

To work together with the LED Backlighting, they will be produced in milky-white translucent ABS, which lets LED light through in a nice diffuse way, to allow some RGB goodness to happen underneath. We might do a legended version in the future if there is interest.

An interesting feature of the hex shape is that rotating the macropad by 90 (or 30) degrees turns the row-stagger into a column-stagger, enabling different use cases.


Rotating 30° = switch from row to column stagger

The keycap itself has a comfy spherical scoop with soft edges inclined inwards. It has been tested and approved on resin cast prototypes.


First working prototype (w/ CNCed POM keycaps)

Interest check form

Please submit the interest check form to make this happen!

7 Likes

This is wild and I kind of love it

2 Likes

Cool concept, I like that the keycaps are spherical.

1 Like

Thanks for the support guys <3

I finally finished this project’s “big brother” prototype, which is a 40% split keyboard with a dual purpose: typing (duh) and music:

5 Likes

Made an account just to reply to this! As someone who has been looking at isomorphic keyboards, I’m very excited to see this joining of two of my interests! Looks like it would be a killer part of a portable setup!

3 Likes

That looks a bit wild :eyes:

It’s like I’m looking at a keyboard you’d see as a sci-fi prop

3 Likes

This is actually way more interesting than what I assumed it was from the name. a 16-key (hexadecimal) macropad. (though now I kind of want that to be a thing)

1 Like

Sooo it’s been a year now, and we just ordered PCBs! Next step will be to get the keycaps mold done, and order the CNC machined plates…

Join our (brand new!) Discord to get updates and be notified when it is available for purchase :slight_smile:

3 Likes

Here’s two preview renders of the final keycap design:


Also note that this is no longer a group-buy project. @fkcaps has kindly offered to invest into the upfront production of the keycaps and macropad! We still recommend either filling out the IC form or joining the Discord channel (see links above) if you are interested; we don’t know how quick the first batch will sell out but if you join either of those two places you’ll be among the first to know when orders open :slight_smile:

3 Likes

It’s been quite a while since we posted this IC and got a ton of positive feedback and comments.

We are thrilled to announce today that the macropads (as well as the keycaps) are now available for sale from a few selected vendors! This is not even a group buy, it’s in stock and can be purchased at a price ranging from $70 (kit) to 95€ (fully assembled)

Details and vendor list here: 0xC.pad: Hexagonal keys low profile macropad

We hope you like it as much as we do!

4 Likes

Here’s a little stop-motion eyecandy to go with that :wink:

animated gif showing the 0xC.pad

I’m super excited about these getting out into the world, for me this is the very first time I’m selling something physical that I designed or built with my own hands!

8 Likes

All the best to you, and nothing but happy customers :heart:

1 Like

This is so cool

1 Like

Totally getting this macropad and hoping I can figure out how to use it as a MIDI controller. Looks awesome!

1 Like

Very quick build, only took about 30 minutes. Fun little pad!

2 Likes

Glad you like it :slight_smile:

You can definitely get MIDI on it, but you might have to remove some other features to make space in the firmware.

I’d start with

MOUSEKEY_ENABLE = no
MIDI_ENABLE = yes

in rules.mk and

#define MIDI_BASIC

in config.h to get started. That should give you access to the keycodes listed here the same way you’d put normal characters:

If you’ve never built QMK yourself (without the configurator) the setup might be a bit complicated the first time around, I can try to help out a bit if you find me on the low-profile or fkcaps discord server :slight_smile:

2 Likes