Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2022-05-14 | Fix kinetic mouse mode (#16951) | Yorick Peterse | |
Co-authored-by: Jan Christoph Ebersbach <jceb@e-jc.de> | |||
2022-05-14 | [Core] Add Reboot keycode to core (#15990) | Drashna Jaelre | |
2022-05-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-13 | [Keyboard] Add M64 RGB (#17069) | HorrorTroll | |
2022-05-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-13 | [Keyboard] Add keyboard "Spreadwriter" (#17031) | takashicompany | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-05-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-13 | [Keyboard] Fixed info.json issue, some key got wrong pos for Gas75 (#17070) | HorrorTroll | |
2022-05-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-12 | [Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update ↵ | Stephon Parker | |
layout (#16787) Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Stephon Parker <stephonparker@Stephons-MacBook-Pro.local> | |||
2022-05-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-12 | [Keyboard] H60 updates (#16999) | Josh Hinnebusch | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-05-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-12 | [Keyboard] Add caps and num indicators to Balance keyboard (#17075) | Andrew Kannan | |
2022-05-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-12 | [Bug] Updated Cirque Pinnacle SPI driver to read data correctly (#17074) | Kyle McCreery | |
2022-05-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-05-12 | 65_iso_split_bs Community Layout keymap bugfix (#17072) | James Young | |
Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled. |