Cache xap specs

This commit is contained in:
zvecr 2022-05-10 03:48:48 +01:00
parent ea850f1380
commit f9f0d84eb0
2 changed files with 13 additions and 10 deletions

View file

@ -10,7 +10,7 @@ from milc import cli
from qmk.xap.common import get_xap_keycodes
KEYCODE_MAP = get_xap_keycodes('0.2.0')
KEYCODE_MAP = get_xap_keycodes('latest')
def _is_xap_usage(x):