Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | Workaround for recent -Werror=array-bounds AVR issues (#17136) | Joel Challis | |
2022-05-17 | Recommend pillow as part of manual MSYS install (#17133) | Joel Challis | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-18 | Keymap FAQ updates (#17130) | Ryan | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-17 | Frooastside Walnut Community Layout Support (#17112) | James Young | |
* LAYOUT_iso: move Enter to home row This commit makes the layout macro compatible with QMK's `tkl_nofrow_iso` Community Layout. * rename LAYOUT_ansi to LAYOUT_tkl_nofrow_ansi * rename LAYOUT_iso to LAYOUT_tkl_nofrow_iso * enable Community Layout support | |||
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-17 | Update pr_checklist.md (#17122) | durken1 | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-17 | Adding VIA support for bfo-9000 (#17116) | John-Schreiber | |
2022-05-17 | fix non-working builds (#17123) | Xelus22 | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-16 | [Keyboard] Fixed Gas75 info.json and keymap for M64 RGB (#17081) | HorrorTroll | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-16 | [Keyboard] lulu LED index correction (#17108) | Albert Y | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-16 | [Keyboard] Latinpad LED index correction (#17109) | Albert Y | |
2022-05-16 | [Keyboard] mach3 LED index correction (#17110) | Albert Y | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-16 | [Keyboard] Add Iron165R2 PCB support (#16948) | Álvaro A. Volpato | |
2022-05-16 | [Keyboard] Fix too many elements in g_led_config for quark_lp (#17117) | Drashna Jaelre | |
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-16 | [Keyboard] Fix compilation issues for Quark LP (#17009) | Drashna Jaelre | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-17 | DigiCarpice Configurator Rendering Fix (#17113) | James Young | |
* info.json: apply friendly formatting * info.json: rebuild layout data | |||
2022-05-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-16 | fix tiger80 matrix error (#17107) | moyi4681 | |
2022-05-16 | Warn about LTO with arm_atsam, not ChibiOS. (#17106) | Nick Brassel | |
2022-05-16 | Various fixes for g_led_config lint warnings (#17104) | Joel Challis | |
2022-05-16 | Data driven `g_led_config` (#16728) | Joel Challis | |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-05-15 | Rename keymap_extras headers for consistency (#16939) | Ryan | |
2022-05-15 | [Feature] Add support for multiple switchs/solenoids to Haptic Feedback ↵ | Drashna Jaelre | |
engine (#15657) | |||
2022-05-14 | Check for ongoing transfers on the OUT endpoint (#16974) | Stefan Kerkmann | |
...when attempting to start a receiving USB transfer. Previously, we would check on the IN endpoint which is the transmitting part of the USB endpoint. This is wrong and lead to two USB transfers being started immediately after each other in case of e.g. RAW HID endpoints: 1. When finishing an OUT transfer the low level USB driver calls the out_cb callback, which in turn initiates another OUT transfer by calling qmkusbDataReceived. 2. When the raw hid receive channel runs empty inside the raw_hid task, another OUT transfer is started to potentially fill the channel again. This happens by calling ibnotify. Both events occur directly after each other, thus triggering the bug. | |||
2022-05-14 | Format code according to conventions (#17096) | QMK Bot | |
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-14 | Fix anchors with <code> in table of content (#15169) | Mateusz Ż | |
2022-05-14 | Enhancement and fixes of "Secure" feature (#16958) | Drashna Jaelre | |
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-14 | Eason Capsule65 Community Layout Support (#17090) | James Young | |
* capsule65.h: modify matrix diagram Taken from the VIA layout data. * rename LAYOUT to LAYOUT_all * add LAYOUT_65_ansi macro * add LAYOUT_65_ansi_blocker macro * add LAYOUT_65_ansi_blocker_tsangan macro * add LAYOUT_65_ansi_split_bs macro * add LAYOUT_65_ansi_blocker_split_bs macro * add LAYOUT_65_ansi_blocker_tsangan_split_bs macro * add LAYOUT_65_iso macro * add LAYOUT_65_iso_split_bs macro * add LAYOUT_65_iso_blocker macro * add LAYOUT_65_iso_blocker_split_bs macro * add LAYOUT_65_iso_blocker_tsangan macro * add LAYOUT_65_iso_blocker_tsangan_split_bs macro * enable Community Layout support * info.json: update maintainer value This field is meant to reference the maintainer's GitHub username. | |||
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-14 | Axolstudio Foundation Gamma: Community Layout Support (#17080) | James Young | |
* LAYOUT_tkl_f13_ansi_tsangan support Renames `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_f13_ansi_tsangan`. Also enables Community Layout support. * LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift support | |||
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-14 | Avalanche: add QMK Configurator data (#17092) | James Young | |
* avalanche/v1: add info.json * avalanche/v2: add info.json * avalanche/v3: add info.json | |||
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-14 | Clickety Split Leeloo: QMK Configurator Fixes (#17093) | James Young | |
* info.json: fix key sequence error * info.json: fix visual rendering Clarify the physical locations of the keys. * info.json: update maintainer field This field is meant to reference the maintainer's GitHub username. | |||
2022-05-14 | Revert "Fix kinetic mouse mode (#16951)" (#17095) | Drashna Jaelre | |
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-14 | F13 TKL with Split Backspace and Split Right Shift Community Layouts (#17082) | James Young | |
* add tkl_f13_ansi_split_bs_rshift Community Layout * add tkl_f13_ansi_tsangan_split_bs_rshift Community Layout * add tkl_f13_iso_split_bs_rshift Community Layout * add tkl_f13_iso_tsangan_split_bs_rshift Community Layout | |||
2022-05-14 | [Core] Add Caps Word feature to core (#16588) | Pascal Getreuer | |
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> |