qmk-firmware/keyboards/preonic
noroadsleft d46d304395 Preonic Configurator update (#4598)
* Preonic: refactor layout macros

Unify layout macro names across AVR and ARM.

- all layouts and matrices have moved/duplicated to their appropriate revisions
  - preonic.h now includes the appropriate header file from the selected revision
  - revision header files only contain layouts appropriate for that revision
    - Previously, all layouts were available in source for all revisions.
- removed KEYMAP layout macro alias (was unused)
- macros LAYOUT_preonic_1x2uC and LAYOUT_preonic_grid for AVR and ARM revisions
  - LAYOUT_preonic_grid has alias LAYOUT_ortho_5x12 for all revisions
- deleted LAYOUT_ortho_4x12 alias (not appropriate for this keyboard)
- ARM-based revisions have 1x2uR, 1x2uL and 2x2u matrices

* Preonic: updated revision headers to #pragma once

* Preonic: update Configurator files

Updated the Configurator files to reflect the previous changes in this branch.

- Preonic revs. 1 and 2 will use keyboards/preonic/info.json
- Preonic rev. 3 will use keyboards/preonic/rev3/info.json
  - This file will override keyboards/preonic/info.json when preonic/rev3 is selected in the Configurator.
2018-12-11 18:58:10 -05:00
..
keymaps Keymap: Preonic kuatsure updates 2018-Nov (#4500) 2018-12-05 09:08:05 -08:00
rev1 Preonic Configurator update (#4598) 2018-12-11 18:58:10 -05:00
rev2 Preonic Configurator update (#4598) 2018-12-11 18:58:10 -05:00
rev3 Preonic Configurator update (#4598) 2018-12-11 18:58:10 -05:00
config.h adds support for preonic rev 3 2018-07-20 23:09:25 -04:00
info.json Preonic Configurator update (#4598) 2018-12-11 18:58:10 -05:00
preonic.c adds support for preonic rev 3 2018-07-20 23:09:25 -04:00
preonic.h Preonic Configurator update (#4598) 2018-12-11 18:58:10 -05:00
readme.md update preonic, add info.json 2017-11-02 12:18:18 -04:00
rules.mk Disable MIDI on preonic to fix firmware compilation errors 2017-12-20 19:26:24 -05: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, Teensy 2.0
Hardware Availability: OLKB.com, Massdrop

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

make preonic:default

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