Commit Graph

6 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
Joel Challis
4c2bdf7ab0
Migrate build target markers to keyboard.json - Misc (#23653) 2024-05-03 16:13:43 +01:00
josh-l-wang
8753ae354b
add Bruce le Clavier (#23640) 2024-05-01 00:05:45 -07:00
josh-l-wang
8129b73d8a
[Keyboard] add Bruce the keyboard (#23639) 2024-04-30 23:35:39 -07:00
josh-l-wang
4f4602abd5
[Keyboard] Vault35 WKL universal (#23519) 2024-04-29 19:49:34 -07:00