diff options
| author | Joel Challis | 2025-02-16 22:39:29 +0100 |
|---|---|---|
| committer | GitHub | 2025-02-16 22:39:29 +0100 |
| commit | 164b7331c3b98165e49d38127bee366f9c545513 (patch) | |
| tree | 055dbd75eb1adb986b297815d18903d7739ee526 /keyboards/kakunpc | |
| parent | 132efa907679832b81c06c57042c337241b17b8c (diff) | |
Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915)
Diffstat (limited to 'keyboards/kakunpc')
| -rw-r--r-- | keyboards/kakunpc/angel64/alpha/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/kakunpc/angel64/rev1/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/kakunpc/angel64/rules.mk | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/kakunpc/angel64/alpha/rules.mk b/keyboards/kakunpc/angel64/alpha/rules.mk new file mode 100644 index 0000000000..09c02c88b0 --- /dev/null +++ b/keyboards/kakunpc/angel64/alpha/rules.mk @@ -0,0 +1,3 @@ +CUSTOM_MATRIX = yes + +SRC += matrix.c diff --git a/keyboards/kakunpc/angel64/rev1/rules.mk b/keyboards/kakunpc/angel64/rev1/rules.mk new file mode 100644 index 0000000000..09c02c88b0 --- /dev/null +++ b/keyboards/kakunpc/angel64/rev1/rules.mk @@ -0,0 +1,3 @@ +CUSTOM_MATRIX = yes + +SRC += matrix.c diff --git a/keyboards/kakunpc/angel64/rules.mk b/keyboards/kakunpc/angel64/rules.mk deleted file mode 100644 index c95d5297bd..0000000000 --- a/keyboards/kakunpc/angel64/rules.mk +++ /dev/null @@ -1,5 +0,0 @@ -CUSTOM_MATRIX = yes - -SRC += matrix.c - -DEFAULT_FOLDER = kakunpc/angel64/rev1 |