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:
innovaker
2020-12-22 15:56:00 +00:00
committed by Pete Johanson
parent 6927abee6e
commit 842aa5a842
140 changed files with 195 additions and 177 deletions

View File

@@ -1,6 +1,6 @@
#include <dt-bindings/zmk/keys.h>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/kscan-mock.h>
#include <dt-bindings/zmk/kscan_mock.h>
&kscan {

View File

@@ -1,6 +1,6 @@
#include <dt-bindings/zmk/keys.h>
#include <behaviors.dtsi>
#include <dt-bindings/zmk/kscan-mock.h>
#include <dt-bindings/zmk/kscan_mock.h>
&kscan {