Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523
10 lines
No EOL
201 B
C
10 lines
No EOL
201 B
C
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <kernel.h>
|
|
#include <zmk/events/ble_active_profile_changed.h>
|
|
|
|
ZMK_EVENT_IMPL(ble_active_profile_changed); |