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
|
f3bae56808
|
Update keycodes for keyboards with RGB Matrix (#24484)
|
2024-11-24 12:03:08 +00:00 |
|
Joel Challis
|
583c688931
|
Fix encoder map declarations (#21435)
|
2023-07-03 01:19:52 +01:00 |
|
jack
|
c4a67d3f33
|
Remove encoder in-matrix workaround code (#20389)
|
2023-06-19 09:46:27 -06:00 |
|
Joel Challis
|
a06b5cae41
|
Fix API errors (#17239)
|
2022-05-30 15:34:20 +01:00 |
|
Danny
|
a12d58c6c9
|
[Keyboard] Add BAMFK-1 (#16409)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-03-14 11:08:10 -07:00 |
|