summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-1410-0/+535
|\|
| * [Keyboard] CyberGear Macro25 (#12518)Marius Kavoliunas2021-04-1410-0/+535
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add cybergear macro25 keyboard * add readme and fix file namings * rename readme.md * separate default and via keymaps * add info.json * unify info.json and key coordinates * remove via json * add missing via layers * Update keyboards/cybergear/macro25/keymaps/via/rules.mk * Update keyboards/cybergear/macro25/macro25.c * Update keyboards/cybergear/macro25/macro25.h * Update keyboards/cybergear/macro25/readme.md * Update keyboards/cybergear/macro25/readme.md * Update keyboards/cybergear/macro25/readme.md * Update keyboards/cybergear/macro25/readme.md * remove unnecessary config.h parameters * Update keyboards/cybergear/macro25/config.h * remove MATRIX_ROWS and COLS from config.h * Apply suggestions from code review set to LAYOUT_ortho_2x5 and fix grammar
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-1412-0/+372
|\|
| * [Keyboard] Add Caffeinated Studios Serpent65 (#12578)J.Flanagan2021-04-1312-0/+372
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-141-1/+1
|\|
| * Correct layout macro name in Cannonkeys Ortho75 info.json (#12581)James Young2021-04-131-1/+1
| |
* | [CI] Format code according to conventions (#12570)github-actions[bot]2021-04-131-1/+1
| | | | | | Co-authored-by: QMK Bot <hello@qmk.fm>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-132-0/+38
|\|
| * [Keymap] ANAVI Macro Pad 2 add Google Meet keymap (#12449)Leon Anavi2021-04-132-0/+38
| | | | | | | | | | | | | | | | | | 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>
* | Terrazzo: Fix wrong LED Matrix function names (#12561)Ryan2021-04-139-12/+12
| |
* | LED Matrix: suspend code (#12509)Ryan2021-04-135-27/+49
| |
* | [Keymap] Add kzar keymap for Kinesis Advantage (#12444)Dave Vandyke2021-04-134-0/+438
| |
* | Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)James Young2021-04-12214-214/+227
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-121-1/+2
|\|
| * Merc updates (#12289)Kyle McCreery2021-04-121-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-124-44/+98
|\|
| * Update layout option for lazydesigners/THE40 (#12312)jackytrabbit2021-04-124-44/+98
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-113-5/+5
|\|
| * A few small typo fixes in docs (#12524)Arthur Tabatchnic2021-04-113-5/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-111-2/+2
|\|
| * Documentation update (#12484)swampmonster2021-04-111-2/+2
| | | | | | | | | | Update documentation to reflect what the actual target flags are Co-authored-by: swampmonster <>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-111-2/+2
|\|
| * Update readme.md (#12502)Joseph Whom2021-04-111-2/+2
| | | | | | Noticed a letter missing in "compiling".
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-111-1/+1
|\|
| * Update github instruction link in newbs_getting_started.md (#12510)Hawley Waldman2021-04-111-1/+1
| | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-101-11/+11
|\|
| * Format code according to conventions (#12540)github-actions[bot]2021-04-101-11/+11
| | | | | | Co-authored-by: QMK Bot <hello@qmk.fm>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-101-1/+13
|\|
| * ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472)Michael Stapelberg2021-04-101-1/+13
| | | | | | | | | | | | | | | | | | 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-102-2/+1
|\|
| * Reverse K0E and K0G (#12491)Álvaro A. Volpato2021-04-102-2/+1
| | | | | | Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-1013-4/+374
|\|
| * [Keyboard] Add afternoonlabs/oceanbreeze (#12299)Eithan Shavit2021-04-0913-4/+374
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Eithan Shavit <eithan@fb.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-1020-627/+525
|\|
| * [Keymap] Remove LAYOUT_kc macros from edvorakjp keymaps (#12217)Ryo Maeda2021-04-0920-627/+525
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-093-15/+69
|\|
| * [Keyboard] ergosaurus - add VIA support, enabled RGB (#12126)littleferris2021-04-093-15/+69
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-0911-0/+454
|\|
| * [Keyboard] Added senselessclay had60 (#12093)hadi2021-04-0911-0/+454
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-093-1/+42
|\|
| * Add VIA keymap for Kawii9 (#12521)kiwikey2021-04-093-1/+42
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-0967-80/+2526
|\|
| * Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)mechlovin2021-04-0967-80/+2526
| | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-091-1/+1
|\|
| * Fix Breaking Change date (#12272)peepeetee2021-04-091-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-0812-0/+402
|\|
| * Add new handwired keyboard (Ergocheap) (#11857)Adrian2021-04-0812-0/+402
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-081-2/+2
|\|
| * `qmk chibios-confmigrate`: Make `-i` and `-r` required (#12515)Ryan2021-04-081-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-04-071-9/+58
|\|