qmk-firmwares/keyboards/ergo42
Drashna Jaelre f0b30e0027
Make Swap Hands use PROGMEM (#12284)
This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
2021-05-09 23:21:09 -07:00
..
keymaps [Keymap] Added Bépo layout to Kyria (#9272) 2020-07-14 00:42:29 -07:00
rev1 Remove DESCRIPTION, E-G (#11574) 2021-01-18 12:49:25 +11:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Initial refactor of ergo42 to split common 2020-01-17 18:50:58 +00:00
ergo42.c Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
ergo42.h Initial refactor of ergo42 to split common 2020-01-17 18:50:58 +00:00
info.json Resolve a number of warnings in qmk generate-api (#12833) 2021-05-08 12:44:05 -07:00
readme.md Initial refactor of ergo42 to split common 2020-01-17 18:50:58 +00:00
rules.mk Remove FAUXCLICKY feature (deprecated) (#11829) 2021-02-09 09:49:05 -08:00

Ergo42

Ergo42

The Answer to the Ultimate Question of Life, the Universe, and at least Keyboards.
A split 7x4 ortholinear keyboard. Hardware project repo

Make example for this keyboard (after setting up your build environment):

make ergo42/rev1:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.