diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-12 21:41:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-12 21:41:29 +0000 |
commit | e93dc6673339883e4613efa97781dd93ef0e6d25 (patch) | |
tree | 700784d594b11717446dcffb2a68413d20321376 /lib | |
parent | fb2c7da2fd57468d473b2b8bac0a5a96023484ea (diff) | |
parent | 4dec07741b4bfb1b9858f5d862589754b28dec5c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/python/qmk/constants.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/python/qmk/constants.py b/lib/python/qmk/constants.py index 622199e46e..8a13029a8a 100644 --- a/lib/python/qmk/constants.py +++ b/lib/python/qmk/constants.py @@ -121,13 +121,6 @@ TIME_FORMAT = '%H:%M:%S' COL_LETTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijilmnopqrstuvwxyz' ROW_LETTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop' -# Mapping between info.json and config.h keys -LED_INDICATORS = { - 'caps_lock': 'LED_CAPS_LOCK_PIN', - 'num_lock': 'LED_NUM_LOCK_PIN', - 'scroll_lock': 'LED_SCROLL_LOCK_PIN', -} - # Constants that should match their counterparts in make BUILD_DIR = environ.get('BUILD_DIR', '.build') KEYBOARD_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_' |