qmk-dactyl-manuform-a/keyboards/ergoslab
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/default [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00
rev1 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00
ergoslab.c [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00
ergoslab.h [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00
info.json [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00
readme.md [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00
rules.mk [Keyboard] add initial ergoslab directory (#7730) 2020-01-02 14:40:13 -08:00

readme.md

ergoslab

ergoslab

A split ergo 5x6 keyboard with hotswap sockets and a heap of thumb keys designed by Tom Saleeba. More info on the GitHub Repo.

Status The ergoslab is currently being beta-tested.

  • Keyboard Maintainer: Tom Saleeba
  • Hardware Supported: Pro Micro (ATmega32U4)
  • Hardware Availability: gerbers are available from the releases page on the GitHub repo. Get them manufactured at your favourite PCB house. I used JLCPCB.

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

make ergoslab:default

Example of flashing this keyboard:

make ergoslab:default:flash

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

A build guide for this keyboard can be found here: Build Guide