summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-12Enable default features on VIA keymap for Lily58 (#12185)Albert Y
Co-authored-by: filterpaper <filterpaper@localhost>
2021-03-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-12Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan
2021-03-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-12ChibiOS conf upgrade for boston (#12170)Nick Brassel
boston - 8bded9dabff58de6febd927d4ad976bb743696a3
2021-03-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-11[Keymap] arkag Userspace updated (#12183)Alexander Kagno
Co-authored-by: Alex <alex@turncommerce.com>
2021-03-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-10Refactor to use led config - Part 6 (#12115)Joel Challis
* Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * revert changes
2021-03-10Move gpio wait logic to wait.h (#12067)Joel Challis
2021-03-11Remove `FUNC()` (#12161)Ryan
2021-03-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-09Add VIA support to doodboard/duckboard_r2 (#12028)somepin
* Update R1 keymap and config * Add duckboard R2 * Add VIA support for duckboard R2 * Set bootmagic lite row and column * Update config.h * Update keyboards/doodboard/duckboard/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update config.h Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-10Fix typo in `get_git_version()` (#12182)Ryan
2021-03-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-09Add BFO-9000 info.json (#12179)Danny
2021-03-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-09improve detection of community layout supportZach White
2021-03-08LED Matrix: decouple from Backlight (#12054)Ryan
2021-03-07Begin the process of deprecating bin/qmk in favor of the global cli (#12109)Zach White
* Begin the process of deprecating bin/qmk in favor of the global cli * Correctly set the qmk bin
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-07[Keymap] add crkbd/keymaps/armand1m (#12098)Armando Magalhães
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-07[Keyboard] Capsunlocked CU80 - added variant's for RGB matrix support (#12019)maz0r
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-07trivial change to trigger api updateZach White
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-07minor change to trigger api updateZach White
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-07Require `BOOTLOADER = qmk-dfu` for `:bootloader` target (#12136)Ryan
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06fix CI job: api-data->api_dataZach White
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Remove stale references to "handwired/ferris"Pierre Chevalier
The code was moved to the "ferris" directory. Fixes the following commands: ``` qmk compile ~/qmk_firmware/keyboards/ferris/keymaps/default/keymap.json qmk compile ~/qmk_firmware/keyboards/ferris/keymaps/pierrec83/keymap.json ``` Addresses this issue: https://github.com/pierrechevalier83/ferris/issues/5
2021-03-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06upload api data to spacesZach White
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Enforce minimum versions for jsonschema and MILC (#12141)Zach White
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06[Keyboard] bm68rgb (#12128)peepeetee
* add support for Bbm68rgb * pull request changes filled * pull request changes filled(this time for real) * added new line to files that did not have new lines at end of file * updated modifier keys for rgb effects * Update keyboards/bm68rgb/readme.md * Apply suggestions from code review * Apply suggestions from code review * add nkro suppport * Update keyboards/bm68rgb/rules.mk * modified keymap to better correspond to physical layout * updated comment style
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06[Keyboard] add Soup10 support (#11921)icesoup
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Adding Zodiark Split keyboard (#11837)Aleblazer
* Adding Files for Zodiark * zodiark.h and keymap.c layout corrections * Apply suggestions from code review Applied all suggestions from zvecr. Co-authored-by: Joel Challis <git@zvecr.com> * Applied all suggestions from fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> * Defined matrix driver * Update keymap with GPL2 * Added GPL2+ to All keymap.c, cleaned up config.h, and removed the rgbmatrixwip keymap * Apply suggestions from code review Removed the two lines from the config.h and changed to the smaller resolution picture on the Readme. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Added VIA keymap * Corrected VIA Keymap oled.c Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Remove ifdefs for UC and X/XP too (#12131)Ryan
2021-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-03-06Remove a few more ifdefs from quantum_keycodes (#12129)Ryan
2021-03-05Set default OLED Update Interval for Split Keyboards (#12107)Drashna Jaelre
Because the matrix scanning is slower for splits, in general, the frequent updating of the OLEDs can slow down the matrix scanning. To help prevent that, set the update interval for the OLEDs to not update as frequently.