summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-26
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-26
|\
| * [Keyboard] Add Scotto9 Macropad (#18452)Joe Scotto2022-09-25
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] Tune mod tap configuration for dshields home row mods (#18458)Daniel Shields2022-09-25
| |
* | Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan2022-09-26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-26
|\|
| * Fixup saevus/cor_tkl (#18476)jack2022-09-26
| |
* | [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-25
|\|
| * [Keyboard] Layout matrix correction (#18473)Albert Y2022-09-25
| |
* | Fixup cradio bootloader/processor (#18477)jack2022-09-25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-25
|\|
| * Fix `tzarc/djinn` screen geometry. (#18478)Nick Brassel2022-09-25
| |
* | Remove lingering `DRIVER_LED_TOTAL` references (#18475)jack2022-09-25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-25
|\|
| * Untangle layouts for Dimple rev3 and Infinity87 (#18462)Ryan2022-09-25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-24
|\|
| * [Keyboard] Update Work Louder VIA layouts (#18470)Drashna Jaelre2022-09-24
| | | | | | | | | | | | | | * [Keyboard] Fix Encoder Maps for Work Louder Boards * Fix via keymap for work board * Cleanup
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-09-24
|\|
| * [Keyboard] Add Scotto36 Keyboard (#18446)Joe Scotto2022-09-24
| |
| * [Keyboard] Add Keychron Q0 (#18348)adophoxia2022-09-24
| |
| * [Keyboard] Add Plywrks Allaro (#18275)Ramon Imbao2022-09-24
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keymap] falkecarlsen gmmk keymap and readme (#17286)Falke Carlsen2022-09-24
| |
| * [Keyboard] Add SENSE75 firmware (#18442)Joel Challis2022-09-24
| |
| * Remove orphan custom functions reference in keymap docs (#18444)Wes Lord2022-09-24
| |
| * [Keyboard] Convert Cradio config to data driven model (#18412)Albert Y2022-09-24
| |
* | GMMK Pro: fix unintended volume encoder taps (#17129)Andre Brait2022-09-24
| |
* | Allow Active High for Pointing Device Motion Pin (#18404)Thomas2022-09-24
| | | | | | Needed by the Cirque Trackpad for motion detection
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-24
|\|
| * [Keyboard] Add Moment Hotswap PCB (#18384)Andrew Kannan2022-09-24
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-24
|\|
| * [Keyboard] Add Saevus Cor TKL (#18369)Ramon Imbao2022-09-24
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-24
|\|
| * [Keyboard] Add Janus keyboard (#18367)Steven Karrmann2022-09-24
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-09-24
|\|
| * [Keyboard] Add GOAT51 (#18220)takashicompany2022-09-24
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] add CherryB CB65 (#18356)lunatic2022-09-24
| |
| * [Keyboard] Add om60 rev1 keyboard (#18126)jun100002022-09-24
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jun10000 <jun1kbd@outlook.jp>
| * kegen/gboy: Fix typo in readme.md; add labels to info.json and reformat for ↵Matt Chan2022-09-24
| | | | | | | | | | readability (#18269) Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Format code according to conventions (#18466)QMK Bot2022-09-24
| |
* | [Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-642022-09-23
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-23
|\|
| * Add caps lock and scroll lock indicators (#17725)Wilba2022-09-23
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-23
|\|
| * JadooKB JKB65 Community Layout Support (#18461)James Young2022-09-23
| | | | | | | | | | * rename LAYOUT_67_ansi to LAYOUT_65_ansi_blocker * enable Community Layouts support
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-23
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-22
|\|
| * Bump actions/stale from 5 to 6 (#18456)dependabot[bot]2022-09-23
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Copy RP2040 vector table to RAM on startup (#18424)Stefan Kerkmann2022-09-22
| | | | | | | | | | ...this reduces possible latency when invoking interrupt handlers by mitigating XIP cache misses which are not existent when running code from RAM.
* | Update chibios-contrib for RP2040 i2c fixes take 2 (#18455)Stefan Kerkmann2022-09-22
| | | | | | | | ...includes missing system locking inside a timeout waiting condition and updates to the rp2040 linker file.