QMK Bot
62522a1684
Merge remote-tracking branch 'origin/develop' into xap
2023-07-07 11:24:42 +00:00
Ryan
30de598650
tmk_core: remove direct quantum.h
includes ( #21465 )
2023-07-07 21:24:07 +10:00
QMK Bot
91d129ca45
Merge remote-tracking branch 'origin/develop' into xap
2023-06-26 21:56:42 +00:00
Stefan Kerkmann
a87c74ebe1
[Bug] Fix non-functional S3 wakeup / resume from suspense ( #19780 )
...
* Update ChibiOS-Contrib for USB suspend fixes
* Remove S3 wakup workaround
ChibiOS OTGv1 driver has a remote wakeup bug that prevents the device to
resume it's operation. 02516cbc24
introduced a hotfix that forcefully restarted the usb driver as a workaround.
This workaround broke multiple boards which do not use this driver /
peripheral. With the update of ChibiOS this hotfix is now obsolete.
* Remove restart_usb_driver overrides
they are no longer necessary as the workaround is not needed anymore
for stm32f4
* Remove unused RP_USB_USE_SOF_INTR defines
The SOF interrupt is enabled dynamically by the RP2040 usb driver
2023-06-26 23:55:52 +02:00
QMK Bot
ff8d9fa382
Merge remote-tracking branch 'origin/develop' into xap
2023-06-22 14:07:41 +00:00
Ryan
aad5746682
Move protocol makefiles into their respective folders ( #21332 )
...
* Move protocol makefiles into their respective folders
* Fix USB-USB converter
2023-06-22 15:07:28 +01:00
QMK Bot
f202d4a291
Merge remote-tracking branch 'origin/develop' into xap
2023-01-20 16:21:59 +00:00
Ryan
cf935d97ae
Fix functions with empty params ( #19647 )
...
* Fix functions with empty params
* Found a bunch more
2023-01-20 16:21:17 +00:00
zvecr
2f7be506de
Remove assumption on XAP interface number
2023-01-16 02:03:41 +00:00
QMK Bot
1af901f991
Merge remote-tracking branch 'origin/develop' into xap
2022-12-08 16:46:05 +00:00
Ruslan Sayfutdinov
85ee55ff3b
Detect host OS based on USB fingerprint ( #18463 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-12-09 03:45:30 +11:00
Nick Brassel
1d0787d861
Merge remote-tracking branch 'upstream/develop' into xap
2022-11-27 04:39:46 +11:00
Ryan
1e95f7be8f
Joystick feature improvements ( #19052 )
2022-11-27 03:14:45 +11:00
QMK Bot
ba7ac46cfd
Merge remote-tracking branch 'origin/develop' into xap
2022-10-15 16:54:31 +00:00
Ryan
19e2dd742b
LUFA: Consolidate report sending code ( #18629 )
2022-10-15 12:53:57 -04:00
QMK Bot
9b870630b1
Merge remote-tracking branch 'origin/develop' into xap
2022-10-09 20:09:00 +00:00
nezumee
d6d6cdcb4f
Make MIDI output endpoint use the out direction ( #18654 )
2022-10-09 21:08:27 +01:00
QMK Bot
cd1cbddd70
Merge remote-tracking branch 'origin/develop' into xap
2022-10-07 02:35:35 +00:00
Ryan
6dbbeea46a
Refactor send_extra
( #18615 )
2022-10-06 19:35:01 -07:00
QMK Bot
2ce2b84d72
Merge remote-tracking branch 'origin/develop' into xap
2022-10-04 22:19:54 +00:00
Ryan
09d3e27710
Refactor more host code (programmable button & digitizer) ( #18565 )
2022-10-05 09:19:12 +11:00
Drashna Jael're
5db8ab38d9
Merge remote-tracking branch 'origin/develop' into xap
2022-09-29 13:30:12 -07:00
Ryan
be8907d634
Further refactoring of joystick feature ( #18437 )
2022-09-27 18:37:13 +10:00
QMK Bot
2471270b91
Merge remote-tracking branch 'origin/develop' into xap
2022-09-07 18:59:58 +00:00
Ryan
f7d2b001bc
Move Bluetooth-related function calls up to host/keyboard level ( #18274 )
...
* Move Bluetooth-related function calls up to host/keyboard level
* Remove pointless set_output() call
* Move bluetooth (rn42) init to end of keyboard_init()
* Enable SPI/UART for ChibiOS targets
* Some more slight tweaks
2022-09-07 19:59:24 +01:00
QMK Bot
a1da56d6bf
Merge remote-tracking branch 'origin/develop' into xap
2022-09-02 20:51:11 +00:00
Ryan
f76b55d5ad
Adjust EXTRAKEY_ENABLE
ifdefs for send_extra()
( #18249 )
2022-09-02 21:50:36 +01:00
QMK Bot
ac46d4a756
Merge remote-tracking branch 'origin/develop' into xap
2022-09-02 19:38:58 +00:00
Ryan
09d668eb0e
Simplify extrakeys sending at the host driver level ( #18230 )
...
* Simplify extrakeys sending at the host driver level
* There are two arguments here
* Wrong syntax
* Adjust keyboards which use a custom host driver
2022-09-02 20:38:27 +01:00
zvecr
194d6d65be
format
2022-04-05 19:17:57 +01:00
zvecr
c1b57354f6
Stub out more of broadcast messages
2022-04-05 18:54:28 +01:00
zvecr
51e09235a2
clang
2022-03-30 02:28:03 +01:00
zvecr
7f128c5286
Remove some assumptions on packet format
2022-03-30 02:09:19 +01:00
Nick Brassel
c3ac89d1c9
qmk format-c
, qmk format-python
2022-03-09 20:01:20 +11:00
Nick Brassel
c9ec8a1309
Merge remote-tracking branch 'upstream/develop' into xap
2022-02-14 09:01:22 +11:00
QMK Bot
63646e8906
Format code according to conventions ( #16322 )
2022-02-12 18:29:31 +00:00
Nick Brassel
dcf4bf6d29
Merge remote-tracking branch 'upstream/develop' into xap
2022-02-03 03:15:01 +11:00
Ryan
7d685956cc
Rename AdafruitBLE
to BluefruitLE
( #16127 )
2022-01-30 17:29:42 +00:00
Ryan
77d3e564f7
Migrate RN42 to UART driver and refactor ( #15492 )
2021-12-22 16:51:39 +11:00
Nick Brassel
bf66b91433
Merge remote-tracking branch 'upstream/develop' into xap
2021-11-28 12:56:46 +11:00
Joel Challis
634e42b2b4
Revert to old init order for host driver ( #15029 )
...
* Partially revert 14888
2021-11-02 18:53:46 +00:00
Joel Challis
2ec268bd21
Begin to carve out platform/protocol API - Migrate keyboard_* calls ( #14888 )
2021-10-24 20:39:41 +01:00
Ryan
d8f0c8783a
Remove sysex API ( #14723 )
2021-10-06 19:34:46 +11:00
Purdea Andrei
b02a539625
Added power tracking api ( #12691 )
...
* Add power tracking API to lufa and chibios targets
* power.c: Pass through power state to the notify function
* power: added notify_power_state_change_user too.
* making it pass the PR linter
* Add a POWER_STATE_NO_INIT state, that we start in before calling power_init();
* Rename *power* to *usb_power*
* removing stray newline
* Rename usb_power* to usb_device_state*
* Update quantum/usb_device_state.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix comment
* usb_device_state.h: Don't include quantum.h, only the necessary headers.
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-30 06:31:39 +10:00
Ryan
20ea5f3fb5
Relocate Adafruit BLE code ( #14530 )
2021-09-21 19:58:46 +10:00
Nick Brassel
942d9f6a09
Merge remote-tracking branch 'upstream/develop' into xap
2021-09-16 07:46:55 +10:00
Thomas Weißschuh
58d72ad795
core: fix compilation issues with USB programmable buttons ( #14454 )
...
Reported here:
https://github.com/qmk/qmk_firmware/pull/12950#issuecomment-920329569
2021-09-16 06:28:19 +10:00
Thomas Weißschuh
83988597f4
Add Support for USB programmable buttons ( #12950 )
2021-09-15 08:40:22 -07:00
Nick Brassel
3c66b9b0ec
Merge remote-tracking branch 'upstream/develop' into xap
2021-09-15 11:40:29 +10:00
Drashna Jaelre
6d43a5daf4
Backport F_CPU/F_USB hack from system76 ( #14286 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-08 20:19:06 -07:00