summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus222023-07-024-4/+12
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-021-2/+5
|\
| * usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (#21430)Sergey Vlasov2023-07-031-2/+5
| |
* | Reduce `keebio/bamfk1:via` firmware size (#21432)Joel Challis2023-07-021-2/+2
| |
* | Move miscellaneous defines to data driven (#21382)Ryan2023-07-0269-236/+103
| |
* | Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-0225-134/+92
| |
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-0262-479/+399
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-0115-0/+757
|\|
| * [Keyboard] Add Varanidae (#21340)Silc Lizard (Tokage) Renew2023-06-3015-0/+757
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-017-0/+521
|\|
| * [Keyboard] Add jaykeeb sebelas (#21335)Alabahuy2023-06-307-0/+521
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-014-0/+147
|\|
| * [Keymap] Add peterfalken planck/rev7 keymap (#21328)Luis Garcia2023-06-304-0/+147
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-015-2/+304
|\|
| * Add Iris Rev. 8 (#21392)Danny2023-06-305-2/+304
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-291-1/+1
|\|
| * sofle/rev1:devdev: Disable console (#21401)フィルターペーパー2023-06-291-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-281-3/+3
|\|
| * correct `default_60_abnt2/keymap.c` ASCII diagram (#21397)Duncan Sutherland2023-06-291-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-281-1/+1
|\|
| * [Keyboard] Sofle: fix LED count (#21386)フィルターペーパー2023-06-281-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-284-107/+342
|\|
| * Kibou Wendy Layout Additions and Touch-Up (#21367)James Young2023-06-284-107/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [style] refactor keymaps - use four-space indent - grid-align keycodes - use QMK-native keycode aliases * [style] friendly-format info.json * [chore] remove key overlaps in layout data * [chore] correct key sequence * [chore] add key labels Add `label` keys to the JSON layout data to disambiguate which keys each object is meant to represent. Based on the original key sizes and positions as submitted by the maintainer. * [docs] add layout/matrix diagram * [refactor] rename LAYOUT to LAYOUT_all * [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift * [enhancement] add LAYOUT_tkl_iso_split_bs_rshift * [enhancement] enable Community Layout support
* | STM32H723 support (#21352)Nick Brassel2023-06-2813-16/+702
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-273-82/+161
|\|
| * Smith & Rune Iron160 Hotswap Touch-Up (#21376)James Young2023-06-263-82/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [style] friendly-format info.json - sort JSON keys in layouts object - remove instances of `w: 1` * [chore] correct layout data * [refactor] rename LAYOUT to LAYOUT_60_tsangan_hhkb * [enhancement] add LAYOUT_60_ansi_tsangan_split_rshift * [enhancement] enable Community Layout support * [bugfix] write appropropriate keymaps Neither the `default` nor `via` keymaps were written appropriately for this keyboard. This commit modifies both keymaps to be appropriate for `60_tsangan_hhkb` layout.
* | Minor board clean-up after #19780 (#21391)Stefan Kerkmann2023-06-273-23/+0
| |
* | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-2767-1211/+26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-260-0/+0
|\|
| * Add riot auto-merge to `master` to trigger GH workflows. (#21390)Nick Brassel2023-06-261-0/+1
| |
* | [Bug] Fix non-functional S3 wakeup / resume from suspense (#19780)Stefan Kerkmann2023-06-2614-46/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update ChibiOS-Contrib for USB suspend fixes * Remove S3 wakup workaround ChibiOS OTGv1 driver has a remote wakeup bug that prevents the device to resume it's operation. 02516cbc24647f522eee975e69cc0c8a925470eb introduced a hotfix that forcefully restarted the usb driver as a workaround. This workaround broke multiple boards which do not use this driver / peripheral. With the update of ChibiOS this hotfix is now obsolete. * Remove restart_usb_driver overrides they are no longer necessary as the workaround is not needed anymore for stm32f4 * Remove unused RP_USB_USE_SOF_INTR defines The SOF interrupt is enabled dynamically by the RP2040 usb driver
* | Enable auto-merge of develop to riot (#21389)Joel Challis2023-06-271-0/+1
| |
* | Chibios USB: Take into account if host wants remote wakeup or not (#21287)Purdea Andrei2023-06-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the USB 2.0 spec, remote wakeup should be disabled by default, and should only be enabled if the host explicitly requests it. The chibios driver code already takes care of storing this information, and returning it on GET_STATUS requests. However our application code has been ignoring it so far. This is a USB compliance issue, but also a bug that causes trouble in some cases: On RP2040 targets this has been causing problems if a key is held down while the keyboard is plugged in. The keyboard would fail to enumerate until all keys are released. With this change that behavior is fixed. Note that for LUFA targets this is already done correctly.
* | Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-25174-375/+269
| |
* | GMMK/pro: Turn off RGB when suspended (#21370)フィルターペーパー2023-06-241-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-242-1/+40
|\|
| * Mechlovin Zed65 rev1 Touch-Up (#21373)James Young2023-06-242-1/+40
| | | | | | | | | | * [docs] add layout/matrix diagram * [refactor] rename LAYOUT_65_ansi_tsangan to LAYOUT_65_ansi
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-243-3/+6
|\|
| * Kibou Winter: rename LAYOUT to LAYOUT_tkl_ansi_wkl (#21372)James Young2023-06-243-3/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-241-1/+1
|\|
| * Update config.h (#21361)mechlovin2023-06-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-245-73/+190
|\|
| * Kibou Harbour Layout Addition and Touch-Up (#21358)James Young2023-06-245-73/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [style] friendly-format info.json * [chore] correct layout data * [docs] add layout/matrix diagram * [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker_tsangan_split_bs * [enhancement] add LAYOUT_65_ansi_blocker_wkl_split_bs * [chore] correct listed maintainer Reference the maintainer's GitHub username.
* | Fix anchor IDs for some API references (#21345)Ryan2023-06-245-133/+133
| |
* | Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-24103-189/+159
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-241279-2182/+1245
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan2023-06-2442-100/+85
| |
* | Move `TAPPING_TOGGLE` to data driven (#21360)Ryan2023-06-2447-101/+70
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-231-0/+30
|\|
| * Verify max one keyboard addition during CI. (#21246)Nick Brassel2023-06-241-0/+30
| |