mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-24 15:05:17 -05:00
refactor: replace filename hyphens with underscores
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
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <zephyr.h>
|
||||
#include <zmk/matrix_transform.h>
|
||||
#include <zmk/matrix.h>
|
||||
#include <dt-bindings/zmk/matrix-transform.h>
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
|
||||
#ifdef ZMK_KEYMAP_TRANSFORM_NODE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user