mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-25 09:10:47 +02:00
94061bb916
Standardized indentation to use spaces with a new pre-commit hook.
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
/*
|
|
* Copyright (c) 2021 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "a_dux.dtsi"
|
|
|
|
&default_transform {
|
|
col-offset = <17>;
|
|
};
|