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 |
|
Nick Brassel
|
45dc2499dc
|
Remove all via-enabled keymaps, including via . (#24322)
|
2024-08-26 07:51:22 +10:00 |
|
Joel Challis
|
e69b638756
|
Migrate build target markers to keyboard.json - JK (#23588)
|
2024-04-23 03:59:04 +01:00 |
|
James Young
|
d0e1d36144
|
Data-Driven Keyboard Conversions: J (#23547)
|
2024-04-19 01:49:15 +01:00 |
|
Joel Challis
|
2f37a7854d
|
Migrate lighting defaults to info.json (#22920)
|
2024-02-01 18:10:14 +00:00 |
|
jpe230
|
e2d6187339
|
[Keyboard] Add Big Knob board (#22292)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
|
2023-12-12 00:48:24 -08:00 |
|