zvecr
d19285019d
All other subsystems are disabled during unlock
3 years ago
zvecr
ffb0575eb8
stub out secure data driven config
3 years ago
zvecr
3e4de1ebd0
format
3 years ago
zvecr
89fab427c4
stub out secure as its own feature
3 years ago
Joel Challis
2cfbc1445c
Allow new-keyboard to use development_board presets ( #16785 )
3 years ago
Erovia
85de020573
CLI: Bump the 'jsonschema' version ( #16635 )
...
* CLI: Bump the 'jsonschema' version
Update the used meta-schema from Draft 7 from 2018 to the latest one,
Draft 2020-12.
Currently, the validator falls back to Draft 7 if the newer validator is
not available. Draft 2020-12 support was introduced to 'jsonschema' in
version 4.0.0.
* Fix formatting
3 years ago
zvecr
c1b57354f6
Stub out more of broadcast messages
3 years ago
Joel Challis
c0ac3f7372
Add frameworking for development board presets ( #16637 )
...
* Add frameworking for development board presets
* Update lib/python/qmk/info.py
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
zvecr
c9eae1d384
format
3 years ago
zvecr
e7d9d6675c
Implement codegen for more data types - codegen for return_execute stubs removed
3 years ago
zvecr
c5842ab9b5
stub out return_execute with zero args
3 years ago
zvecr
e111b9d017
Use slightly more unique data name
3 years ago
zvecr
53052228df
Add types codegen
3 years ago
Nick Brassel
ffcdfc6c03
Swap info.json.gz length to #define.
3 years ago
zvecr
81a53ac5b6
gen RESPONSE_FLAG defines
3 years ago
zvecr
646fdc7d17
Rework code gen for return of dynamic variables
3 years ago
zvecr
73d2228524
format
3 years ago
zvecr
6269c6b51c
partial gen for return_execute
3 years ago
Ryan
64974a7f8f
yapf: disable arithmetic predecence indication ( #16749 )
3 years ago
zvecr
22b8299230
Fix up print_dotted_output dict handling
3 years ago
zvecr
a65ea1a711
Fix codegen for non led boards
3 years ago
zvecr
13ee88dd21
Data driven g_led config
3 years ago
zvecr
56c9f7b7ff
format
3 years ago
zvecr
05911e9908
bodge 'qmk xap -l' for windows
3 years ago
zvecr
7262333857
Use generic 'dump_lines'
3 years ago
zvecr
ff1bb76537
basic info.json handling
3 years ago
Erovia
8c0198334c
CLI: Lint non-data driven macros in info.json ( #16739 )
...
* CLI: Lint non-data driven macros in info.json
Macros in info.json should either have the "matrix" key with the matrix
data or should should be also present in <keyboard>.h
* Add verification of matrix data
* Use generic '<keyboard>.h' in output
* Add keyboard name to output
* Make C layout macro finding more robust
The old code missed C macros if they had whitespace between '#' and
'define' or had whitespace before '#'.
3 years ago
Erovia
55e5daa868
Fix bug when 'info.json' lookup escapes keyboard dir ( #16734 )
3 years ago
Erovia
efc9c525b1
CLI: Add 'via2json' subcommand ( #16468 )
3 years ago
Joel Challis
23f365f8bc
Ignore transport defaults if SPLIT_KEYBOARD is unset ( #16706 )
...
* Ignore transport defaults if SPLIT_KEYBOARD is unset
* keep exists check
3 years ago
zvecr
e31c605bf7
revert split logic
3 years ago
Joel Challis
4f8cc32cf5
Extend 'qmk info' to handle keymap level overrides ( #16702 )
3 years ago
zvecr
b365cbce15
Merge in keymap level to XAP info.json payload
3 years ago
Ryan
2f095b8925
qmk.path.FileType: fix argument handling ( #16693 )
...
* qmk.path.FileType: pass in mode as first argument
* Better solution
* Grammar...
3 years ago
zvecr
4d4b013e5b
Fixup after merge
3 years ago
zvecr
5bb6173cc7
Fixup after merge
3 years ago
Joel Challis
ed773ab73c
Relocate CLI git interactions ( #16682 )
3 years ago
zvecr
72602a3443
Fixup after merge
3 years ago
Joel Challis
e5823b5650
[CLI] Add common util for dumping generated content ( #16674 )
3 years ago
zvecr
31c4864705
Crude CLI device discovery
3 years ago
zvecr
9fd4db1fc7
fix up for pytest - remove fstring escaping
3 years ago
zvecr
52d3b9dcc5
fix up for pytest
3 years ago
zvecr
2b4724bd83
Convert info_json_gz.h generation to CLI
3 years ago
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.
3 years ago
Nick Brassel
c3ac89d1c9
`qmk format-c`, `qmk format-python`
3 years ago
Nick Brassel
8d5eacb7dd
Add support for encoder mapping. ( #13286 )
3 years ago
Ryan
b593cfccbd
`qmk info`: Nicer rendering of big-ass enter ( #16541 )
...
* `qmk info`: Nicer rendering of big-ass enter
* Formatting...
3 years ago
Ryan
75544d9127
Move Doxygen docs to subdirectory ( #16561 )
3 years ago
Ryan
8e9d45d270
`qmk info`: nicer rendering of ISO enter ( #16466 )
3 years ago
Ryan
7d41639d54
Map data driven `DESCRIPTION` as string literal ( #16523 )
3 years ago