summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding VIA support for bfo-9000 (#17116)John-Schreiber2022-05-172-0/+43
| |
* | fix non-working builds (#17123)Xelus222022-05-172-5/+8
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-173-3/+3
| |\ | |/ |/|
* | [Keyboard] Fixed Gas75 info.json and keymap for M64 RGB (#17081)HorrorTroll2022-05-163-3/+3
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-171-10/+10
| |\ | |/ |/|
* | [Keyboard] lulu LED index correction (#17108)Albert Y2022-05-161-10/+10
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-172-14/+12
| |\ | |/ |/|
* | [Keyboard] Latinpad LED index correction (#17109)Albert Y2022-05-161-11/+9
| |
* | [Keyboard] mach3 LED index correction (#17110)Albert Y2022-05-161-3/+3
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1728-1/+973
| |\ | |/ |/|
* | [Keyboard] Add Iron165R2 PCB support (#16948)Álvaro A. Volpato2022-05-1627-0/+972
| |
* | [Keyboard] Fix too many elements in g_led_config for quark_lp (#17117)Drashna Jaelre2022-05-161-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-173-24/+14
| |\ | |/ |/|
* | [Keyboard] Fix compilation issues for Quark LP (#17009)Drashna Jaelre2022-05-163-24/+14
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-171-2/+149
| |\ | |/ |/|
* | DigiCarpice Configurator Rendering Fix (#17113)James Young2022-05-171-2/+149
| | | | | | | | | | * info.json: apply friendly formatting * info.json: rebuild layout data
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-161-1/+1
| |\ | |/ |/|
* | fix tiger80 matrix error (#17107)moyi46812022-05-161-1/+1
| |
| * Warn about LTO with arm_atsam, not ChibiOS. (#17106)Nick Brassel2022-05-161-2/+2
| |
| * Various fixes for g_led_config lint warnings (#17104)Joel Challis2022-05-167-12/+32
| |
| * Data driven `g_led_config` (#16728)Joel Challis2022-05-167-4/+303
| |
| * RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151893-2240/+2240
| |
| * Rename keymap_extras headers for consistency (#16939)Ryan2022-05-15131-151/+151
| |
| * [Feature] Add support for multiple switchs/solenoids to Haptic Feedback ↵Drashna Jaelre2022-05-157-69/+163
| | | | | | | | engine (#15657)
| * Check for ongoing transfers on the OUT endpoint (#16974)Stefan Kerkmann2022-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...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.
| * Format code according to conventions (#17096)QMK Bot2022-05-141-3/+2
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-141-2/+2
| |\ | |/ |/|
* | Fix anchors with <code> in table of content (#15169)Mateusz Ż2022-05-141-2/+2
| |
| * Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre2022-05-148-2/+379
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-145-20/+1111
| |\ | |/ |/|
* | Eason Capsule65 Community Layout Support (#17090)James Young2022-05-145-20/+1111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-145-11/+17
| |\ | |/ |/|
* | Axolstudio Foundation Gamma: Community Layout Support (#17080)James Young2022-05-145-11/+17
| | | | | | | | | | | | | | * 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
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-143-0/+235
| |\ | |/ |/|
* | Avalanche: add QMK Configurator data (#17092)James Young2022-05-143-0/+235
| | | | | | | | | | | | | | * avalanche/v1: add info.json * avalanche/v2: add info.json * avalanche/v3: add info.json
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-141-7/+7
| |\ | |/ |/|
* | Clickety Split Leeloo: QMK Configurator Fixes (#17093)James Young2022-05-141-7/+7
| | | | | | | | | | | | | | | | | | | | | | * 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.
| * Revert "Fix kinetic mouse mode (#16951)" (#17095)Drashna Jaelre2022-05-141-11/+9
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1417-0/+668
| |\ | |/ |/|
* | F13 TKL with Split Backspace and Split Right Shift Community Layouts (#17082)James Young2022-05-1417-0/+668
| | | | | | | | | | | | | | | | | | * 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
| * [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-1419-1/+983
| | | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Fix kinetic mouse mode (#16951)Yorick Peterse2022-05-141-9/+11
| | | | | | Co-authored-by: Jan Christoph Ebersbach <jceb@e-jc.de>
| * [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-1425-5/+124
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1413-5/+728
| |\ | |/ |/|
* | [Keyboard] Add M64 RGB (#17069)HorrorTroll2022-05-1313-5/+728
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-138-0/+799
| |\ | |/ |/|
* | [Keyboard] Add keyboard "Spreadwriter" (#17031)takashicompany2022-05-138-0/+799
| | | | | | | | 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-05-131-6/+6
| |\ | |/ |/|
* | [Keyboard] Fixed info.json issue, some key got wrong pos for Gas75 (#17070)HorrorTroll2022-05-131-6/+6
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-138-1/+577
| |\ | |/ |/|