Joel Challis and GitHub
d9740c9de1
Migrate build target markers to keyboard.json - Keychron ( #23593 )
2024-04-23 16:33:39 +01:00
Ryan and GitHub
bbf63a8466
LED Matrix: replace backlight keycodes with newly added ones ( #23455 )
2024-04-13 04:15:22 +01:00
Ryan and GitHub
2dd406f08f
Remove quantum.h includes from keyboard custom matrix.cs ( #23371 )
2024-03-30 14:07:19 +00:00
Ryan and GitHub
65a04ead32
LED drivers: update keyboard LED configs ( #23073 )
...
* IS31FL3733: update keyboard LED config
* IS31FL3736: update keyboard LED config
* IS31FL3737: update keyboard LED config
* IS31FL3741: update keyboard LED config
* IS31FL3743A: update keyboard LED config
* AW20216S: update keyboard LED config
* SNLED27351: update keyboard LED config
2024-02-25 21:29:37 +00:00
Joel Challis and GitHub
4a64d47f12
Migrate WEAR_LEVELING_* to info.json ( #23077 )
2024-02-14 08:54:24 +00:00
Joel Challis and GitHub
974e98ce59
Migrate RGB Matrix config to info.json ( #22998 )
2024-02-14 00:54:14 +00:00
Joel Challis and GitHub
137938b67a
Migrate dip switch config to info.json - keychron ( #23037 )
2024-02-09 06:56:13 +00:00
Joel Challis and GitHub
bfcf3c139d
Remove always enabled effects from lighting animation list ( #22992 )
...
* Remove 'solid_color' from animation list
* Remove 'solid'/'none' from animation list
2024-01-31 10:03:24 +00:00
Joel Challis and GitHub
709d07aebc
Migrate LED Matrix config to info.json ( #22792 )
2024-01-01 01:33:20 +00:00
Ryan and GitHub
8812a09581
Rename RGB_DISABLE_WHEN_USB_SUSPENDED -> RGB_MATRIX_SLEEP ( #22682 )
2023-12-20 13:31:50 +11:00
Ryan and GitHub
73758d3d3a
Rename LED_DISABLE_WHEN_USB_SUSPENDED -> LED_MATRIX_SLEEP ( #22681 )
2023-12-20 13:31:39 +11:00
Ryan and GitHub
b9e81c0691
Update keyboard LED driver configs ( #22638 )
2023-12-18 20:13:08 +00:00
Joel Challis and GitHub
b35bac6afb
Remove unnecessary driver counts ( #22435 )
2023-11-22 21:37:32 +00:00
d56ee70c52
Rename DRIVER_ADDR_n defines ( #22200 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org >
2023-10-21 21:41:59 +10:00
Ryan and GitHub
c0f16be50f
Rename CKLED2001 driver to SNLED27351 ( #22071 )
2023-10-04 20:10:05 +11:00
Ryan and GitHub
8f22105289
Add and use I2C address defines for ISSI LED drivers ( #22008 )
2023-09-19 19:31:54 +10:00
Ryan and GitHub
35aceab1a4
ckled2001: driver naming cleanups ( #21890 )
2023-09-13 22:47:01 +10:00
QMK Bot
2b7f1b0444
Merge remote-tracking branch 'origin/master' into develop
2023-08-23 09:13:38 +00:00
Sergey Vlasov and GitHub
b1fbfaaacc
keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix ( #21805 )
...
Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use
the same custom matrix code, the matrix layouts are slightly different;
in particular, only the `keychron/c2_pro/ansi/white` board actually uses
column 19. However, the handling of column 19 in the custom matrix code
was broken, therefore that column did not work.
Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to
the last column connected to the shift register, and not to the column
past that; so the value of `SHIFT_COL_END` needs to be changed from 19
to 18 (columns 11...18 are connected to the shift register, and column
19 is connected to the C14 pin).
Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had
an off-by-one bug when counting the required number of bits (again due
to the confusion on the `SHIFT_COL_END` meaning); this had been fixed
too (the actual behavior of that part of the code did not change,
because both the old and the new version select the 8 bit variant).
2023-08-23 10:13:03 +01:00
Ryan and GitHub
37bc949945
RGB Matrix: driver naming cleanups ( #21594 )
2023-08-23 01:00:03 +01:00
Ryan and GitHub
571b8bac82
LED Matrix: driver naming cleanups ( #21580 )
2023-07-29 15:25:00 +10:00
QMK Bot
2db947fda6
Merge remote-tracking branch 'origin/master' into develop
2023-07-28 14:56:52 +00:00
lalalademaxiya1 and GitHub
03b3840942
Updated info.json of c2 pro ( #21581 )
2023-07-28 15:54:32 +01:00
Nick Brassel and GitHub
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
ecca9c5459
Add Keychron C2 Pro ( #20701 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com >
Co-authored-by: jack <0x6a73@protonmail.com >
2023-06-20 21:05:07 -06:00