forked from kofal.net/zmk
Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory. * Update includes to reference them properly. * Add `keymap.c` file from keymap, if found. * Toplevel CONFIG_ZMK_BLE aggregate config setting.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
#include <device.h>
|
||||
#include <devicetree.h>
|
||||
|
||||
#include "zmk.h"
|
||||
#include "kscan.h"
|
||||
#include "endpoints.h"
|
||||
#include <zmk/matrix.h>
|
||||
#include <zmk/kscan.h>
|
||||
#include <zmk/endpoints.h>
|
||||
|
||||
#define ZMK_KSCAN_DEV DT_LABEL(ZMK_MATRIX_NODE_ID)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user