summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-13[Keymap] ANAVI Macro Pad 2 add Google Meet keymap (#12449)Leon Anavi
This keymap for ANAVI Macro Pad 2 contains a couple of shortcuts for Google Meet: - left key: turn on/off the microphone (mute button) - right key: turn on/off the camera Signed-off-by: Leon Anavi <leon@anavi.org>
2021-04-13Terrazzo: Fix wrong LED Matrix function names (#12561)Ryan
2021-04-13LED Matrix: suspend code (#12509)Ryan
2021-04-13[Keymap] Add kzar keymap for Kinesis Advantage (#12444)Dave Vandyke
2021-04-12Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)James Young
2021-04-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-12Merc updates (#12289)Kyle McCreery
2021-04-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-12Update layout option for lazydesigners/THE40 (#12312)jackytrabbit
2021-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-11A few small typo fixes in docs (#12524)Arthur Tabatchnic
2021-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-11Documentation update (#12484)swampmonster
Update documentation to reflect what the actual target flags are Co-authored-by: swampmonster <>
2021-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-11Update readme.md (#12502)Joseph Whom
Noticed a letter missing in "compiling".
2021-04-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-11Update github instruction link in newbs_getting_started.md (#12510)Hawley Waldman
Clarify that the link to the github/forking instructions is a link to how to fork this project. Previous wording implied that the link was to a how-to-use github in general page.
2021-04-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-10Format code according to conventions (#12540)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-10ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472)Michael Stapelberg
Before this commit, attaching an ARM-based (i.e. ChibiOS-based) keyboard that uses CONSOLE_ENABLE = yes and produces debug messages would deadlock the keyboard unless one was running hid_listen. With this commit, dead-locking writes to the queue are detected and prevented. fixes #5631
2021-04-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-10Reverse K0E and K0G (#12491)Álvaro A. Volpato
Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
2021-04-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09[Keyboard] Add afternoonlabs/oceanbreeze (#12299)Eithan Shavit
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Eithan Shavit <eithan@fb.com>
2021-04-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09[Keymap] Remove LAYOUT_kc macros from edvorakjp keymaps (#12217)Ryo Maeda
2021-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09[Keyboard] ergosaurus - add VIA support, enabled RGB (#12126)littleferris
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09[Keyboard] Added senselessclay had60 (#12093)hadi
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09Add VIA keymap for Kawii9 (#12521)kiwikey
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)mechlovin
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: vuhopkep <boy9x0@gmail.com>
2021-04-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-09Fix Breaking Change date (#12272)peepeetee
2021-04-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-08Add new handwired keyboard (Ergocheap) (#11857)Adrian
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-08`qmk chibios-confmigrate`: Make `-i` and `-r` required (#12515)Ryan
2021-04-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-07Update info.json to correctly. (#12507)Kosuke Adachi
2021-04-07LED Matrix: Implement CIE1931 curve (#12417)Ryan
2021-04-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-07Add info.json for CK60i (#12318)Ryan
2021-04-06Fix up builds that are now too big for `develop` branch. (#12495)Nick Brassel
2021-04-06Add support for producing UF2-format binaries. (#12435)Nick Brassel
* First stab at enabling builds of UF2-format binaries. * Add description on producing a UF2 file.
2021-04-04Merge remote-tracking branch 'origin/master' into developQMK Bot