Skip to content

Commit 4dec077

Browse files
authored
Remove unused LED_INDICATORS constant (#18686)
1 parent cf749f2 commit 4dec077

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/python/qmk/constants.py

-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@
121121
COL_LETTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijilmnopqrstuvwxyz'
122122
ROW_LETTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop'
123123

124-
# Mapping between info.json and config.h keys
125-
LED_INDICATORS = {
126-
'caps_lock': 'LED_CAPS_LOCK_PIN',
127-
'num_lock': 'LED_NUM_LOCK_PIN',
128-
'scroll_lock': 'LED_SCROLL_LOCK_PIN',
129-
}
130-
131124
# Constants that should match their counterparts in make
132125
BUILD_DIR = environ.get('BUILD_DIR', '.build')
133126
KEYBOARD_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_'

0 commit comments

Comments
 (0)