QMK Bot
|
6298984d12
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-11-21 06:32:17 +00:00 |
|
HorrorTroll
|
39161b9ee7
|
Added MCU support for ArteryTek AT32F415 (#23445)
|
2024-11-21 17:28:28 +11:00 |
|
QMK Bot
|
d2f5a1c1f1
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-11-19 22:54:06 +00:00 |
|
Ryan
|
9c86583981
|
Backward compatibility for new RGB keycode handling (#24490)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
|
2024-11-20 09:53:33 +11:00 |
|
QMK Bot
|
2088bb3774
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-10-25 17:12:26 +00:00 |
|
Dasky
|
f5b495e06e
|
Move pointing device driver code (#24445)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2024-10-25 18:11:51 +01:00 |
|
QMK Bot
|
f54b3a244b
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-10-12 16:44:22 +00:00 |
|
Ryan
|
6fa11bf219
|
Separate RGBLight/RGB Matrix keycode handling (#23679)
* Separate RGBLight/RGB Matrix keycode handling
* Remove `_DISABLE_KEYCODES` handling
* Update RGB Matrix keycode docs
* Update underglow keycodes for previously migrated boards
* Update keycodes for boards with custom handling
* Fix typos
* Fix bad merge
|
2024-10-12 18:43:50 +02:00 |
|
QMK Bot
|
0402213d51
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-10-06 08:01:38 +00:00 |
|
Ryan
|
208ebf54a9
|
WS2812 API rework (#24364)
* Begin WS2812 API rework
* Move RGBW conversion, clean up color.h, fix RGBW for AVR bitbang
* Formatting & update PS2AVRGB I2C driver (untested)
* Tested ARM bitbang RGB+RGBW
* Tested ARM SPI RGB - RGBW not working
* Tested ARM PWM RGB+RGBW
* Tested RP2040 PIO driver RGB+RGBW
* Update RGBLight
* Formatting
* Fix BM60HSRGB rev2
* Fix oddforge/vea
* Fix 1k and XD002 RGBLite
* Fix model_m/mschwingen
* Fix handwired/promethium
* Rename `WS2812_LED_TOTAL` for BM60HSRGB
* Fix work_louder boards
* Fix dawn60
* Fix rgbkb/pan
* Fix neson_design/700e and n6
* Fix ergodox_ez/shine
* ergodox_ez/shine: invert indices for left half
* Fix matrix/abelx
* Fix matrix/m20add
* Remove custom rgblight driver for matrix/noah - should be done with lighting layers
* Fix LED indexes for RGBLight split
* Rename `convert_rgb_to_rgbw()` to `ws2812_rgb_to_rgbw()`
* Update WS2812 API docs
* `ergodox_ez/shine`: simplify LED index calculation
* LED/RGB Matrix: Add weak function for LED index resolution
* Bandaid fix for RGB Matrix splits not using WS2812
* `steelseries/prime_plus`: redo custom RGBLight driver
* Update keyboards/steelseries/prime_plus/rgblight_custom.c
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
---------
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
|
2024-10-06 21:01:07 +13:00 |
|
QMK Bot
|
9e5ed8e60d
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-09-02 02:48:51 +00:00 |
|
Joel Challis
|
3bd303f204
|
Remove arm_atsam platform (#24337)
|
2024-09-02 03:48:17 +01:00 |
|
QMK Bot
|
abb09b42de
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-08-27 00:52:57 +00:00 |
|
Nick Brassel
|
70cbf08b67
|
Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)
|
2024-08-27 10:52:23 +10:00 |
|
QMK Bot
|
8286ec5bb3
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-07-02 00:17:52 +00:00 |
|
Nick Brassel
|
7bc3eef8cc
|
SPI flash API cleanup, add async erase capability. (#23894)
|
2024-07-02 10:16:41 +10:00 |
|
QMK Bot
|
a4de2f82eb
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-04-11 04:07:04 +00:00 |
|
Ryan
|
25f608c1b4
|
Separate keycode handling for LED Matrix and Backlight (#23426)
|
2024-04-11 14:06:36 +10:00 |
|
QMK Bot
|
b8adddc098
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-03-17 08:23:44 +00:00 |
|
Ryan
|
23b7a02ebe
|
LED drivers: add support for IS31FL3236 (#23264)
|
2024-03-17 19:23:14 +11:00 |
|
QMK Bot
|
412d3d9db8
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-02-20 10:34:55 +00:00 |
|
Stefan Kerkmann
|
61fa6949fb
|
[Core] Allow ChibiOS SIO driver for UART driver (#22839)
* onekey: stm32f3_disco: add usart pins and activate peripheral
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* chibios: uart: change SD1 prefix to UART
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* chibios: uart: add SIO driver and RP2040 compatibility
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Update platforms/chibios/drivers/uart.h
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
|
2024-02-20 11:34:24 +01:00 |
|
QMK Bot
|
c7ed2b35cc
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-02-18 10:17:43 +00:00 |
|
Nick Brassel
|
9d9cdaaa2d
|
Add encoder abstraction. (#21548)
|
2024-02-18 21:17:15 +11:00 |
|
QMK Bot
|
028d633c42
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-02-16 14:42:03 +00:00 |
|
HorrorTroll
|
f6709e65eb
|
Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)
Co-authored-by: Xelus22 <preyas22@gmail.com>
Co-authored-by: dexter93 <d3xter93@gmail.com>
|
2024-02-17 01:41:35 +11:00 |
|
QMK Bot
|
d98d97f5b2
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-02-16 14:15:16 +00:00 |
|
Joel Challis
|
77e8867498
|
Fix joystick initialization (#22953)
|
2024-02-17 01:14:46 +11:00 |
|
Drashna Jael're
|
5a9481b831
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-02-03 01:06:39 -08:00 |
|
Joel Challis
|
5cd31fda9c
|
Begin removal of bootmagic lite terminology (#22970)
|
2024-01-28 22:51:58 +00:00 |
|
QMK Bot
|
09d1d3bea9
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-01-04 06:06:08 +00:00 |
|
Ryan
|
597de0e298
|
LED drivers: rename "simple" to "mono" (#22814)
|
2024-01-04 06:05:37 +00:00 |
|
QMK Bot
|
501768cd96
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-01-01 10:44:46 +00:00 |
|
Ryan
|
0a6913b682
|
LED drivers: extract IS31FL3746A from IS31COMMON (#22637)
|
2024-01-01 21:44:18 +11:00 |
|
QMK Bot
|
5ec3a9178f
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-01-01 08:32:11 +00:00 |
|
Ryan
|
a88dd675bf
|
LED drivers: extract IS31FL3745 from IS31COMMON (#22636)
|
2024-01-01 19:31:44 +11:00 |
|
QMK Bot
|
7429424b3b
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-01-01 06:05:19 +00:00 |
|
Ryan
|
ae2d5e2e5a
|
LED drivers: extract IS31FL3743A from IS31COMMON (#22635)
|
2024-01-01 17:04:51 +11:00 |
|
QMK Bot
|
329a0a89b6
|
Merge remote-tracking branch 'origin/develop' into xap
|
2024-01-01 01:41:03 +00:00 |
|
Ryan
|
e1c0bd8a7c
|
LED drivers: extract IS31FL3742A from IS31COMMON (#22620)
|
2024-01-01 12:40:35 +11:00 |
|
QMK Bot
|
94457561d6
|
Merge remote-tracking branch 'origin/develop' into xap
|
2023-12-11 23:06:58 +00:00 |
|
Joel Challis
|
4682226e20
|
Keymap introspection for Dip Switches (#22543)
|
2023-12-11 23:06:18 +00:00 |
|
QMK Bot
|
f5d6ca3deb
|
Merge remote-tracking branch 'origin/develop' into xap
|
2023-12-05 11:49:47 +00:00 |
|
Ryan
|
17f36a21bf
|
Rework RGBLight driver system (#22529)
|
2023-12-05 22:49:14 +11:00 |
|
QMK Bot
|
1d55522f27
|
Merge remote-tracking branch 'origin/develop' into xap
|
2023-11-20 16:26:06 +00:00 |
|
Dasky
|
68722d35a3
|
Azoteq IQS5xx support (#22280)
|
2023-11-20 16:25:35 +00:00 |
|
QMK Bot
|
7d8fe31d51
|
Merge remote-tracking branch 'origin/develop' into xap
|
2023-11-12 22:30:57 +00:00 |
|
Joel Challis
|
e884e42ce9
|
Generalise ADC driver source inclusion (#22448)
|
2023-11-12 22:30:27 +00:00 |
|
QMK Bot
|
7887a03d13
|
Merge remote-tracking branch 'origin/develop' into xap
|
2023-11-09 02:02:21 +00:00 |
|
Joel Challis
|
147865cf57
|
Migrate some common features to generic (#22403)
|
2023-11-09 02:01:44 +00:00 |
|