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 |
|
Joel Challis
|
831deac212
|
Migrate build target markers to keyboard.json (#23293)
|
2024-03-30 11:31:50 +00:00 |
|
Duncan Sutherland
|
86e7df0c2a
|
Remove "w": 1 from keyboards/ (#23367)
|
2024-03-29 21:14:26 -07:00 |
|
Silc Lizard (Tokage) Renew
|
000ee31e2c
|
[Keyboard] Add Varanidae (#21340)
|
2023-06-30 22:00:13 -06:00 |
|