Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* Initial DD keycode migration
* Sort magic keycodes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Normalise info_config.h define generation
* format
* Fix tests
* Update lib/python/qmk/cli/generate/config_h.py
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
|
|
|
|
|
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copy the correct PID from `util/udev/50-qmk.rules`.
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
|
|
|
|
|
|
|
|
|
|
|
applicable (#17604)
|
|
|
|
|
|
|
|
|
|
upstream/{master,develop}, including dates (#17713)
|
|
|
|
Python will evaluate first the left and then the right side of the and operator.
The left side would previously return True based on the truthiness logic that treats any non-emptry string as true.
It would not check if the desired keymap exists.
If the left side is true it will evaluate the right side which will check for the existance of a specific keymap.
With this change the check for existance of two keymaps is implemented.
|
|
|
|
|
|
|
|
|
|
|