* 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.
7 lines
101 B
C
7 lines
101 B
C
|
|
#include <zmk/keys.h>
|
|
|
|
bool zmk_handle_key_user(struct zmk_key_event *key_event)
|
|
{
|
|
return true;
|
|
};
|