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
This commit is contained in:
Nick Brassel
2025-06-03 10:01:45 +10:00
parent 75adcf4da9
commit b2b6afffcb
221 changed files with 0 additions and 253 deletions
@@ -1 +0,0 @@
ENCODER_MAP_ENABLE = yes