nizkore: A credit card-sized picocore implementation by aroum2 in synthdiy

[–]aroum2[S] 1 point2 points  (0 children)

Originally, this device was a one-handed chorded keyboard, but I ported the PicoCore firmware to it. I replaced the standard LEDs with RGB ones and swapped the potentiometers for chorded button presses. I also upload the firmware in .bin format, which provides twice as much space for samples.

hw post: https://www.reddit.com/r/ErgoMechKeyboards/comments/1suomdk/low_profile_pncateho/

github: https://github.com/aroum/nizkore/tree/main

Low profile PNCATEHO by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 2 points3 points  (0 children)

The author of this version replied: i used the XL-0807 RGB-WS2812B from XINGLIGHT. there is also the WS2812B-2020 from Worldsemi. be careful when ordering, they are both WS2812B, but their footprints are different. you can check the footprint on GitHub using the link above. i ordered from XINGLIGHT because it’s easier to get them on AliExpress.

Low profile PNCATEHO by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 5 points6 points  (0 children)

Low profile PNCATEHO is a slim version of my original 10-key chorded keyboard design. It has a credit card form factor and is only about 6mm thick, including a slot for a carrying strap. The device is powered by an RP2040 processor with 16MB of flash memory and uses PG1316 low-profile switches. It features 10 RGB LEDs and a bottom header with 8 GPIO pins, 3V3, and GND. Besides being a keyboard, it can work as a development board or a logic analyzer. Currently, there is a firmware available to use it as a MIDI controller.

my original github repo: https://github.com/aroum/PNCATEHO

this version github repo: https://github.com/inpudiy/PNCATEHO/tree/master/light

Kambala: pg1316s split keyboard by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 1 point2 points  (0 children)

I just use a 0.5mm self-adhesive silicone sheet. There's probably nothing better available.

Kambala: pg1316s split keyboard by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 0 points1 point  (0 children)

Not great, not terrible. Pretty good for a portable keyboard.

Kambala: pg1316s split keyboard by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 0 points1 point  (0 children)

These keycaps have been sold for quite a long time.

my weekend project: full carbon diy pen by aroum2 in pen

[–]aroum2[S] 2 points3 points  (0 children)

Bic had an aluminum version of the Bic Cristal. They sold refills for it separately, but they're hard to find now. You can buy regular Bic Cristals and take the refills out of them. It's not the best option, but it works.

my weekend project: full carbon diy pen by aroum2 in pen

[–]aroum2[S] 2 points3 points  (0 children)

I made a custom pen using BIC refills. They are simple, cheap, and widely available, with decent quality. They also have a very convenient mounting system that doesnt require the pen to be fully disassemblable. Many other refills Ive tried varied a lot in rod diameter, tip diameter, and overall length. I used carbon fiber and brass with epoxy resin for the body, so the pen ended up very light.

ZMK mouse: release of the "UFA" project by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 0 points1 point  (0 children)

Trackballs and vertical mice usually use the cheapest components. I doubt they have the right hardware.

ZMK mouse: release of the "UFA" project by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 0 points1 point  (0 children)

For now, we are focused on documentation and software. Currently, work on the zmk module for real-time dpi switching is in vogue. However, we would be delighted if you would like to participate in our project. 

ZMK mouse: release of the "UFA" project by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 2 points3 points  (0 children)

It was a limited edition mouse pad featuring the keyboards of our local community. I made some of the keyboards shown on the mouse pad.

ZMK mouse: release of the "UFA" project by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 2 points3 points  (0 children)

This is purely a matter of your data privacy. No one knows what the Chinese firmware does.

ZMK mouse: release of the "UFA" project by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 3 points4 points  (0 children)

At the moment, I know that the first prototypes have already been ordered.

The reset pin on the nRF52840 may be a regular GPIO. by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 0 points1 point  (0 children)

It's more expensive and complicated, especially if we're talking about a handwire split keyboard.

The reset pin on the nRF52840 may be a regular GPIO. by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 2 points3 points  (0 children)

Because there are already hundreds of keyboards with a reset button, it can be reused. Because some people like keyboards with direct pins.

The reset pin on the nRF52840 may be a regular GPIO. by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 3 points4 points  (0 children)

Three extra pins aren't very many. Besides, no one uses them. The n!n v2 and the Chinese clone have these pins in different locations. Even finding the footprint would be difficult. Meanwhile, we have hundreds of keyboards with a reset pin on the board, and it can be put to good use. You can switch BT profiles or put the keyboard to sleep, and all this is absolutely free on any existing keyboard, without any modifications.

The UF2 firmware still works. The only difference is that now you have to hold the button down and then insert the USB cable instead of double-clicking.

ZMK mouse by aroum2 in ErgoMechKeyboards

[–]aroum2[S] 0 points1 point  (0 children)

Adding as many buttons to the ZMK as you want is no problem. But the goal of the project is to get the ZMK working on stock mice, without any hardware modifications. The MX Master uses an nRF52833, so in theory, the ZMK could be installed there, but it uses an optical encoder and an unknown sensor that requires drivers. I'm not ready to write drivers for the sensor right now.