~ruther/qmk_firmware

e93dc6673339883e4613efa97781dd93ef0e6d25 — QMK Bot 2 years ago fb2c7da + 4dec077
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 0 insertions(+), 7 deletions(-)

M lib/python/qmk/constants.py
M lib/python/qmk/constants.py => lib/python/qmk/constants.py +0 -7
@@ 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_'