Skip to content

Commit

Permalink
Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 16, 2025
1 parent 132efa9 commit 164b733
Show file tree
Hide file tree
Showing 37 changed files with 90 additions and 58 deletions.
36 changes: 36 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -1626,9 +1626,15 @@
"buzzard": {
"target": "buzzard/rev1"
},
"cannonkeys/db60": {
"target": "cannonkeys/db60/rev2"
},
"clickety_split/leeloo": {
"target": "clickety_split/leeloo/rev3"
},
"converter/palm_usb": {
"target": "converter/palm_usb/stowaway"
},
"crkbd": {
"target": "crkbd/rev1"
},
Expand Down Expand Up @@ -1713,6 +1719,9 @@
"handwired/dactyl_manuform/6x6": {
"target": "handwired/dactyl_manuform/6x6/promicro"
},
"handwired/meck_tkl": {
"target": "handwired/meck_tkl/blackpill_f401"
},
"handwired/ms_sculpt_mobile": {
"target": "handwired/ms_sculpt_mobile/teensy2pp"
},
Expand Down Expand Up @@ -1752,6 +1761,9 @@
"hillside/46": {
"target": "hillside/46/0_1"
},
"hhkb/ansi": {
"target": "hhkb/ansi/32u4"
},
"hillside/48": {
"target": "hillside/48/0_1"
},
Expand Down Expand Up @@ -1797,6 +1809,9 @@
"kakunpc/angel17": {
"target": "kakunpc/angel17/rev1"
},
"kakunpc/angel64": {
"target": "kakunpc/angel64/rev1"
},
"kakunpc/business_card": {
"target": "kakunpc/business_card/beta"
},
Expand Down Expand Up @@ -2148,6 +2163,9 @@
"takashiski/namecard2x4": {
"target": "takashiski/namecard2x4/rev2"
},
"teleport/native": {
"target": "teleport/native/iso"
},
"themadnoodle/noodlepad": {
"target": "themadnoodle/noodlepad/v1"
},
Expand Down Expand Up @@ -2181,6 +2199,21 @@
"vitamins_included": {
"target": "vitamins_included/rev2"
},
"westm/westm68": {
"target": "westm/westm68/rev2"
},
"westm/westm9": {
"target": "westm/westm9/rev2"
},
"woodkeys/meira": {
"target": "woodkeys/meira/promicro"
},
"work_louder/loop": {
"target": "work_louder/loop/rev3"
},
"work_louder/work_board": {
"target": "work_louder/work_board/rev3"
},
"yanghu/unicorne": {
"target": "yanghu/unicorne/f411"
},
Expand All @@ -2195,5 +2228,8 @@
},
"yynmt/acperience12": {
"target": "yynmt/acperience12/rev1"
},
"zsa/planck_ez": {
"target": "zsa/planck_ez/base"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF

DEFAULT_FOLDER = westm/westm9/rev2
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF

DEFAULT_FOLDER = westm/westm68/rev2
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF

DEFAULT_FOLDER = cannonkeys/db60/rev2
20 changes: 0 additions & 20 deletions keyboards/converter/palm_usb/info.json

This file was deleted.

File renamed without changes.
18 changes: 18 additions & 0 deletions keyboards/converter/palm_usb/stowaway/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"keyboard_name": "Stowaway Converter",
"manufacturer": "QMK",
"url": "",
"maintainer": "qmk",
"usb": {
"vid": "0xFEED",
"pid": "0x0001",
"device_version": "1.0.0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"console": true,
"command": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ CUSTOM_MATRIX = yes

SRC += matrix.c
UART_DRIVER_REQUIRED = yes

DEFAULT_FOLDER = converter/palm_usb/stowaway
2 changes: 2 additions & 0 deletions keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AUDIO_SUPPORTED = no
BACKLIGHT_SUPPORTED = no
4 changes: 0 additions & 4 deletions keyboards/handwired/meck_tkl/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ CUSTOM_MATRIX = yes

# project specific files
SRC = matrix.c

DEFAULT_FOLDER = hhkb/ansi/32u4
4 changes: 4 additions & 0 deletions keyboards/hhkb/ansi/32u4/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CUSTOM_MATRIX = yes

# project specific files
SRC = matrix.c
3 changes: 3 additions & 0 deletions keyboards/kakunpc/angel64/alpha/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CUSTOM_MATRIX = yes

SRC += matrix.c
3 changes: 3 additions & 0 deletions keyboards/kakunpc/angel64/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CUSTOM_MATRIX = yes

SRC += matrix.c
5 changes: 0 additions & 5 deletions keyboards/kakunpc/angel64/rules.mk

This file was deleted.

2 changes: 0 additions & 2 deletions keyboards/oddball/rules.mk → keyboards/oddball/v1/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
POINTING_DEVICE_DRIVER = adns9800

DEFAULT_FOLDER = oddball/v1
1 change: 1 addition & 0 deletions keyboards/oddball/v2/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POINTING_DEVICE_DRIVER = adns9800
1 change: 1 addition & 0 deletions keyboards/oddball/v2_1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POINTING_DEVICE_DRIVER = adns9800
1 change: 1 addition & 0 deletions keyboards/teleport/native/ansi/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RGB_MATRIX_CUSTOM_KB = yes
1 change: 1 addition & 0 deletions keyboards/teleport/native/iso/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RGB_MATRIX_CUSTOM_KB = yes
3 changes: 0 additions & 3 deletions keyboards/teleport/native/rules.mk

This file was deleted.

2 changes: 2 additions & 0 deletions keyboards/westm/westm68/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
2 changes: 2 additions & 0 deletions keyboards/westm/westm68/rev2/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
2 changes: 2 additions & 0 deletions keyboards/westm/westm9/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
2 changes: 2 additions & 0 deletions keyboards/westm/westm9/rev2/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
3 changes: 3 additions & 0 deletions keyboards/woodkeys/meira/featherble/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Processor frequency
F_CPU = 8000000

CUSTOM_MATRIX = yes
SRC += matrix.c
3 changes: 3 additions & 0 deletions keyboards/woodkeys/meira/promicro/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CUSTOM_MATRIX = yes
SRC += matrix.c

# Disable unsupported hardware
RGBLIGHT_SUPPORTED = no
AUDIO_SUPPORTED = no
4 changes: 0 additions & 4 deletions keyboards/woodkeys/meira/rules.mk

This file was deleted.

1 change: 1 addition & 0 deletions keyboards/work_louder/loop/post_rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SRC += rgb_functions.c
3 changes: 0 additions & 3 deletions keyboards/work_louder/loop/rules.mk

This file was deleted.

1 change: 1 addition & 0 deletions keyboards/work_louder/work_board/post_rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SRC += rgb_functions.c
3 changes: 0 additions & 3 deletions keyboards/work_louder/work_board/rules.mk

This file was deleted.

2 changes: 2 additions & 0 deletions keyboards/zsa/planck_ez/base/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RGBLIGHT_SUPPORTED = no
BACKLIGHT_SUPPORTED = no
2 changes: 2 additions & 0 deletions keyboards/zsa/planck_ez/glow/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RGBLIGHT_SUPPORTED = no
BACKLIGHT_SUPPORTED = no
4 changes: 0 additions & 4 deletions keyboards/zsa/planck_ez/rules.mk

This file was deleted.

0 comments on commit 164b733

Please sign in to comment.