Merge pull request #32 from petejohanson/core/refactor-keymap-to-behaviors

Refactor keymap to behaviors
This commit is contained in:
Pete Johanson 2020-06-25 14:39:08 -04:00 committed by GitHub
commit c457d9880d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 1360 additions and 618 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include <devicetree.h>
#define ZMK_MATRIX_NODE_ID DT_CHOSEN(zmk_kscan)
#if DT_NODE_HAS_PROP(ZMK_MATRIX_NODE_ID,row_gpios)