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 a58aef3fbc..65818155b0 100644 --- a/lib/python/qmk/cli/format/c.py +++ b/lib/python/qmk/cli/format/c.py | |||
| @@ -10,7 +10,7 @@ from qmk.path import normpath | |||
| 10 | from qmk.c_parse import c_source_files | 10 | from qmk.c_parse import c_source_files |
| 11 | 11 | ||
| 12 | c_file_suffixes = ('c', 'h', 'cpp', 'hpp') | 12 | c_file_suffixes = ('c', 'h', 'cpp', 'hpp') |
| 13 | core_dirs = ('drivers', 'quantum', 'tests', 'tmk_core', 'platforms') | 13 | core_dirs = ('drivers', 'quantum', 'tests', 'tmk_core', 'platforms', 'modules') |
| 14 | ignored = ('tmk_core/protocol/usb_hid', 'platforms/chibios/boards') | 14 | ignored = ('tmk_core/protocol/usb_hid', 'platforms/chibios/boards') |
| 15 | 15 | ||
| 16 | 16 | ||
