mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-03 15:02:47 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
b8ff2f8bd1
3
.gitignore
vendored
3
.gitignore
vendored
@ -109,5 +109,6 @@ compile_commands.json
|
||||
.clangd/
|
||||
.cache/
|
||||
|
||||
# VIA(L) json files that don't belong in QMK repo
|
||||
# VIA(L) files that don't belong in QMK repo
|
||||
via*.json
|
||||
/keyboards/**/keymaps/vial/*
|
||||
|
@ -20,6 +20,9 @@ def _list_defaultish_keymaps(kb):
|
||||
"""
|
||||
defaultish = ['ansi', 'iso', 'via']
|
||||
|
||||
# This is only here to flag it as "testable", so it doesn't fly under the radar during PR
|
||||
defaultish.append('vial')
|
||||
|
||||
keymaps = set()
|
||||
for x in list_keymaps(kb):
|
||||
if x in defaultish or x.startswith('default'):
|
||||
|
Loading…
Reference in New Issue
Block a user