summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-229-0/+391
|\
| * [Keyboard] Add Bolsalice keyboard (#18772)stanrc852022-10-229-0/+391
| |
* | ChibiOS USB: Add a dummy IN callback to work around LLD bugs (#18811)Sergey Vlasov2022-10-221-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #18631 some IN notification callbacks that were doing nothing were removed, which should be a valid thing to do (ChibiOS HAL checks the `in_cb` and `out_cb` pointers for being non-NULL before invoking those optional callbacks). However, it turned out that some less popular USB LLDs (KINETIS and MIMXRT1062) have their own checks for those pointers, and (incorrectly) skip the ChibiOS callback handling when those pointers are NULL, which breaks the code for the `USB_USE_WAIT` configuration option (the waiting thread never gets resumed if the corresponding callback pointer is NULL). Add those dummy callbacks again (but use a single function for all of them instead of individual ones for each endpoint); this restores the KINETIS and MIMXRT1062 boards to the working state while the LLDs are getting fixed.
* | Remove broken userspace and keymaps (#18806)Joel Challis2022-10-2248-4810/+0
| |
* | Remove legacy fauxclicky and unicode keycodes (#18800)Ryan2022-10-217-12/+6
| |
* | Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-2158-83/+66
| |
* | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-2158-85/+90
| |
* | wilba_tech: allow keymaps to override backlight_effect_indicators() (#18791)Selene ToyKeeper2022-10-211-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-217-54/+75
|\|
| * Update Black E6.5 keymap issues on QMK Configurator (#18794)HorrorTroll2022-10-207-54/+75
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-211-1/+1
|\|
| * [Keyboard] Fix saka68 solder layout (#18788)Alex Berger2022-10-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-2110-0/+318
|\|
| * [Keyboard] Add Octopad+ Keyboard (#18484)DeskDaily2022-10-2010-0/+318
| | | | | | Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* | Add converter support to keymap.json (#18776)Joel Challis2022-10-203-2/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-213-10/+16
|\|
| * Keychron Q3 I2C & CKLED2001 transfer speedup (#18780)Stefan2022-10-202-9/+15
| |
| * A1200 Converter. Small modification on a1200.h file (#18783)8bits4ever2022-10-201-1/+1
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-214-20/+914
|\|
| * Wavtype p01_ultra Touch-Up (#18784)James Young2022-10-204-20/+914
| |
* | Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-20953-1162/+1158
| |
* | Update keyboards readme (#18714)Jouke Witteveen2022-10-201-3/+4
| |
* | Remove stale userspace/keymaps (#18700)Joel Challis2022-10-2039-2465/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-202-3/+5
|\|
| * [Docs] Update platformdev_blackpill_f411.md (#18666)Markus Fritsche2022-10-202-3/+5
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver ↵Thomas Kriechbaumer2022-10-214-19/+25
| | | | | | | | from RGBLEDs/RGBMATRIX defines (#18036)
* | Fix build failures uncovered by #18753 (#18789)Ryan2022-10-214-8/+7
| |
* | Remove quantum/audio from global VPATH (#18753)Ryan2022-10-206-5/+12
| |
* | [CLI] Ensure consistent clean behaviour (#18781)Joel Challis2022-10-203-100/+91
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-20324-408/+406
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-201-0/+1
|\|
| * [Keyboard] Fix LEDs being inverted on Sabre (#18762)Wolf Van Herreweghe2022-10-201-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-202-5/+816
|\|
| * Wilba Tech WT65-D Layout Additions (#18779)James Young2022-10-202-5/+816
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-203-30/+132
|\|
| * Ano Layout Refactor (#18778)James Young2022-10-193-29/+131
| | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * info.json: remove dead space in Configurator rendering * physically arrange layout macro * info.json: correct Configurator key sequence
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-191-302/+66
|\|
| * Delikeeb Vaneela Configurator Fix (#18777)James Young2022-10-191-302/+66
| | | | | | | | | | | | | | | | | | * info.json: fix layout reference `LAYOUT` -> `LAYOUT_ortho_5x12` * info.json: apply friendly formatting * info.json: correct maintainer value
* | Build correctly when out of tree (#18775)Joel Challis2022-10-193-20/+32
| |
* | Remove legacy Debug keycode (#18769)Ryan2022-10-19256-292/+291
| | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* | Correctly build keymap.json containing additional config (#18766)Joel Challis2022-10-191-5/+4
| |
* | Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)Nick Brassel2022-10-193-5/+59
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-191-61/+62
|\|
| * Adjust oled gen to fix flashing on timeout (#18747)Tyler Thrailkill2022-10-191-61/+62
| | | | | | | | | | | | | | | | Fixes an issue in Ocean Dream that causes flashing after the oled screen times out and turns off. This occurs because writing to an OLED screen turns it on as well and we are both writing then immediately turning the screen off, but only if the timeout has occurred (no WPM, 30 seconds has passed).
* | A little personal cleanup after #18726 and #18729 (#18734)Joshua Diamond2022-10-193-17/+1
| | | | | | | | | | | | | | * A little cleanup after #18726 * Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT * Extend to spin
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-181-21/+21
|\|
| * [Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)mmccoyd2022-10-181-21/+21
| | | | | | Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
* | [CI] Format code according to conventions (#18756)QMK Bot2022-10-181-12/+12
| |
* | 4 Driver support for IS31FL3737 (#18750)Jamal Bouajjaj2022-10-182-2/+22
| | | | | | | | | | * Added 4 driver support for the IS31FL3737 LED driver * Updated docs for IS31FL3737 to support 4 drivers
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-174-71/+9
|\|