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
|
|
@ -1,4 +1,4 @@
|
|||
#include "hid.h"
|
||||
#include <zmk/hid.h>
|
||||
|
||||
static struct zmk_hid_report report = {
|
||||
.modifiers = 0,
|
||||
|
|
@ -53,4 +53,4 @@ int zmk_hid_release_key(zmk_key code)
|
|||
struct zmk_hid_report *zmk_hid_get_report()
|
||||
{
|
||||
return &report;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue