mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-06 05:15:18 -05:00
Rename keymap-transform to matrix-transform.
* Clearer name to capture essence of the role of the transform.
This commit is contained in:
5
app/include/dt-bindings/zmk/matrix-transform.h
Normal file
5
app/include/dt-bindings/zmk/matrix-transform.h
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
#define KT_ROW(item) (item >> 8)
|
||||
#define KT_COL(item) (item & 0xFF)
|
||||
|
||||
#define RC(row, col) (((row) << 8) + (col))
|
||||
Reference in New Issue
Block a user