diff options
Diffstat (limited to 'lib/python/qmk/constants.py')
| -rw-r--r-- | lib/python/qmk/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/constants.py b/lib/python/qmk/constants.py index 8a13029a8a..04ec4f6a16 100644 --- a/lib/python/qmk/constants.py +++ b/lib/python/qmk/constants.py | |||
| @@ -123,7 +123,7 @@ ROW_LETTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop' | |||
| 123 | 123 | ||
| 124 | # Constants that should match their counterparts in make | 124 | # Constants that should match their counterparts in make |
| 125 | BUILD_DIR = environ.get('BUILD_DIR', '.build') | 125 | BUILD_DIR = environ.get('BUILD_DIR', '.build') |
| 126 | KEYBOARD_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_' | 126 | INTERMEDIATE_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_' |
| 127 | 127 | ||
| 128 | # Headers for generated files | 128 | # Headers for generated files |
| 129 | GPL2_HEADER_C_LIKE = f'''\ | 129 | GPL2_HEADER_C_LIKE = f'''\ |
