Commit Graph

7 Commits

Author SHA1 Message Date
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
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
jack
98f0c5ee24
Fixup doio/kb16 (#22921) 2024-02-01 11:56:05 +00:00
HorrorTroll
9dec43a0f2
Added new keyboard DOIO KB16 (Rev 2) (#18699) 2022-10-26 18:59:30 +01:00
jack
c5215d4a06
initial (#17545) 2022-07-03 00:43:29 +01:00
HorrorTroll
d694488e2e
Added new keyboard KB16-01 (#17418) 2022-07-03 00:08:38 +10:00