diff options
Diffstat (limited to 'lib/python/qmk/cli/format/c.py')
-rw-r--r-- | lib/python/qmk/cli/format/c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/format/c.py b/lib/python/qmk/cli/format/c.py index b7263e19f..0160e6036 100644 --- a/lib/python/qmk/cli/format/c.py +++ b/lib/python/qmk/cli/format/c.py | |||
@@ -12,7 +12,7 @@ from qmk.c_parse import c_source_files | |||
12 | 12 | ||
13 | c_file_suffixes = ('c', 'h', 'cpp') | 13 | c_file_suffixes = ('c', 'h', 'cpp') |
14 | core_dirs = ('drivers', 'quantum', 'tests', 'tmk_core', 'platforms') | 14 | core_dirs = ('drivers', 'quantum', 'tests', 'tmk_core', 'platforms') |
15 | ignored = ('tmk_core/protocol/usb_hid', 'quantum/template', 'platforms/chibios') | 15 | ignored = ('tmk_core/protocol/usb_hid', 'platforms/chibios/boards') |
16 | 16 | ||
17 | 17 | ||
18 | def find_clang_format(): | 18 | def find_clang_format(): |