zvecr
d19285019d
All other subsystems are disabled during unlock
3 years ago
zvecr
ffb0575eb8
stub out secure data driven config
3 years ago
zvecr
89fab427c4
stub out secure as its own feature
3 years ago
Joel Challis
d870716457
Add bluepill/blackpill development board presets ( #16806 )
3 years ago
Joel Challis
45504bb094
Add mechanism to limit available converters ( #16783 )
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
e7d9d6675c
Implement codegen for more data types - codegen for return_execute stubs removed
3 years ago
Joel Challis
11db29bedb
Lint keyboard/project name ( #16766 )
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
2c8c9c9928
And sort out docs gen too
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
6269c6b51c
partial gen for return_execute
3 years ago
zvecr
13ee88dd21
Data driven g_led config
3 years ago
zvecr
ff1bb76537
basic info.json handling
3 years ago
Joel Challis
b202e59322
Update info.json ( #16540 )
3 years ago
Ryan
7d41639d54
Map data driven `DESCRIPTION` as string literal ( #16523 )
3 years ago
Joel Challis
c0185116d7
More validation of declared LAYOUT macro names ( #16520 )
3 years ago
Ryan
ace0603f4f
Change data driven "str" type to represent a quoted string literal ( #16516 )
...
* Change data driven "str" type to represent a quoted string literal
* Update docs
3 years ago
Erovia
fbfd5312b9
CLI: Validate JSON keymap input ( #16261 )
...
* Fix schema validator
It should use the passed schema.
* Add required attributes to keymap schema
* Rework subcommands to validate the JSON keymaps
The 'compile', 'flash' and 'json2c' subcommands were reworked to add
JSON keymap validation so error is reported for non-JSON and
non-compliant-JSON inputs.
* Fix required fields in keymap schema
* Add tests
* Fix compiling keymaps directly from keymap directory
* Schema should not require version for now.
3 years ago
Joel Challis
e4a6afa369
Rework generate-api CLI command to use .build directory ( #16441 )
3 years ago
Joel Challis
0d9a0d5d97
Align new-keyboard with recent schema updates ( #16378 )
3 years ago
Joel Challis
fede569bbe
Allow NO_PIN within info.json ( #16359 )
3 years ago
Joel Challis
b0621223bc
Various fixes for new-keyboard ( #16358 )
3 years ago
Nick Brassel
69e9c80ec3
Reworked docs rendering using jinja2.
3 years ago
Drashna Jaelre
afcdd7079c
Update keyboard mapping for all moved boards this cycle ( #16312 )
3 years ago
Joel Challis
2e279f1b88
Initial pass at data driven new-keyboard subcommand ( #12795 )
...
* Initial pass at a data driven keyboard subcommand
* format
* lint
* Handle bootloader now its mandatory
3 years ago
Joel Challis
842d20267c
Remove half implemented micronucleus bootloader support ( #16252 )
3 years ago
Ryan
3facf05324
Add `custom` to list of valid bootloader types in info.json ( #16228 )
3 years ago
peepeetee
07bb65384c
[Keyboard] move @kkatano 's keyboards to kkatano user folder ( #15684 )
3 years ago
peepeetee
566f6e7b76
[Keyboard] move @matthewdias 's keebs into matthewdias/ ( #15991 )
3 years ago
Ryan
7d685956cc
Rename `AdafruitBLE` to `BluefruitLE` ( #16127 )
3 years ago
Ryan
1d11ae3087
Rip out old macro and action_function system ( #16025 )
...
* Rip out old macro and action_function system
* Update quantum/action_util.c
Co-authored-by: Joel Challis <git@zvecr.com>
3 years ago
Nick Brassel
77062e9a36
Add L432, L442. ( #16016 )
3 years ago
Ryan
c72ed7c024
CLI: Parse USB device version BCD ( #14580 )
...
* CLI: Parse USB device version BCD
* Apply suggestions
3 years ago
peepeetee
217ad5cfc0
move yd60mq to ymdk vendor folder ( #15647 )
3 years ago
Nick Brassel
d02be63000
Revert "update keyboard_aliases.json ( #15649 )" ( #15903 )
...
This reverts commit b24603ab7d
.
3 years ago
peepeetee
b24603ab7d
update keyboard_aliases.json ( #15649 )
3 years ago
peepeetee
15290f4366
rename idobo to idobao/id75, move to vendor folder ( #15661 )
...
* rename idobo to idobao/id75, move to vendor folder
* add image, amend readme to id75
* add buying link
3 years ago
Drashna Jaelre
7edfb4deff
[Keyboard] Fix compilation issues for mechlovin hex4b ( #15885 )
3 years ago
Ryan
6bc870d899
Refactor `bootloader_jump()` implementations ( #15450 )
...
* Refactor `bootloader_jump()` implementations
* Fix tests?
* Rename `atmel-samba` to `md-boot`
4 years ago
Chad Austin
25713dc222
Add sym_defer_pr debouncer type ( #14948 )
4 years ago
Ryan
a8d440e4e0
Tidy up NKRO_ENABLE rules ( #15382 )
4 years ago
Ryan
c12b997679
Tidy up `SLEEP_LED_ENABLE` rules ( #15362 )
4 years ago
Joy Lee
68838bb700
Westberrytech pr ( #14422 )
...
* Added support for WB32 MCU
* Modified eeprom_wb32.c
* Remove the eeprom_wb32-related code
4 years ago
Zach White
08ce0142ba
Macros in JSON keymaps ( #14374 )
...
* macros in json keymaps
* add advanced macro support to json
* add a note about escaping macro strings
* add simple examples
* format json
* add support for language specific keymap extras
* switch to dictionaries instead of inline text for macros
* use SS_TAP on the innermost tap keycode
* add the new macro format to the schema
* document the macro limit
* add the json keyword for syntax highlighting
* fix format that vscode screwed up
* Update feature_macros.md
* add tests for macros
* change ding to beep
* add json support for SENDSTRING_BELL
* update doc based on feedback from sigprof
* document host_layout
* remove unused var
* improve carriage return handling
* support tab characters as well
* Update docs/feature_macros.md
Co-authored-by: Nick Brassel <nick@tzarc.org>
* escape backslash characters
* format
* flake8
* Update quantum/quantum_keycodes.h
Co-authored-by: Nick Brassel <nick@tzarc.org>
4 years ago