summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-24Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-09-24[Keyboard] Add Scotto36 Keyboard (#18446)Joe Scotto
2022-09-24[Keyboard] Add Keychron Q0 (#18348)adophoxia
2022-09-24[Keyboard] Add Plywrks Allaro (#18275)Ramon Imbao
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-09-24[Keymap] falkecarlsen gmmk keymap and readme (#17286)Falke Carlsen
2022-09-24GMMK Pro: fix unintended volume encoder taps (#17129)Andre Brait
2022-09-24[Keyboard] Add SENSE75 firmware (#18442)Joel Challis
2022-09-24Remove orphan custom functions reference in keymap docs (#18444)Wes Lord
2022-09-24[Keyboard] Convert Cradio config to data driven model (#18412)Albert Y
2022-09-24Allow Active High for Pointing Device Motion Pin (#18404)Thomas
Needed by the Cirque Trackpad for motion detection
2022-09-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-24[Keyboard] Add Moment Hotswap PCB (#18384)Andrew Kannan
2022-09-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-24[Keyboard] Add Saevus Cor TKL (#18369)Ramon Imbao
2022-09-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-24[Keyboard] Add Janus keyboard (#18367)Steven Karrmann
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-24Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-09-24[Keyboard] Add GOAT51 (#18220)takashicompany
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-09-24[Keyboard] add CherryB CB65 (#18356)lunatic
2022-09-24[Keyboard] Add om60 rev1 keyboard (#18126)jun10000
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jun10000 <jun1kbd@outlook.jp>
2022-09-24Format code according to conventions (#18466)QMK Bot
2022-09-24kegen/gboy: Fix typo in readme.md; add labels to info.json and reformat for ↵Matt Chan
readability (#18269) Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-09-23[Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-64
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2022-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-23Add caps lock and scroll lock indicators (#17725)Wilba
2022-09-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-23JadooKB JKB65 Community Layout Support (#18461)James Young
* rename LAYOUT_67_ansi to LAYOUT_65_ansi_blocker * enable Community Layouts support
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-09-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-23Bump actions/stale from 5 to 6 (#18456)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22Copy RP2040 vector table to RAM on startup (#18424)Stefan Kerkmann
...this reduces possible latency when invoking interrupt handlers by mitigating XIP cache misses which are not existent when running code from RAM.
2022-09-22Update chibios-contrib for RP2040 i2c fixes take 2 (#18455)Stefan Kerkmann
...includes missing system locking inside a timeout waiting condition and updates to the rp2040 linker file.
2022-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-21[Docs] Explicitly mention kb/user callbacks as boolean (#18448)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-21Fungo rev1: fix QMK Configurator key sequence - info.json (#18434)bojiguard
* * info.json: fix key position and order * fix json format * Update keyboards/fungo/rev1/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-21Normalise info_config.h define generation (#18439)Ryan
* Normalise info_config.h define generation * format * Fix tests * Update lib/python/qmk/cli/generate/config_h.py Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-21Checklist clarification. (#18440)Nick Brassel
2022-09-21Fix incorrect g_led_config generation (#18431)Ryan
2022-09-21Add DD mapping for LED/RGB Matrix center (#18432)Ryan
2022-09-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-20Update Apollo PCBs to use wear levelling code (#18411)Álvaro A. Volpato
2022-09-20Stabilize Half-duplex PIO split comms take 2 (#18421)Stefan Kerkmann
...by moving the actually timing critical `enter_rx_state()` and `leave_rx_state()` functions to RAM in order to not be affected by XIP cache spikes. This commit also reverts the hacky USB interrupt disabling that was done in 293c53d774
2022-09-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-20Remove legacy keycodes from unit tests (#18430)Joel Challis
2022-09-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19[Keymap] Added Kyria keyboard to jimmysjolund (#18335)Jimmy Sjölund
2022-09-20Update ChibiOS to latest 21.11.2 (#18428)Stefan Kerkmann
This includes a hotfix for RP2040 deadlocks due to XIP cache misses in the ChibiOS virtual timer implementation.
2022-09-19Merge remote-tracking branch 'origin/master' into developQMK Bot