summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03Clean up data driven mappings syntax (#18257)Ryan
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03[Docs] Update 'Process Record' according to the code (#18209)coliss86
* [doc] Update 'Process Record' according to the code * [doc] fix link
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03[Keyboard] RS60 Rev2 change to eeprom emulation (#18201)Xelus22
by xelus
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03[Keyboard] Add IDOBAO Abacus ID42 Keyboard (#16923)Vino Rodrigues
by vinorodrigues
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03Add absolute key positions to microdox info.json (#18238)Tim Traversy
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03Remove more RESET keycode references (#18252)Joel Challis
2022-09-02Adjust `EXTRAKEY_ENABLE` ifdefs for `send_extra()` (#18249)Ryan
2022-09-02Simplify extrakeys sending at the host driver level (#18230)Ryan
* Simplify extrakeys sending at the host driver level * There are two arguments here * Wrong syntax * Adjust keyboards which use a custom host driver
2022-09-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-02[Keymap] Fixing location of my Keymap for the Gentleman65 (#18246)Brian
2022-09-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-02[Keymap] Fix bootmagic compilation issue with Drashna keymaps (#18223)Drashna Jaelre
2022-09-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-01[Keyboard] Add Lunakey Pico (#18202)Yoichiro Tanaka
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-01[Keyboard] Add Shoc Keyboard (#18143)Jannik Becker
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-01Prevent USB peripheral fault when restarting USB on WB32 MCUs (#18058)Joy Lee
Co-authored-by: Joy <chang.li@westberrytech.com>
2022-09-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-01Install correct package on Fedora (#18243)Joel Challis
2022-09-01Better handle EEPROM reset keycode (#18244)Drashna Jaelre
2022-09-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-01[Keyboard] Add Ingrained Keyboard (#15928)jpuerto96
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Juan Puerto <jpuerto@psc.edu> Co-authored-by: jpuerto-psc <68066250+jpuerto-psc@users.noreply.github.com>
2022-09-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-01Remove non promicro pins from converters (#18239)Joel Challis
2022-08-31Add unicode mode change callbacks (#18235)Joshua Diamond
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31Add giabalanai keyboard (#10125)3araht
by 3araht
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31Added personal Iris Rev6a layout and Milk 2% layout (#17600)Ryan Neff
by JellyTitan
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31Add bepo variant to massdrop/thekey keymaps (#18129)Benjamin Collet
by mrBen
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31Bandominedoni encoder fix (#18229)3araht
by 3araht
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31[Keyboard] Updates to Work Louder keyboards (#18232)Drashna Jaelre
by Drashna
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31[Keyboard] add tg67 (#18225)JX
2022-08-31Ensure all keyboards have a bootloader set (#18234)Ryan
2022-08-31Move bootloader.mk to platforms (#18228)Ryan
2022-08-31[Core] Rework PS/2 driver selection (#17892)Marek Kraus
* [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31`qmk lint`: fix TypeError (#18226)Ryan
2022-08-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-30[Keyboard] CannonKeys Malicious Ergo (#17076)Andrew Kannan
* Add Malicious Ergo keyboard to QMK * Update layout * update info.json * update info.json again * Update info.json again * i h8 info.json * its default not all * Update keyboards/cannonkeys/malicious_ergo/config.h * Add bootloader instructions and license header * Update keyboards/cannonkeys/malicious_ergo/rules.mk * Update keyboards/cannonkeys/malicious_ergo/rules.mk * Update keyboards/cannonkeys/malicious_ergo/readme.md * Remove rotation from info.json * Remove labels * Update keyboards/cannonkeys/malicious_ergo/readme.md * Update keyboards/cannonkeys/malicious_ergo/malicious_ergo.h * Revise info.json again * whitespace fix * Apply suggestions from code review Move pid/vid into info json Fix rounding errors in info json Thanks to fauxpark and noroadsleft!