0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-03-13 15:04:11 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Ryan
f3bae56808
Update keycodes for keyboards with RGB Matrix () 2024-11-24 12:03:08 +00:00
Eric N. Vander Weele
9523ed9e32
Expose rgb_matrix_update_pwm_buffers to be available in keymaps ()
* Expose rgb_matrix_update_pwm_buffers to be available in keymaps

Exposing this API enables the examples in the keyboard shutdown/reboot
documentation to compile instead of calling `rgb_matrix_driver.flush`
directly.

* Remove extraneous rgb_matrix_update_pwm_buffers prototype declarations

Now that `rgb_matrix_update_pwm_buffers` is public, there isn't the need
for local prototype declarations.
2024-11-07 23:12:59 -07:00
Nick Brassel
45dc2499dc
Remove all via-enabled keymaps, including via. () 2024-08-26 07:51:22 +10:00
Ryan
d09a06a1b3
Update GPIO API usage in keyboard code () 2024-05-03 15:21:29 +10:00
Joel Challis
f29daff9b6
Miscellaneous keyboard.json migrations () 2024-04-03 23:14:03 +01:00
Ryan
c635733a7f
Remove quantum.h includes from keyboard code () 2024-04-03 10:44:25 +11:00
Arthur
83625da36b
Add solid_reactive effects for MIIIW BlackIO83 () 2024-03-30 11:59:51 -06:00
Ryan
2dd406f08f
Remove quantum.h includes from keyboard custom matrix.cs () 2024-03-30 14:07:19 +00:00
Joel Challis
58c38175e6
Remove redundant disabling of features () 2024-03-09 03:05:07 +00:00
Joel Challis
e30d0e5287
Migrate RGB Matrix config to info.json - M () 2024-01-16 01:04:09 +00:00
Ryan
e648155113
Rename RGBLED_NUM -> RGBLIGHT_LED_COUNT () 2023-12-12 15:30:08 +11:00
Drashna Jaelre
094357c403
Fix missed shutdown callbacks () 2023-11-27 15:39:17 +11:00
Joel Challis
a0a6820c1b
Migrate some dip switch config to info.json () 2023-11-23 08:33:59 +11:00
Arthur
6dafcac713
[Keyboard] Add MIIIW BlackIO83 ()
* Add MIIIW BlackIO83

* Improve the code

* Updated instructions for entering the bootloader

* Update keyboards/miiiw/blackio83/rev_0100/config.h

* Update keyboards/miiiw/blackio83/rev_0100/config.h

* Update keyboards/miiiw/blackio83/config.h

* Update config.h
2023-10-09 17:41:40 -07:00