Ryan
8b95dc6e00
LED drivers: more formatting ( #22865 )
2024-01-08 17:28:40 +11:00
Ryan
368a2eb08f
is31fl3733: change `write_register()` return type to `void` ( #22824 )
2024-01-08 04:54:26 +00:00
Joel Challis
ce34549c26
Migrate RGB Matrix config to info.json ( #22863 )
2024-01-08 04:27:01 +00:00
Joel Challis
709d07aebc
Migrate LED Matrix config to info.json ( #22792 )
2024-01-01 01:33:20 +00:00
fauxpark
2c191e21c2
Merge remote-tracking branch 'upstream/master' into develop
2023-12-20 16:03:14 +11:00
Ryan
73758d3d3a
Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` ( #22681 )
2023-12-20 13:31:39 +11:00
Joel Challis
c9d90db95c
[Keymap Removal] xiudi/xd75 and related keymaps. ( #22698 )
2023-12-19 09:02:03 +11:00
Ryan
b9e81c0691
Update keyboard LED driver configs ( #22638 )
2023-12-18 20:13:08 +00:00
Nick Brassel
ae90b1d1e5
Merge remote-tracking branch 'upstream/master' into develop
2023-12-17 22:27:35 +11:00
Nick Brassel
7ea022ba88
[Keymap Removal] Planck and related keymaps. ( #22683 )
2023-12-17 21:54:01 +11:00
Ryan
b6fbed3dc3
LED drivers: change "TWI" to "I2C" ( #22617 )
2023-12-05 19:52:18 -08:00
Ryan
358bc8eac8
LED drivers: refactor page selection ( #22518 )
2023-12-04 17:52:40 +11:00
Joel Challis
1ed03f498f
Remove userspace keymaps ( #22544 )
2023-11-27 05:36:45 +11:00
Joel Challis
b35bac6afb
Remove unnecessary driver counts ( #22435 )
2023-11-22 21:37:32 +00:00
Ryan
dda6e7fb36
LED drivers: register naming cleanups ( #22436 )
2023-11-20 15:48:23 +00:00
Ryan
786ebf8760
Remove requirement for `keymap_steno.h` include in keymaps ( #22423 )
...
* Remove requirement for `keymap_steno.h` include in keymaps
* Add back keymap_steno.h with a note for the time being
2023-11-12 18:25:46 +11:00
Ryan
8136cf4bfb
LED drivers: clean up `SWx`/`CSy` pullup/down resistor config ( #22381 )
2023-11-10 08:39:15 +11:00
Ryan
a27bc60703
LED drivers: add defines for PWM and LED control register counts ( #22383 )
2023-11-01 19:13:25 +00:00
Ryan
b52aca0af8
Relocate LED driver init code ( #22365 )
2023-11-01 00:53:45 +00:00
Ryan
4313b66edd
whitefox: remove pointless file ( #22366 )
2023-10-29 23:28:38 +00:00
Ryan
cf7d3435d7
Add `_flush()` functions to LED drivers ( #22308 )
2023-10-22 18:32:27 +01:00
Ryan
d56ee70c52
Rename `DRIVER_ADDR_n` defines ( #22200 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-21 21:41:59 +10:00
Ryan
d99dbe4d56
Update ISSI LED types ( #22099 )
2023-10-04 20:12:50 +11:00
Less/Rikki
346b06d391
refactor: move default RGB/LED matrix #defines ( #21938 )
...
* refactor: move default RGB/LED matrix #defines
Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and
RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to
leverage these defaults without requiring #ifdef guards (and often
repeating said fallback definitions).
* style: use if(n)def for consistency
and remove redundant UINT8_MAX checks on maximum brightness
Co-authored-by: Joel Challis <git@zvecr.com>
* refactor: remove INDICATOR_MAX_BRIGHTNESS macro
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-28 11:51:18 +01:00
Ryan
59787a2e51
input_club/infinity60: remove custom 3731 code, convert to LED Matrix ( #22117 )
...
* input_club/infinity60: remove custom 3731 code, convert to LED Matrix
* Add licences
2023-09-24 03:36:06 +01:00
Ryan
8f22105289
Add and use I2C address defines for ISSI LED drivers ( #22008 )
2023-09-19 19:31:54 +10:00
Joel Challis
b9d6bfe927
Fix input_club/k_type when RGB Matrix disabled ( #22021 )
2023-09-14 17:23:06 +10:00
Ryan
76daf29ef0
Add and use PWM frequency defines for ISSI LED drivers ( #22009 )
2023-09-14 08:02:40 +01:00
Ryan
8136eda6d4
is31fl3731: driver naming cleanups ( #21918 )
2023-09-13 22:53:15 +10:00
Ryan
1cbb5ae99e
is31fl3733: driver naming cleanups ( #21905 )
2023-09-13 22:52:16 +10:00
Ryan
66b744b63b
Clean up Unicode API usage in user keymaps ( #21849 )
2023-08-27 16:51:19 +10:00
Ryan
37bc949945
RGB Matrix: driver naming cleanups ( #21594 )
2023-08-23 01:00:03 +01:00
Ryan
571b8bac82
LED Matrix: driver naming cleanups ( #21580 )
2023-07-29 15:25:00 +10:00
Ryan
da2d2f947d
quantum: remove direct `quantum.h` includes ( #21507 )
2023-07-16 23:42:56 +10:00
Ryan
9ab16e62f7
Get rid of `USB_LED_NUM_LOCK` ( #21424 )
2023-07-02 19:35:41 +01:00
Ryan
8093b13365
Move `TAPPING_TOGGLE` to data driven ( #21360 )
2023-06-24 17:10:22 +10:00
Nick Brassel
416af0171c
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. ( #21353 )
...
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase.
* Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-23 20:31:25 +01:00
Ryan
1c9d0f0eec
Remove default `TAPPING_TERM` from keyboard config.h ( #21284 )
2023-06-18 23:33:45 +01:00
Nick Brassel
5faa23d54c
Keymap introspection for combos. ( #19670 )
2023-05-15 22:27:37 +10:00
Ryan
4d8dd55bf9
Move 60% layouts to data driven ( #20477 )
2023-04-27 07:49:03 +10:00
Ryan
522048725f
Move `RGB_MATRIX_DRIVER` to data driven ( #20350 )
2023-04-08 18:08:08 +10:00
Ryan
8bb4cba7b0
Move TKL layouts to data driven ( #20337 )
2023-04-05 15:53:45 +10:00
Ryan
09a2b70a66
Move Alice and Ergodox layouts to data driven ( #20340 )
2023-04-05 15:50:56 +10:00
Ryan
7bfc2a367d
Move 65% layouts to data driven ( #20308 )
2023-04-04 15:20:10 +10:00
precondition
1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps ( #20211 )
2023-04-03 15:32:47 +10:00
Ryan
3c144fac5e
Clean up usage of `QMK_KEYBOARD_H` ( #20167 )
2023-03-20 08:12:05 +11:00
Ryan
02ccc50e60
Remove more empty headers ( #20155 )
2023-03-17 14:02:04 +11:00
Ryan
23c365b023
Move matrix config to info.json, part 1 ( #19985 )
2023-03-05 22:53:52 +00:00
Ryan
26854f5940
Remove default and unused `BACKLIGHT_LEVELS` ( #19898 )
2023-02-22 01:12:42 +00:00
Ryan
2da0827d4f
Remove matrix size defines ( #19581 )
2023-02-17 16:08:25 +11:00