diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 21:35:44 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-16 21:35:44 -0400 |
commit | 1659562bb75e14476cbf94c0cbe2e536b7c7620a (patch) | |
tree | 38c38022551ed64e0643224c2c31fb71cd2fbf72 /app/include/dt-bindings/zmk | |
parent | 6b6ecb3b0c0cabdeb7f320e6b469f28de2a60664 (diff) |
Rename keymap-transform to matrix-transform.
* Clearer name to capture essence of the role of the
transform.
Diffstat (limited to 'app/include/dt-bindings/zmk')
-rw-r--r-- | app/include/dt-bindings/zmk/matrix-transform.h (renamed from app/include/dt-bindings/zmk/keymap-transform.h) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/include/dt-bindings/zmk/keymap-transform.h b/app/include/dt-bindings/zmk/matrix-transform.h index 1ca0b9c..4fd3e6c 100644 --- a/app/include/dt-bindings/zmk/keymap-transform.h +++ b/app/include/dt-bindings/zmk/matrix-transform.h @@ -1,6 +1,4 @@ -#include <zmk/util.h> - #define KT_ROW(item) (item >> 8) #define KT_COL(item) (item & 0xFF) |