mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-04 00:10:42 -04:00
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:
@@ -1 +0,0 @@
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
Reference in New Issue
Block a user