summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Keyboard] Convert Cradio config to data driven model (#18412)Albert Y2022-09-245-185/+87
| |
* | GMMK Pro: fix unintended volume encoder taps (#17129)Andre Brait2022-09-2425-125/+83
| |
* | Allow Active High for Pointing Device Motion Pin (#18404)Thomas2022-09-243-0/+15
| | | | | | Needed by the Cirque Trackpad for motion detection
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-246-0/+216
|\|
| * [Keyboard] Add Moment Hotswap PCB (#18384)Andrew Kannan2022-09-246-0/+216
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-2413-0/+910
|\|
| * [Keyboard] Add Saevus Cor TKL (#18369)Ramon Imbao2022-09-2413-0/+910
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-248-0/+200
|\|
| * [Keyboard] Add Janus keyboard (#18367)Steven Karrmann2022-09-248-0/+200
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-09-2430-77/+1743
|\|
| * [Keyboard] Add GOAT51 (#18220)takashicompany2022-09-247-0/+776
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] add CherryB CB65 (#18356)lunatic2022-09-2410-0/+333
| |
| * [Keyboard] Add om60 rev1 keyboard (#18126)jun100002022-09-2411-0/+556
| | | | | | | | | | 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-242-73/+75
| | | | | | | | | | readability (#18269) Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Format code according to conventions (#18466)QMK Bot2022-09-241-1/+1
| |
* | [Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-642022-09-238-1/+727
| | | | | | | | 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-237-2/+44
|\|
| * Add caps lock and scroll lock indicators (#17725)Wilba2022-09-237-2/+44
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-234-8/+12
|\|
| * JadooKB JKB65 Community Layout Support (#18461)James Young2022-09-234-8/+12
| | | | | | | | | | * 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-23577-831/+836
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-221-1/+1
|\|
| * Bump actions/stale from 5 to 6 (#18456)dependabot[bot]2022-09-231-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Copy RP2040 vector table to RAM on startup (#18424)Stefan Kerkmann2022-09-221-1/+2
| | | | | | | | | | ...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-221-0/+0
| | | | | | | | ...includes missing system locking inside a timeout waiting condition and updates to the rp2040 linker file.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-211-0/+1
|\|
| * [Docs] Explicitly mention kb/user callbacks as boolean (#18448)Drashna Jaelre2022-09-211-0/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-211-15/+15
|\|
| * Fungo rev1: fix QMK Configurator key sequence - info.json (#18434)bojiguard2022-09-211-15/+15
| | | | | | | | | | | | | | | | | | | | | | * * 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>
* | Normalise info_config.h define generation (#18439)Ryan2022-09-212-93/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-211-6/+7
|\|
| * Checklist clarification. (#18440)Nick Brassel2022-09-211-6/+7
| |
* | Fix incorrect g_led_config generation (#18431)Ryan2022-09-211-12/+16
| |
* | Add DD mapping for LED/RGB Matrix center (#18432)Ryan2022-09-215-3/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-2016-47/+11
|\|
| * Update Apollo PCBs to use wear levelling code (#18411)Álvaro A. Volpato2022-09-2016-47/+11
| |
* | Stabilize Half-duplex PIO split comms take 2 (#18421)Stefan Kerkmann2022-09-201-15/+2
| | | | | | | | | | | | ...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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-204-9/+9
|\|
| * Remove legacy keycodes from unit tests (#18430)Joel Challis2022-09-204-9/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-204-19/+302
|\|
| * [Keymap] Added Kyria keyboard to jimmysjolund (#18335)Jimmy Sjölund2022-09-194-19/+302
| |
* | Update ChibiOS to latest 21.11.2 (#18428)Stefan Kerkmann2022-09-201-0/+0
| | | | | | | | This includes a hotfix for RP2040 deadlocks due to XIP cache misses in the ChibiOS virtual timer implementation.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-1912-9/+54
|\|
| * Add encoder map to Quefrency VIA keymap (#18380)Danny2022-09-1912-9/+54
| | | | | | | | | | | | | | | | | | * Add encoder map to Quefrency VIA keymap * Explicitly define which RGB animations are enabled * Set different PID to prep for different VIA .json usage * Add ifdefs to handle if ENCODER_ENABLE is set to NO
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-191-45/+45
|\|
| * Fix boardsource/lulu RGB matrix (#18407)Felix Springer2022-09-191-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix ordering of entries for RGB matrix. * Fix typos in RGB matrix definition. These matrix indices overlapped. * Improve positions in RGB matrix. The rotary encoder and the key below that are in a new column. The rotary encoder's height is inbetween rows. The key below is kind of off-axis and thus hard to pin down to a specific location. The modifer keys in the bottom row are staggered compared to the other columns.
* | Add DD mapping for LED/RGB Matrix HSVS steps (#18414)Ryan2022-09-192-0/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-191-1/+1
|\|
| * Fix int8_t overflow in RGB heatmap effect (#18410)Marius Renner2022-09-191-1/+1
| |
* | Update pico-sdk to version 1.4.0 (#18423)Stefan Kerkmann2022-09-191-0/+0
| | | | | | ...which contains fixes for GCC warnings.