mirror of
https://github.com/kemko/qmk_firmware.git
synced 2026-01-04 09:15:46 +03:00
Tidy up use of keycode range helpers (#19813)
This commit is contained in:
@@ -13,6 +13,8 @@ def _translate_group(group):
|
||||
"""
|
||||
if group == 'modifiers':
|
||||
return 'modifier'
|
||||
if group == 'media':
|
||||
return 'consumer'
|
||||
return group
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user