68f466db87
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 04:46:07 +00:00
467f3ae872
[Keyboard] Add Iron165R2 PCB support ( #16948 )
2022-05-16 21:45:56 -07:00
f22e8585a1
[Keyboard] Fix too many elements in g_led_config for quark_lp ( #17117 )
2022-05-16 21:45:11 -07:00
ac1173c3d4
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 03:28:01 +00:00
4b7555117a
[Keyboard] Fix compilation issues for Quark LP ( #17009 )
...
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-16 20:27:22 -07:00
6f499cfa12
Merge remote-tracking branch 'origin/master' into develop
2022-05-17 01:45:33 +00:00
bc2a6cf6ae
DigiCarpice Configurator Rendering Fix ( #17113 )
...
* info.json: apply friendly formatting
* info.json: rebuild layout data
2022-05-17 02:44:34 +01:00
d47c4ed4d0
Merge remote-tracking branch 'origin/master' into develop
2022-05-16 11:47:33 +00:00
6a94a9547d
fix tiger80 matrix error ( #17107 )
2022-05-16 12:46:37 +01:00
5816288926
Warn about LTO with arm_atsam, not ChibiOS. ( #17106 )
2022-05-16 15:29:55 +10:00
85289e34ae
Various fixes for g_led_config lint warnings ( #17104 )
2022-05-16 09:40:56 +10:00
608fa5154c
Data driven g_led_config
( #16728 )
2022-05-16 07:39:29 +10:00
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
2022-05-15 20:26:27 +01:00
4a8bd7b9a5
Rename keymap_extras headers for consistency ( #16939 )
2022-05-15 21:27:01 +10:00
f090881aeb
[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine ( #15657 )
2022-05-15 21:24:35 +10:00
4d107feca9
Check for ongoing transfers on the OUT endpoint ( #16974 )
...
...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 23:17:14 +01:00
da63289505
Format code according to conventions ( #17096 )
2022-05-14 23:14:49 +01:00
a899c097ce
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 22:09:12 +00:00
94755308e0
Fix anchors with <code> in table of content ( #15169 )
2022-05-14 23:08:32 +01:00
db887e63d7
Enhancement and fixes of "Secure" feature ( #16958 )
2022-05-14 23:07:08 +01:00
baa8d07fdb
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:29:01 +00:00
3a543d8990
Eason Capsule65 Community Layout Support ( #17090 )
...
* 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 22:28:29 +01:00
710e8c0ccc
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:25:09 +00:00
90a43f9884
Axolstudio Foundation Gamma: Community Layout Support ( #17080 )
...
* 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 22:23:58 +01:00
c0f0f594d4
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:23:13 +00:00
8c58af39af
Avalanche: add QMK Configurator data ( #17092 )
...
* avalanche/v1: add info.json
* avalanche/v2: add info.json
* avalanche/v3: add info.json
2022-05-14 22:22:39 +01:00
78a9e1708a
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 21:22:05 +00:00
24f378e6c3
Clickety Split Leeloo: QMK Configurator Fixes ( #17093 )
...
* 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 22:21:31 +01:00
cd8d2b7f7f
Revert "Fix kinetic mouse mode ( #16951 )" ( #17095 )
2022-05-14 13:03:07 -07:00
3eb6558602
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 16:15:06 +00:00
2f9197cfcd
F13 TKL with Split Backspace and Split Right Shift Community Layouts ( #17082 )
...
* 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 09:14:19 -07:00
68b16bba68
[Core] Add Caps Word feature to core ( #16588 )
...
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-14 16:00:32 +10:00
90eef4cd15
Fix kinetic mouse mode ( #16951 )
...
Co-authored-by: Jan Christoph Ebersbach <jceb@e-jc.de >
2022-05-14 15:26:12 +10:00
787a68948f
[Core] Add Reboot keycode to core ( #15990 )
2022-05-14 13:35:49 +10:00
425c54cf8c
Merge remote-tracking branch 'origin/master' into develop
2022-05-14 03:17:20 +00:00
8e2b8413b4
[Keyboard] Add M64 RGB ( #17069 )
2022-05-13 20:16:46 -07:00
e0cdeab951
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 16:54:39 +00:00
82828c3205
[Keyboard] Add keyboard "Spreadwriter" ( #17031 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
2022-05-13 09:53:43 -07:00
158dc6829a
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 16:35:28 +00:00
3a80275fa1
[Keyboard] Fixed info.json issue, some key got wrong pos for Gas75 ( #17070 )
2022-05-13 09:34:47 -07:00
75a32de441
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:36:47 +00:00
e5e7039368
[Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update 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-12 23:36:12 -07:00
c4b2e9101d
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:34:42 +00:00
ffe16386f0
[Keyboard] H60 updates ( #16999 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
2022-05-12 23:33:53 -07:00
ff8c962d2e
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:22:36 +00:00
fc3d3ef076
[Keyboard] Add caps and num indicators to Balance keyboard ( #17075 )
2022-05-12 23:22:03 -07:00
478f83f711
Merge remote-tracking branch 'origin/master' into develop
2022-05-13 06:21:56 +00:00
c199514372
[Bug] Updated Cirque Pinnacle SPI driver to read data correctly ( #17074 )
2022-05-12 23:21:25 -07:00
e53e75f4ce
Merge remote-tracking branch 'origin/master' into develop
2022-05-12 20:11:40 +00:00
58c37c0814
65_iso_split_bs Community Layout keymap bugfix ( #17072 )
...
Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
2022-05-12 21:11:02 +01:00