blob: a270a1445071b23e328e2b34e74773a09d99f756 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | /*
 * Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
 *
 * SPDX-License-Identifier: MIT
 */
#include <kernel.h>
#include <zmk/events/ble-active-profile-changed.h>
ZMK_EVENT_IMPL(ble_active_profile_changed);
 |