pstar: add lineage touch hal: GloveMode

This commit is contained in:
SGCMarkus 2022-02-22 21:51:43 +01:00
parent 097e5c0fa9
commit 765d3b93b5
8 changed files with 200 additions and 0 deletions

11
touch/.clang-format Normal file
View file

@ -0,0 +1,11 @@
BasedOnStyle: Google
AccessModifierOffset: -2
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32