summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-09-19Add encoder map to Quefrency VIA keymap (#18380)Danny
* 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
2022-09-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19Fix boardsource/lulu RGB matrix (#18407)Felix Springer
* 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.
2022-09-19Add DD mapping for LED/RGB Matrix HSVS steps (#18414)Ryan
2022-09-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19Fix int8_t overflow in RGB heatmap effect (#18410)Marius Renner
2022-09-19Update pico-sdk to version 1.4.0 (#18423)Stefan Kerkmann
...which contains fixes for GCC warnings.
2022-09-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19Enable more BDN9 RGB effects (#18420)Danny
2022-09-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19[Keyboard] Sodium50 - Fix configuration (#18422)Derek
2022-09-19[Core] remove busy waiting from rgblight functions (#18418)Stefan Kerkmann
2022-09-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19[Docs] Extract 'Layer Change Code' and EEPROM (#18174)coliss86
* [Docs] Extract 'Layer Change Code' and EEPROM * adjust wording * Update docs/custom_quantum_functions.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-19Tidy up LAYOUT macro generation (#18262)Joel Challis
2022-09-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-18Add home row modifiers to dshields keymaps. (#18376)Daniel Shields
2022-09-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19Reduce charue/sunsetter_r2 firmware size (#18378)Joel Challis
* Reduce charue/sunsetter_r2 firmware size * add rules.mk
2022-09-18Merge remote-tracking branch 'origin/master' into developJoshua Diamond
2022-09-18Add encoder map to BDN9 VIA keymap (#18388)Danny
2022-09-18FIx ARRAYSIZE def and Murphpad string array (#18392)jonavin
Co-authored-by: Jonavin <=>
2022-09-18Add DD mapping for LED/RGB Matrix split count (#18408)Ryan
2022-09-19[QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and ↵Nick Brassel
reordering. (#18396)
2022-09-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-19Fixup axon40 lint. (#18409)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-18Add DD mapping for LED/RGB Matrix max brightness (#18403)Ryan
2022-09-18Add Elite-C to converters (#18309)Joel Challis