keyboard layout for qmk firmware
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
maxmalrichtig 36feeafeda 'readme.md' ändern 6 years ago
keymaps/default first version for 50one keyboard 6 years ago
50one.c first version for 50one keyboard 6 years ago
50one.h first version for 50one keyboard 6 years ago
config.h first version for 50one keyboard 6 years ago
eeprom-lefthand.eep first version for 50one keyboard 6 years ago
eeprom-righthand.eep first version for 50one keyboard 6 years ago
i2c.c first version for 50one keyboard 6 years ago
i2c.h first version for 50one keyboard 6 years ago
matrix.c first version for 50one keyboard 6 years ago
readme.md 'readme.md' ändern 6 years ago
rules.mk first version for 50one keyboard 6 years ago
split_leds.c first version for 50one keyboard 6 years ago
split_leds.h first version for 50one keyboard 6 years ago
split_util.c first version for 50one keyboard 6 years ago
split_util.h first version for 50one keyboard 6 years ago

readme.md

Keyboard 50one

This is a 50-key (48%) ergonomic split keyboard.

It is basically a hybrid between the famous Ergodox and the awesome Let's Split. Most of the code was taken from the Let's Split - so check out their codebase / QMK project / README if you have any questions for now. Or send me an email.

The case is ment to be used with an handwired build of this keyboard. You can get the 3D files for the case HERE. There are no PCBs yet for V1.

Build-log and other information needed will be up soon.

KEYBOARD_LAYOUT

Build & flash the keyboard:

First, get the QMK firmware.

Download files from this repo to ./keyboards/handwired/50one folder.

Make this keyboard with QMK (after setting up your build environment):

make handwired/50one:default

Flash the firmware to one of the halfs:

make handwired/50one:default:avrdude

See build environment setup then the make instructions for more information.