qmk_firmware/keyboards/keychron/v10/ansi_encoder
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
..
keymaps/default Remove any instances of rules.mk which only enabled encoder map. 2025-06-03 10:01:45 +10:00
ansi_encoder.c LED drivers: update keyboard LED configs (#23073) 2024-02-25 21:29:37 +00:00
config.h Migrate RGB Matrix config to info.json (#22998) 2024-02-14 00:54:14 +00:00
keyboard.json Migrate build target markers to keyboard.json - Keychron (#23593) 2024-04-23 16:33:39 +01:00
rules.mk Data-Driven Keyboard Conversions: K, Part 4 (#23567) 2024-04-22 01:53:31 +01:00