Nick Brassel
|
5b3508b9b5
|
Replace preprocessor guards for ENCODER_MAP_ENABLE with !ENCODER_CALLBACKS_ENABLE .
|
2025-06-03 10:06:52 +10:00 |
|
Nick Brassel
|
b2b6afffcb
|
Remove any instances of rules.mk which only enabled encoder map.
- Command executed:
find keyboards -name rules.mk | while read f ; do if [ "$(cat $f | grep -v ENCODER_MAP_ENABLE | sed -e 's@#.*@@g')" = "" ]; then echo $f ; fi; done | while read f ; do git rm -rf $f ; done
|
2025-06-03 10:01:45 +10: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 |
|
Nick Brassel
|
45dc2499dc
|
Remove all via-enabled keymaps, including via . (#24322)
|
2024-08-26 07:51:22 +10:00 |
|
Joel Challis
|
831deac212
|
Migrate build target markers to keyboard.json (#23293)
|
2024-03-30 11:31:50 +00:00 |
|
Ryan
|
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
|
974e98ce59
|
Migrate RGB Matrix config to info.json (#22998)
|
2024-02-14 00:54:14 +00:00 |
|
Joel Challis
|
137938b67a
|
Migrate dip switch config to info.json - keychron (#23037)
|
2024-02-09 06:56:13 +00:00 |
|
Ryan
|
b9e81c0691
|
Update keyboard LED driver configs (#22638)
|
2023-12-18 20:13:08 +00:00 |
|
Ryan
|
d99dbe4d56
|
Update ISSI LED types (#22099)
|
2023-10-04 20:12:50 +11:00 |
|
adophoxia
|
38f89dfc2f
|
Update Keychron Q1v1 (#21993)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2023-10-03 20:53:39 -07:00 |
|