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:
parent
6927abee6e
commit
842aa5a842
140 changed files with 195 additions and 177 deletions
|
|
@ -7,7 +7,7 @@
|
|||
/dts-v1/;
|
||||
#include <st/f3/stm32f303Xc.dtsi>
|
||||
|
||||
#include <dt-bindings/zmk/matrix-transform.h>
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
|
||||
/ {
|
||||
model = "DZ60RGB, Rev 1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue