qmk_firmware/keyboards/preonic
Sergey Vlasov b520b352f9
preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114)
Apparently layouts with 2u keys were not correctly converted into the
`info.json` format (the old C layout macros used the arguments for such
keys multiple times to cover all possible 1u locations; this is not
supported in `info.json`, and the single matrix location for 2u keys was
chosen incorrectly in some cases).  Fix the layout definitions to match
the real PCB wiring.
2023-06-18 14:38:09 +03:00
..
keymaps Keymap introspection for combos. (#19670) 2023-05-15 22:27:37 +10:00
rev1 Remove use of layout macros for `music_map` (#20634) 2023-04-30 18:58:06 +10:00
rev2 Remove use of layout macros for `music_map` (#20634) 2023-04-30 18:58:06 +10:00
rev3 preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114) 2023-06-18 14:38:09 +03:00
rev3_drop preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114) 2023-06-18 14:38:09 +03:00
config.h Move matrix config to info.json, part 4 (#20001) 2023-03-11 00:00:24 +11:00
info.json Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00
preonic.c Remove use of layout macros for `music_map` (#20634) 2023-04-30 18:58:06 +10: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.