~ruther/qmk_firmware

1d706bd7 — James Young 4 years ago
handwired/bolek: correct key object order (#12356)

3e60997e — Zach White 4 years ago
Add a `qmk format-json` command that will format JSON files (#12372)

* Add a command to format json files

* change to work after rebase

* add test for qmk format-json

* add documentation for qmk format-json

* Update lib/python/qmk/cli/format/json.py
a74846a0 — Wilba 4 years ago
Added wilba.tech WT60-H2 (#12348)

* Added wilba.tech WT60-H2

* fix typo

* Fix error in keymap
038d9118 — Wilba 4 years ago
Added wilba.tech WT65-G2 (#12360)

be771e5f — Wilba 4 years ago
Added wilba.tech WT60-H3 (#12354)

* Added wilba.tech WT60-H2

* fix typo
1fbee7c3 — Andrew-Fahmy 4 years ago
(Re)Fixing K-type RGB lighting (#12084)

* initial rgb driver fix

* added underglow LEDs and fixed typo in RGB locations

* removed test code

* added my key maps

* updated rgb keymap to work with changes

* refactored my code to make it more maintainable and updated keymaps.

* added GPL licence

* Turned off matrix scan rate debug info

* added checks if RGB matrix is enabled to fix errors when building keymaps without RGB matrix enabled

* Apply suggestions from code review by fauxpark

Co-authored-by: Ryan <fauxpark@gmail.com>

* Renamed led driver file to be less ambiguous

* Renamed is31fl3733 driver files to is31fl3733-dual

Co-authored-by: Ryan <fauxpark@gmail.com>
8b39ae13 — Brandon Claveria 4 years ago
add equator (#12369)

Co-authored-by: Swiftrax <swiftrax@gmail.com>
1bb6d8de — Joel Challis 4 years ago
Fix USER_PRINT on avr/atsam (#12269)

* Fix USER_PRINT on avr/atsam

* Update tmk_core/common/arm_atsam/_print.h

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
a8880574 — Ryan Roden-Corrent 4 years ago
Fix a small typo in cli_commands.md (#12379)

Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302)

c59fb1b4 — Armando Magalhães 4 years ago
feat(keymaps): Changes to crkbd/keymaps/armand1m layout and README.md update (#12252)

Co-authored-by: Ryan <fauxpark@gmail.com>
e7cb7bc7 — James Young 4 years ago
Roses Lite layout macro touch-up (#12357)

1ed48c77 — Xelus22 4 years ago
add valor_frl_tkl info.json (#12359)

* add info.json

* remove macro keys to correct layout
54b80ecf — github-actions[bot] 4 years ago
[CI] Format code according to conventions (#12363)

* Format code according to conventions

* Update lib/python/qmk/cli/generate/api.py

* Update lib/python/qmk/cli/generate/api.py

Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Zach White <skullydazed@gmail.com>
97a73637 — sbuller 4 years ago
[Keyboard] Preserve signedness from opt_encoder_handler for scroll data on ploopy devices (#12223)

More Tap Dance docs improvements (#12358)

b7870ae7 — Joel Challis 4 years ago
Workaround for recent changes to mouse keycodes (#12367)

299008be — Zach White 4 years ago
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
Add info.json for handwired/datahand (#12320)

6edcbdca — James Young 4 years ago
[Keyboard] YMDK YM68 (#12352)

* [Keyboard] YMDK YM68

Converted from a KBFirmware JSON file provided via the vendor's product listing.

PCB supports Backlight on B6 and RGB Underglow on E2, but the LEDs are not pre-soldered according to the PCB photos.

* update VENDOR_ID and PRODUCT_ID
Next