6 lines
177 B
Python
6 lines
177 B
Python
"""QMK CLI JSON Subcommands
|
|
|
|
We list each subcommand here explicitly because all the reliable ways of searching for modules are slow and delay startup.
|
|
"""
|
|
from . import keymap
|