summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * [Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update ↵Stephon Parker2022-05-128-1/+577
| | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-133-31/+29
|\|
| * [Keyboard] H60 updates (#16999)Josh Hinnebusch2022-05-123-31/+29
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-131-1/+5
|\|
| * [Keyboard] Add caps and num indicators to Balance keyboard (#17075)Andrew Kannan2022-05-121-1/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-131-4/+5
|\|
| * [Bug] Updated Cirque Pinnacle SPI driver to read data correctly (#17074)Kyle McCreery2022-05-121-4/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-121-1/+1
|\|
| * 65_iso_split_bs Community Layout keymap bugfix (#17072)James Young2022-05-121-1/+1
| | | | | | Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1236-826/+942
|\|
| * [Keyboard] KBIC65 Refactor (#17066)James Young2022-05-1211-412/+909
| |
| * [Keyboard] Refactor mechwild/mokulua (#17068)jack2022-05-1225-414/+33
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-121-18/+19
|\|
| * Allow overriding Niv inputs in shell.nix (#16602)Astrid Yu2022-05-121-18/+19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1213-20/+22
|\|
| * [Keyboard] Move M63 RGB into maker folder (#17061)HorrorTroll2022-05-1113-20/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-121-16/+16
|\|
| * initial (#17067)jack2022-05-121-16/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-1246-68/+1671
|\|
| * [Keyboard] Add Mokulua keyboard (#17055)Kyle McCreery2022-05-1126-0/+1161
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Cleanup zhou65 and add nz64 keyboard (#17032)JX2022-05-1120-68/+510
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>