support config as an alias of keyboard_overrides
This commit is contained in:
parent
0d9d1d0414
commit
4821b3c3a1
2 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,9 @@ def get_keyboard_overrides(keyboard, keymap=None):
|
|||
if 'keyboard_overrides' in keymap_json:
|
||||
return keymap_json['keyboard_overrides']
|
||||
|
||||
if 'config' in keymap_json:
|
||||
return keymap_json['config']
|
||||
|
||||
|
||||
def _extract_features(info_data, rules):
|
||||
"""Find all the features enabled in rules.mk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue