aboutsummaryrefslogtreecommitdiff
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 cb9461356..8a177eb6b 100644
--- a/lib/python/qmk/constants.py
+++ b/lib/python/qmk/constants.py
@@ -27,7 +27,7 @@ ROW_LETTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop'
27LED_INDICATORS = { 27LED_INDICATORS = {
28 'caps_lock': 'LED_CAPS_LOCK_PIN', 28 'caps_lock': 'LED_CAPS_LOCK_PIN',
29 'num_lock': 'LED_NUM_LOCK_PIN', 29 'num_lock': 'LED_NUM_LOCK_PIN',
30 'scrol_lock': 'LED_SCROLL_LOCK_PIN', 30 'scroll_lock': 'LED_SCROLL_LOCK_PIN',
31} 31}
32 32
33# Constants that should match their counterparts in make 33# Constants that should match their counterparts in make