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
|
|
@ -3,9 +3,9 @@
|
|||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/gatt.h>
|
||||
|
||||
#include "ble.h"
|
||||
#include "hog.h"
|
||||
#include "hid.h"
|
||||
#include <zmk/ble.h>
|
||||
#include <zmk/hog.h>
|
||||
#include <zmk/hid.h>
|
||||
|
||||
int zmk_hog_init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue