qmk-dactyl-manuform-a/keyboards/preonic
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 Merge remote-tracking branch 'origin/master' into develop 2021-05-09 03:00:40 +00:00
rev1 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev2 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
rev3 Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
config.h Audio system overhaul (#11820) 2021-02-15 09:40:38 +11:00
info.json remove keyboard_folder from info.json 2021-02-27 16:17:12 -08:00
preonic.c [Keyboard] Add hand swap config matrix for preonic rev 3 (#7460) 2019-11-25 13:38:23 -08:00
preonic.h Fix error_log complaint about Preonic layouts (#9443) 2020-06-17 21:23:09 -07:00
readme.md Fix Planck and Preonic builds (#5658) 2019-04-29 11:04:56 -07:00

readme.md

Preonic

Preonic

A compact 50% (12x5) ortholinear keyboard kit made and sold by OLKB and Massdrop. More info on qmk.fm

Keyboard Maintainer: Jack Humbert
Hardware Supported: Preonic PCB rev1, rev2, rev3
Hardware Availability: OLKB.com, Massdrop

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

make preonic/rev2:default

Install examples:

make preonic/rev2:default:dfu         # For Preonic rev1 or rev2
make preonic/rev3:default:dfu-util    # For Preonic rev3

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