diff options
author | Joel Spadin <[email protected]> | 2023-04-22 23:25:56 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2023-04-24 16:07:04 -0700 |
commit | 94061bb91629a83cfe251e63799a9be04a1564d4 (patch) | |
tree | dea287a5a6274d2a0aeed21d280031f58d0ee0c8 /app/tests/key-repeat/press-and-release-with-explicit-modifiers | |
parent | 32ae776c42215d7302ab47787cbfb47298ccb532 (diff) | |
download | zmk-94061bb91629a83cfe251e63799a9be04a1564d4.tar.gz zmk-94061bb91629a83cfe251e63799a9be04a1564d4.zip |
refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
Diffstat (limited to 'app/tests/key-repeat/press-and-release-with-explicit-modifiers')
-rw-r--r-- | app/tests/key-repeat/press-and-release-with-explicit-modifiers/native_posix_64.keymap | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/tests/key-repeat/press-and-release-with-explicit-modifiers/native_posix_64.keymap b/app/tests/key-repeat/press-and-release-with-explicit-modifiers/native_posix_64.keymap index ab9622e444..109aed5ac3 100644 --- a/app/tests/key-repeat/press-and-release-with-explicit-modifiers/native_posix_64.keymap +++ b/app/tests/key-repeat/press-and-release-with-explicit-modifiers/native_posix_64.keymap @@ -4,12 +4,12 @@ #include "../behavior_keymap.dtsi" &kscan { - events = < - ZMK_MOCK_PRESS(1,0,10) - ZMK_MOCK_PRESS(0,1,10) - ZMK_MOCK_RELEASE(0,1,10) - ZMK_MOCK_RELEASE(1,0,10) - ZMK_MOCK_PRESS(0,0,10) - ZMK_MOCK_RELEASE(0,0,10) - >; + events = < + ZMK_MOCK_PRESS(1,0,10) + ZMK_MOCK_PRESS(0,1,10) + ZMK_MOCK_RELEASE(0,1,10) + ZMK_MOCK_RELEASE(1,0,10) + ZMK_MOCK_PRESS(0,0,10) + ZMK_MOCK_RELEASE(0,0,10) + >; };
\ No newline at end of file |