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 |
|
Joel Challis
|
960c4969a5
|
Remove empty url fields (#25181)
|
2025-04-22 17:59:00 +01:00 |
|
Ryan
|
f3bae56808
|
Update keycodes for keyboards with RGB Matrix (#24484)
|
2024-11-24 12:03:08 +00: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 |
|
DOIO2022
|
eac3809266
|
[Keyboard] Add kb3x keyboard (#23268)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
|
2024-03-28 21:53:11 -07:00 |
|