~ruther/qmk_firmware

33d8af50 — Drashna Jaelre 3 years ago
[Keyboard] Disable features on SplitKB boards to fit under size (#15262)

48a17b45 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
6f425c8a — Joel Challis 3 years ago
Ignore exit codes for formatters (#15275)

49ca3da9 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
15507688 — Joel Challis 3 years ago
Ignore deleted files when formatting codebase (#15274)

69853175 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
dbc7b535 — Joel Challis 3 years ago
qmk format-python - filter for Python files (#15271)

* qmk format-python filter all files

* filter changed files too
7746aefe — Nick Brassel 3 years ago
Revert "[Tests] Increase QMK test coverage (#13789)"

This reverts commit b6054c0206609f3755f71d819643644d250288b0.
b6054c02 — Stefan Kerkmann 3 years ago
[Tests] Increase QMK test coverage (#13789)

* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

* `qmk format-c

* Fix tests

Co-authored-by: Nick Brassel <nick@tzarc.org>
f4966a19 — Drashna Jaelre 3 years ago
[Docs] Squeezing space out of AVR (#15243)

* [Docs] Squeezing space out of AVR

* Add more info

* Apply suggestions from code review

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Add oled section

* Apply suggestions from code review

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Update layers and intro wording

* Rename doc file

* add get_u8_str support

* oled clarifications

Co-authored-by: Nick Brassel <nick@tzarc.org>

Co-authored-by: Nick Brassel <nick@tzarc.org>
32a87d35 — Drashna Jaelre 3 years ago
Add uint to char functions (#15244)

* Add uint to char functions

* appease the all mighty lint

* Further appease Lint

* Update functions

* Add doxygen comment

* Update quantum/quantum.c

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Apply suggestions from code review

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Add declaration for get_numeric_string

* fix formatting and bug

Co-authored-by: Nick Brassel <nick@tzarc.org>
3f656d54 — Drashna Jaelre 3 years ago
[Keyboard] Disable console on Keebio foldkb and iris rev3 (#15260)

3fd6ae93 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
97a32eed — precondition 3 years ago
layer_combo → sd_combo (#15266)

e8ce66a0 — Drashna Jaelre 3 years ago
[Keymap] Disable console on Sofle default keymap (#15261)

a726b87d — Drashna Jaelre 3 years ago
[Keyboard] Enable LTO on viktus/sp_mini via keymap (#15263)

08ce0142 — Zach White 3 years ago
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>
8181b155 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
e864786c — James Young 3 years ago
Ocean Wang Ergo: Fix QMK Configurator Implementation (#15249)

* info.json: apply friendly formatting

* info.json: update labels; reposition keys

* wang_ergo.h: use XXX for KC_NO

* wang_ergo.h: add matrix diagram

* rename LAYOUT to LAYOUT_all

* move Backspace keycode to top row

Moves the matrix argument/keycode for Backspace to its proper position at the end of the top row.

* add LAYOUT_2x2u with keymap

* info.json: update maintainer field

Use the maintainer's GitHub username.
79af7046 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Next