refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
This commit is contained in:
parent
32ae776c42
commit
94061bb916
613 changed files with 11572 additions and 11567 deletions
|
|
@ -4,7 +4,7 @@
|
|||
if SHIELD_SETTINGS_RESET
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "SETTINGS RESET"
|
||||
default "SETTINGS RESET"
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_SETTINGS_RESET
|
||||
def_bool $(shields_list_contains,settings_reset)
|
||||
def_bool $(shields_list_contains,settings_reset)
|
||||
|
|
|
|||
|
|
@ -7,18 +7,18 @@
|
|||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
};
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
};
|
||||
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-direct";
|
||||
label = "KSCAN";
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-direct";
|
||||
label = "KSCAN";
|
||||
|
||||
input-gpios
|
||||
= <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
;
|
||||
};
|
||||
input-gpios
|
||||
= <&pro_micro 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue