Joel Challis
87e1ff218d
backlight|led 'on state' for DD configuration ( #17383 )
3 years ago
Joel Challis
7baf9b3f35
Promote label with newlines to lint error ( #17347 )
3 years ago
Joel Challis
a599550adb
Add support for linting deprecated and removed functionality ( #17063 )
...
* Add support for more lint warnings/errors
* Develop currently needs extra deps installed
* Lint a few more scenarios
* fix tests
3 years ago
Nick Brassel
d255c2f57f
Fixup casing.
3 years ago
zvecr
f727692fd1
Render request/response in XAP docs
3 years ago
zvecr
cbc68dfd21
Update keyboard aliases
3 years ago
zvecr
6d93facc16
bump some definitions to common
3 years ago
zvecr
d83616dce4
Validate more
3 years ago
zvecr
f44a988476
Initial validation of xap.hjson
3 years ago
Joy Lee
1c7e8b9a9d
Added support for Wb32fq95 ( #16871 )
3 years ago
zvecr
d95d22201a
multiline description?
3 years ago
zvecr
d75330f9c1
flesh out secure docs
3 years ago
zvecr
a9468f385e
stub out route and broadcast_message docs
3 years ago
GloriousThrall
83fa6fe916
Move GMMK Pro to allow for multiple revisions ( #16423 )
...
* Added GMMK PRO Rev2 WBG7 MCU compatibility. Added GMMK 2 WBG7 MCU compatibility.
* GMMK PRO MCU Updates only (removed other kbs)
* fix problems
* Optimize the code.
* Update form develop branch
* Update
* Updater from qmk/develop
* Update
* Update config.h
* Update config.h
* Remove gmmk pro rev2
* move moults31/keymap.c
* Update
* tidy up
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: zvecr <git@zvecr.com>
3 years ago
Joel Challis
608fa5154c
Data driven `g_led_config` ( #16728 )
3 years ago
Pascal Getreuer
68b16bba68
[Core] Add Caps Word feature to core ( #16588 )
...
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
3 years ago
zvecr
68208278e0
Render layers with 'qmk info' logic
3 years ago
zvecr
3d9c2fd845
Fix duplicate keys
3 years ago
zvecr
41a5dcbfa7
Add more DD basic keycodes
3 years ago
zvecr
ea92d5ed7d
Block out basic keycodes
3 years ago
zvecr
c65ec90484
Fix a few mistakes in docs
3 years ago
Joel Challis
6e819945ed
Remove some layout exceptions ( #16957 )
...
* LAYOUT_JP -> LAYOUT_jp
* LAYOUT_ANSI_DEFAULT -> LAYOUT
* LAYOUT_reviung34_2uL -> LAYOUT_reviung34_2u
3 years ago
zvecr
4d895892e5
Stubs for ENCODER_MAP
3 years ago
Nick Brassel
d17aed8e82
Verify struct sizing at build time.
3 years ago
zvecr
1d96fc866d
Add route for hardware_id
3 years ago
Joel Challis
92a61aa0cd
Implement XAP 'secure' core requirements ( #16843 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
3 years ago
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