mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-27 12:29:06 +02:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
@@ -26,7 +26,7 @@ def _list_defaultish_keymaps(kb):
|
||||
defaultish.extend(INVALID_KM_NAMES)
|
||||
|
||||
keymaps = set()
|
||||
for x in list_keymaps(kb):
|
||||
for x in list_keymaps(kb, include_userspace=False):
|
||||
if x in defaultish or x.startswith('default'):
|
||||
keymaps.add(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user