summaryrefslogtreecommitdiff
path: root/lib/python/qmk/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/qmk/constants.py')
-rw-r--r--lib/python/qmk/constants.py2
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
125BUILD_DIR = environ.get('BUILD_DIR', '.build') 125BUILD_DIR = environ.get('BUILD_DIR', '.build')
126KEYBOARD_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_' 126INTERMEDIATE_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_'
127 127
128# Headers for generated files 128# Headers for generated files
129GPL2_HEADER_C_LIKE = f'''\ 129GPL2_HEADER_C_LIKE = f'''\