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 |
|
Nick Brassel
|
45dc2499dc
|
Remove all via-enabled keymaps, including via . (#24322)
|
2024-08-26 07:51:22 +10:00 |
|
Ryan
|
8812a09581
|
Rename RGB_DISABLE_WHEN_USB_SUSPENDED -> RGB_MATRIX_SLEEP (#22682)
|
2023-12-20 13:31:50 +11:00 |
|
Joel Challis
|
997a6747ee
|
Miscellaneous fixes for recently merged keyboards (#22179)
|
2023-10-02 11:49:53 +01:00 |
|
Brian Low
|
c23d873e1a
|
keyboards: Add support for Sofle Choc (#16736)
Co-developed-by: Brian Low <github@brianlow.com>
Co-developed-by: duese <duese@users.noreply.github.com>
Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
|
2023-09-30 19:15:47 +01:00 |
|