QMK Bot
16271f8f1d
Merge remote-tracking branch 'origin/develop' into xap
2024-03-10 05:20:58 +00:00
Joel Challis
9f4a9d5826
Enable 'keyboard.json' as a build target ( #22891 )
2024-03-10 16:20:25 +11:00
Nick Brassel
39e7d44c92
Merge remote-tracking branch 'upstream/develop' into xap
2023-11-28 16:02:29 +11:00
Nick Brassel
5501e804ff
QMK Userspace ( #22222 )
...
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-11-28 07:53:43 +11:00
Nick Brassel
8fa6fd6d64
Merge remote-tracking branch 'upstream/develop' into xap
2023-11-22 13:27:44 +11:00
Nick Brassel
46b996a55e
CLI parallel search updates ( #22525 )
2023-11-22 11:14:34 +11:00
QMK Bot
8ee25dd9f2
Merge remote-tracking branch 'origin/develop' into xap
2023-11-20 15:42:20 +00:00
Joel Challis
e279c78ba3
Enable linking of encoders to switch within layout macros ( #22264 )
2023-11-20 15:41:48 +00:00
QMK Bot
b1d9184cab
Merge remote-tracking branch 'origin/develop' into xap
2023-11-15 05:25:30 +00:00
Nick Brassel
4938210711
CLI refactoring for common build target APIs ( #22221 )
2023-11-15 16:24:54 +11:00
QMK Bot
4c91fc5bf9
Merge remote-tracking branch 'origin/develop' into xap
2023-10-05 23:35:42 +00:00
Nick Brassel
127560ae22
Add qmk ci-validate-aliases
( #22205 )
2023-10-06 10:34:23 +11:00
QMK Bot
cc89d98b32
Merge remote-tracking branch 'origin/develop' into xap
2023-09-28 20:49:29 +00:00
Nick Brassel
c5706ef791
Allow for qmk mass-compile all:<keymap>
( #22116 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-29 06:48:20 +10:00
QMK Bot
025d8d3739
Merge remote-tracking branch 'origin/develop' into xap
2023-09-22 02:13:27 +00:00
Nick Brassel
abd432fd7a
Allow for qmk compile -kb all
. ( #22022 )
2023-09-22 12:12:20 +10:00
QMK Bot
a7254cc1b1
Merge remote-tracking branch 'origin/develop' into xap
2023-07-07 14:09:30 +00:00
Ryan
ef39ecd1b7
Adjust width requirement for big enter ( #21470 )
2023-07-08 00:08:13 +10:00
QMK Bot
0a4264fea4
Merge remote-tracking branch 'origin/develop' into xap
2023-01-03 03:16:15 +00:00
Joel Challis
c345278101
Replace list_keyboards.sh with CLI calls ( #19485 )
2023-01-03 14:15:29 +11:00
QMK Bot
b4a3a76042
Merge remote-tracking branch 'origin/develop' into xap
2022-11-08 01:05:41 +00:00
Ryan
479d8de622
Format DD mappings and schemas ( #18924 )
2022-11-08 01:05:08 +00:00
QMK Bot
5835b478f1
Merge remote-tracking branch 'origin/develop' into xap
2022-06-25 19:42:02 +00:00
precondition
e13bb58c40
Only omit paths containing "/keymaps/" ( #17468 )
...
This allows keyboard names to contain the word "keymaps"
2022-06-25 20:40:49 +01:00
zvecr
a8cbda7b8a
lower threshold
2022-05-11 03:25:53 +01:00
zvecr
cb7d103ba8
wider keys?
2022-05-11 01:53:47 +01:00
Ryan
64974a7f8f
yapf: disable arithmetic predecence indication ( #16749 )
2022-03-30 21:54:13 +01:00
Ryan
b593cfccbd
qmk info
: Nicer rendering of big-ass enter (#16541 )
...
* `qmk info`: Nicer rendering of big-ass enter
* Formatting...
2022-03-08 20:45:47 +00:00
Ryan
8e9d45d270
qmk info
: nicer rendering of ISO enter (#16466 )
2022-03-05 22:54:32 +00:00
Zach White
42f4528a45
expand the size of the textpad to allow for taller keyboards ( #13319 )
2021-06-23 20:35:36 -07:00
Zach White
bc67ca6a59
search for the readme in higher directories as well ( #12997 )
2021-05-24 19:38:27 -07:00
Nick Brassel
b88498ba85
Fix CLI incorrectly following DEFAULT_FOLDER
( #12529 )
...
* Attempt to sort out incorrectly following DEFAULT_FOLDER.
* Fix CI checks.
* qmk pyformat
2021-04-25 11:15:54 +10:00
Zach White
588bcdc8ca
Add support for tab completion ( #12411 )
...
* Add support for tab completion
* make flake8 happy
* Add documentation
2021-04-14 19:00:22 -07:00
Zach White
299008be36
Add support for qmk_configurator style aliases ( #11954 )
...
* Add support for qmk_configurator style aliases
* add the keyboard aliases to the api data
* add support for a keyboard metadata file
* make flake8 happy
2021-03-24 09:26:38 -07:00
Ryan
e69da2db2c
qmk info
: Add --ascii
flag (#10793 )
...
* `qmk info`: Add `--ascii` flag
* Fix typo
* Force ASCII for Windows/MSYS2
* Make it gooder
* Remove redundant windows check
* ...And this too
* Make pytest work on Windows
2020-11-02 00:41:01 -08:00
Zach White
0c42f91f4c
Generate api data on each push ( #10609 )
...
* add new qmk generate-api command, to generate a complete set of API data.
* Generate api data and push it to the keyboard repo
* fix typo
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* fixup api workflow
* remove file-changes-action
* use a more mainstream github action
* fix yaml error
* Apply suggestions from code review
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* more uniform date handling
* make flake8 happy
* Update lib/python/qmk/decorators.py
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-10-25 14:48:44 -07:00
Zach White
751316c344
[CLI] Add a subcommand for getting information about a keyboard ( #8666 )
...
You can now use `qmk info` to get information about keyboards and keymaps.
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-05-26 13:05:41 -07:00