qmk-dactyl-manuform-a/keyboards/preonic
Sergey Vlasov 587f7508fc
preonic/rev3_drop: Fix old custom matrix code (#14857)
The old custom matrix code for Preonic rev3 was relying on the
`matrix_col_t` type, because the code actually reads the row pins and
assembles the state for whole columns, and then transposes the matrix in
the custom debouncing code.  Restore that type (which is no longer
defined by the core QMK code) to make the custom matrix code work
properly (when `matrix_row_t` was used instead of `matrix_col_t`, the
state of two electrical rows was lost, and those electrical rows
corresponded to the bottom physical row, which did not work).
2021-10-18 11:09:33 +11:00
..
keymaps [Core] Fix "6kro enable" and clarify naming (#14563) 2021-09-29 11:37:11 -07:00
rev1 Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00
rev2 Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00
rev3 Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633) 2021-09-30 08:14:21 +10:00
rev3_drop preonic/rev3_drop: Fix old custom matrix code (#14857) 2021-10-18 11:09:33 +11:00
config.h [Keyboard] VIA support for Preonic Rev3 (#11344) 2021-05-10 15:43:05 -07:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
preonic.c [Keyboard] Add hand swap config matrix for preonic rev 3 (#7460) 2019-11-25 13:38:23 -08:00
preonic.h [Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488) 2021-09-18 20:10:32 -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.