qmk_firmware/lib/python/qmk
Erovia b75f6691a1
CLI: Fix 'cd' subcommand on Windows (#16610)
The 'cd' subcommand was failing as the current shell's Windows path was
mangled while milc processed it.
Using 'subprocess' directly avoids this issue and an extra layer of
subshell.
2022-03-10 21:33:41 +00:00
..
cli CLI: Fix 'cd' subcommand on Windows (#16610) 2022-03-10 21:33:41 +00:00
tests CLI: Validate JSON keymap input (#16261) 2022-02-28 20:02:39 +00:00
__init__.py
c_parse.py Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
commands.py CLI: Validate JSON keymap input (#16261) 2022-02-28 20:02:39 +00:00
comment_remover.py
constants.py CLI: Minor additions #12795 (#16276) 2022-02-14 12:02:35 +01:00
converter.py
datetime.py
decorators.py CLI: Fix automagic (#13046) 2021-05-30 16:17:40 +01:00
errors.py CLI/c2json: Print 'cpp' error when executed in verbose mode (#12869) 2021-05-27 17:42:38 +01:00
info.py Fix issues with data driven split keyboards (#16457) 2022-02-27 13:39:24 +01:00
json_encoders.py Remove references to info.json width and height in CLI (#13728) 2021-07-29 22:37:18 -07:00
json_schema.py CLI: Validate JSON keymap input (#16261) 2022-02-28 20:02:39 +00:00
keyboard.py qmk info: Nicer rendering of big-ass enter (#16541) 2022-03-08 20:45:47 +00:00
keymap.py Macros in JSON keymaps (#14374) 2021-11-22 11:11:35 -08:00
makefile.py
math.py
path.py CLI: Validate JSON keymap input (#16261) 2022-02-28 20:02:39 +00:00
submodules.py