qmk_firmware/keyboards/id80
Sergey Vlasov 8fdb229b66
[Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930)
* id80: Transpose matrix to use faster COL2ROW routines

Even the standard QMK matrix_scan() function can give about 2 times
higher scan rate (if compiled with optimizations enabled) if the COL2ROW
matrix layout is used instead of ROW2COL.  Although the ID80 PCB is
wired using the ROW2COL matrix layout, it is possible to transpose the
matrix from the QMK standpoint, so that "columns" would correspond to
horizontal connections, and "rows" would correspond to (mostly) vertical
connections; in this case the matrix could be handled as if it had the
COL2ROW layout.

The matrix layout change makes the older VIA JSON layout definition
incompatible, but the corresponding JSON was not yet accepted to the VIA
repository, so it should still be safe to make this change.

* id80: Remove obsolete comments
2020-04-29 03:52:15 -07:00
..
keymaps Add VIA support to ID80 (#8791) 2020-04-20 16:06:48 -07:00
config.h [Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930) 2020-04-29 03:52:15 -07:00
id80.c [Keyboard] Add IDOBAO ID80 (#8728) 2020-04-12 23:55:01 +01:00
id80.h [Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930) 2020-04-29 03:52:15 -07:00
info.json [Keyboard] Add IDOBAO ID80 (#8728) 2020-04-12 23:55:01 +01:00
readme.md [Keyboard] Add IDOBAO ID80 (#8728) 2020-04-12 23:55:01 +01:00
rules.mk [Keyboard] Add IDOBAO ID80 (#8728) 2020-04-12 23:55:01 +01:00

readme.md

IDOBAO ID80

ID80

A 75% hotswap keyboard from IDOBAO.

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

make id80:default

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