Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-22 | 9 | -0/+245 |
|\ | |||||
| * | [Keyboard] Zeno 60% Ergo PCB (#17403) | paulgali | 2022-06-21 | 9 | -0/+245 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Fix AVR I2C master 1ms timeout (#17174) | Daniel Kao | 2022-06-22 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | * avr i2c_master: Fix 1ms timeout i2c_start() produces a minimum time_slice of 1ms for use as timeout value. The timer granularity is 1ms, it is entirely possible for timer_count to tick up immediately after the last timer read and falsely trigger timeout with a '>= 1' comparison. * avr/drivers/i2c_master: Use timer_elapsed() | ||||
* | | Fix RGB heatmap to use XY positions and use correct led limits (#17184) | Dasky | 2022-06-21 | 3 | -45/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 1 | -0/+62 |
|\| | |||||
| * | Add missing snop60 default keymap (#17443) | Joel Challis | 2022-06-21 | 1 | -0/+62 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 3 | -28/+9 |
|\| | |||||
| * | alt34 rev1: Configurator Compilation Fix (#17442) | James Young | 2022-06-21 | 3 | -28/+9 |
| | | | | | | | | | | | | | | * move USE_I2C and EE_HANDS definitions to keyboard level Allow this keyboard to be compiled by QMK Configurator. * remove redundant DEFAULT_FOLDER rule | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 10 | -0/+1111 |
|\| | |||||
| * | [Keyboard] add dynamis keyboard (#15994) | bbrfkr | 2022-06-20 | 10 | -0/+1111 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 14 | -0/+260 |
|\| | |||||
| * | [Keyboard] Add labbeminiv1 (#16401) | alabbe9545 | 2022-06-20 | 14 | -0/+260 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Add labbeminiv1 * Adjust vendor id The used vendor id was in use * Remove comment in the rgb keymap * Update keyboards/labbe/labbeminiv1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Rename rgb matrix keymap folder Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 10 | -0/+288 |
|\| | |||||
| * | [Keyboard] Add rb18 keyboard (#17306) | Ryan Baker | 2022-06-20 | 10 | -0/+288 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 13 | -0/+838 |
|\| | |||||
| * | [Keyboard] Add Nayeon by Abats Keyboard Club (#16659) | Ramon Imbao | 2022-06-20 | 13 | -0/+838 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Allow encoder config from info.json (#17295) | Joel Challis | 2022-06-20 | 5 | -0/+159 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 3 | -32/+14 |
|\| | |||||
| * | [Keyboard] Add more bootloader options for id75 (#17441) | Albert Y | 2022-06-20 | 3 | -32/+14 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 15 | -28/+424 |
|\| | |||||
| * | [Keyboard] Add base FAve65H firmware (#17147) | Wolf Van Herreweghe | 2022-06-20 | 9 | -0/+383 |
| | | | | | | Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com> | ||||
| * | [Keyboard] Update firmware for the FAve 87H (#16920) | Wolf Van Herreweghe | 2022-06-20 | 6 | -28/+41 |
| | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 5 | -29/+40 |
|\| | |||||
| * | [Keyboard] Update FAve 84H RGB firmware (#16919) | Wolf Van Herreweghe | 2022-06-20 | 5 | -29/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add base FAve 84H firmware * Update keyboards/linworks/fave84h/readme.md Thank you, apologies for the oversight Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/linworks/fave84h/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/linworks/fave84h/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Move LED config in ifdef * update read me * Update Product Name * Update keyboards/linworks/fave84h/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Add Via RGB Matrix Control * Add base FAve 84H firmware * Add Via RGB Matrix Control * fix merge conflict * reduce max brightness * remove action macro and action function Co-authored-by: Joel Challis <git@zvecr.com> * Remove / update code to work with the build in QMK via hack * Update Read me * Add newline at end of rules Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Fixup SPI mode 3 => 0 on tzarc/djinn. (#17440) | Nick Brassel | 2022-06-21 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 1 | -1/+1 |
|\| | |||||
| * | [Docs] clarify inner array of direct pin matrix (#17437) | evils | 2022-06-21 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 11 | -0/+575 |
|\| | |||||
| * | [Keyboard] Add tegic for melgeek! (#17400) | bomb | 2022-06-20 | 11 | -0/+575 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | [Fix] Fix compilation warning for non-split keebs after #17423 (#17439) | Stefan Kerkmann | 2022-06-21 | 1 | -1/+5 |
| | | |||||
* | | [BUG] Fix deadlocks on disconnected secondary half (#17423) | Stefan Kerkmann | 2022-06-21 | 3 | -11/+38 |
| | | |||||
* | | Init eeconfig before reading handedness (#17256) | Dasky | 2022-06-20 | 1 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-20 | 43 | -1/+2145 |
|\| | |||||
| * | Add Djinn. (#17382) | Nick Brassel | 2022-06-20 | 43 | -1/+2145 |
| | | | | | | | | | | | | | | * Add Djinn. * Review comments. * Further cleanup. | ||||
* | | IS31FL3737 Global Current Setting (#17420) | Jamal Bouajjaj | 2022-06-19 | 2 | -1/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-19 | 8 | -0/+245 |
|\| | |||||
| * | [Keyboard] add at6 keyboard (#17346) | anubhav dhiman | 2022-06-19 | 8 | -0/+245 |
| | | | | | | | | Co-authored-by: zvecr <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | [Core] Mouse key kinetic mode fix (#17176) | Albert Y | 2022-06-19 | 3 | -16/+21 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-19 | 2 | -51/+30 |
|\| | |||||
| * | [Keymap] Update XD75 keymap by markus (#17417) | Markus Weimar | 2022-06-19 | 2 | -51/+30 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-18 | 1 | -0/+2 |
|\| | |||||
| * | Add a note about using differents MCU family (#17416) | coliss86 | 2022-06-19 | 1 | -0/+2 |
| | | |||||
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 293 | -1309/+1249 |
| | | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-18 | 1 | -4/+4 |
|\| | |||||
| * | Fixup stale labels lists. (#17415) | Nick Brassel | 2022-06-18 | 1 | -4/+4 |
| | | |||||
* | | Additional schema fixes (#17414) | Joel Challis | 2022-06-18 | 5 | -64/+45 |
| | | |||||
* | | Minor schema fixes (#14200) | Yan-Fa Li | 2022-06-18 | 1 | -14/+14 |
| | | | | | | Validating using AJV | ||||
* | | [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵ | Stefan Kerkmann | 2022-06-18 | 8 | -227/+292 |
| | | | | | | | | (#16669) | ||||
* | | [Core] Allow usage of ChibiOS's SIO driver for split keyboards (#15907) | Stefan Kerkmann | 2022-06-17 | 3 | -137/+364 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-17 | 1 | -2/+2 |
|\| |