fix(shields): Whitespace and indentation
This commit is contained in:
parent
9b21f1197c
commit
4a7c101826
4 changed files with 30 additions and 28 deletions
|
@ -11,7 +11,6 @@ config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|||
|
||||
endif
|
||||
|
||||
|
||||
if SHIELD_CRADIO_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
|
@ -19,8 +18,6 @@ config ZMK_KEYBOARD_NAME
|
|||
|
||||
endif
|
||||
|
||||
|
||||
|
||||
if SHIELD_CRADIO_RIGHT || SHIELD_CRADIO_LEFT
|
||||
|
||||
config ZMK_SPLIT
|
||||
|
|
|
@ -3,9 +3,11 @@
|
|||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <dt-bindings/zmk/matrix_transform.h>
|
||||
|
||||
/ {
|
||||
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,matrix_transform = &default_transform;
|
||||
|
@ -46,4 +48,5 @@
|
|||
, <&pro_micro_d 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "cradio.dtsi"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "cradio.dtsi"
|
||||
|
||||
&default_transform {
|
||||
|
|
Loading…
Add table
Reference in a new issue