Rename keymap-transform to matrix-transform.
* Clearer name to capture essence of the role of the transform.
This commit is contained in:
parent
6b6ecb3b0c
commit
1659562bb7
5 changed files with 5 additions and 784 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include <logging/log.h>
|
||||
LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
|
||||
#include <zmk/keymap.h>
|
||||
#include <dt-bindings/zmk/keymap-transform.h>
|
||||
#include <dt-bindings/zmk/matrix-transform.h>
|
||||
#include <sys/util.h>
|
||||
|
||||
static u32_t zmk_keymap_layer_state = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue