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:
@@ -11,9 +11,8 @@
|
||||
|
||||
LOG_MODULE_REGISTER(zmk_kscan, CONFIG_ZMK_KSCAN_LOG_LEVEL);
|
||||
|
||||
#include "keymap.h"
|
||||
#include "usb_hid.h"
|
||||
#include "handlers.h"
|
||||
#include <zmk/keymap.h>
|
||||
#include <zmk/handlers.h>
|
||||
|
||||
#define ZMK_KSCAN_EVENT_STATE_PRESSED 0
|
||||
#define ZMK_KSCAN_EVENT_STATE_RELEASED 1
|
||||
|
||||
Reference in New Issue
Block a user