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:
parent
b3babe2505
commit
c1905745b3
26 changed files with 109 additions and 64 deletions
|
|
@ -5,8 +5,8 @@
|
|||
#include <usb/class/usb_hid.h>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
|
||||
#include "hid.h"
|
||||
#include "keymap.h"
|
||||
#include <zmk/hid.h>
|
||||
#include <zmk/keymap.h>
|
||||
|
||||
LOG_MODULE_REGISTER(zmk_usb_hid, CONFIG_ZMK_USB_HID_LOG_LEVEL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue