Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-21 | Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538) | Ryan | |
2021-09-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-21 | Remove outputselect.h include from BIOI code (#14543) | Ryan | |
2021-09-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-21 | [Docs] Modify encoder_update_user example to return false (#14541) | Dasky | |
2021-09-21 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-09-21 | Remove audio pin references in rules.mk (#14532) | Ryan | |
2021-09-21 | Relocate Adafruit BLE code (#14530) | Ryan | |
2021-09-20 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-09-20 | Remove backlight pin references in rules.mk (#14513) | Ryan | |
2021-09-20 | compiledb: query include paths from gcc directly. (#14462) | Nick Brassel | |
* Query include paths from gcc directly. * Change to -isystem * qmk format-python * tests | |||
2021-09-19 | [Keymap] blipson corne keymap (#14469) | Ben Lipson | |
revert lib/chibios revert lib/chibios Finish up remove files Update copyrights remove copyrights readd copyrights add stop macro PR suggestions PR suggestions readme lowercase fix rotate for oled Co-authored-by: Z003YW4 <ben.lipson@target.com> | |||
2021-09-20 | Doc Fixes & Custom Matrix Fix (#14526) | XScorpion2 | |
2021-09-19 | [Keyboard] Add LeFishe Keyboard (#14498) | im a can what do you think lmao? | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-19 | [Keymap] Added my own keymap for MIT Planck (#14481) | Jakob Weickmann | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-19 | [Docs] fix wrong directory for RGB Matrix animations (#14494) | David Xia | |
2021-09-19 | cKeys theDora Refactor (#14495) | James Young | |
2021-09-19 | [Keymap] Adding my Mun keymap. (#14501) | peott-fr | |
2021-09-19 | [Keymap] Updates to existing keymaps and userspace (#14503) | Konstantin Đorđević | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-09-19 | [Keyboard] Enabled Mousekeys by default on Boston (#14507) | Pylon | |
2021-09-19 | [Keyboard] Change printf to dprintf (#14510) | Dasky | |
2021-09-19 | [Keyboard] Enables I2C for OLKB rev*_drop boards (#14514) | Jack Humbert | |
Co-authored-by: daskygit <32983009+daskygit@users.noreply.github.com> | |||
2021-09-19 | [Keyboard] Quick fixes for the Mun to unblock customers (#14505) | XScorpion2 | |
2021-09-19 | [Keyboard] Fix Compiler issues for quick17 (#14500) | Drashna Jaelre | |
2021-09-18 | [Keyboard] Use old custom matrix for Drop Planck+Preonic (#14488) | Drashna Jaelre | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jack Humbert <jack.humb@gmail.com> | |||
2021-09-19 | [Keyboard] Fix BT rules for dosa40rgb (#14497) | Drashna Jaelre | |
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keyboard] Add Gentleman65 (#12971) | Ramya Challa | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keyboard] Add new keyboard quick17 (#13703) | MakotoKurauchi | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com> | |||
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keyboard] Add superuser keyboard (#13840) | kaylanm | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keyboard] Add dyz60 (#13864) | Bahrul Hidayat | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-18 | [Keymap] GMMK Pro keymap (#14389) | BenSchaeff | |
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keyboard] Add support for Coarse60 (#14416) | Elliot Powell | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keymap] Added Brazilian keymap for BM40RGB (#14431) | Lui Wolff | |
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-18 | [Keyboard] Fix dosa40rgb compilation issues (#14491) | Drashna Jaelre | |
2021-09-18 | Improvements to handling of disconnected split keyboards. (#14033) | Joakim Tufvegren | |
* Use memcmp and memcpy to compare and copy slave matrix. ...and memset to initialize `matrix` and `raw_matrix`. Increased my scan rate (while connected) by ~100 (on Ergodox Infinity). Effect on AVR is unknown. Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * Fix `matrix_post_scan` signalling change on every scan while disconnected. * Undo removal of initialization of `slave_matrix`. This has the effect of increasing my Ergodox Infinity firmware size by 8 bytes instead of decreasing by 8 bytes, and lowers the scan rate while connected back to the initial value before these changes, but _might_ solve some issues on AVR. Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2021-09-18 | Add RGBW support to PWM and SPI drivers for ChibiOS (#14327) | Drashna Jaelre | |
* Add RGBW support to PWM and SPI drivers for ChibiOS * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-17 | [Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (#14446) | Jordan Duabe | |
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-17 | [Keyboard] Add Dosa40RGB + dtisaac01 (#14476) | Dao Tak Isaac | |
2021-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-17 | [Keymap] Major Updates to Personal Kyria Keymap (#14485) | john-ezra | |
* added john ezra keymap with updates * changed tapping term |