diff options
| author | Ryan <fauxpark@gmail.com> | 2023-01-10 13:48:20 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 02:48:20 +0000 |
| commit | 56555c61e1396a0b1f85105abe78f0a2b3a7c4f3 (patch) | |
| tree | 8053ff93c09f1db27026798f79b6dee5cd207939 /keyboards/spaceman | |
| parent | 59ae682dc9b3e2946a71533cfc62661d2545ed30 (diff) | |
Migrate `LAYOUTS` to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9
* Migrate `LAYOUTS` to data driven, A
* Migrate `LAYOUTS` to data driven, B
* Migrate `LAYOUTS` to data driven, C
* Migrate `LAYOUTS` to data driven, D
* Migrate `LAYOUTS` to data driven, E
* Migrate `LAYOUTS` to data driven, F
* Migrate `LAYOUTS` to data driven, G
* Migrate `LAYOUTS` to data driven, H
* Migrate `LAYOUTS` to data driven, handwired
* Migrate `LAYOUTS` to data driven, I
* Migrate `LAYOUTS` to data driven, J
* Migrate `LAYOUTS` to data driven, K
* Migrate `LAYOUTS` to data driven, L
* Migrate `LAYOUTS` to data driven, M
* Migrate `LAYOUTS` to data driven, N
* Migrate `LAYOUTS` to data driven, O
* Migrate `LAYOUTS` to data driven, P
* Migrate `LAYOUTS` to data driven, Q
* Migrate `LAYOUTS` to data driven, R
* Migrate `LAYOUTS` to data driven, S
* Migrate `LAYOUTS` to data driven, T
* Migrate `LAYOUTS` to data driven, U
* Migrate `LAYOUTS` to data driven, V
* Migrate `LAYOUTS` to data driven, W
* Migrate `LAYOUTS` to data driven, X
* Migrate `LAYOUTS` to data driven, Y
* Migrate `LAYOUTS` to data driven, Z
Diffstat (limited to 'keyboards/spaceman')
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/feather/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/info.json | 1 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/promicro/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev2/info.json | 1 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev2/rules.mk | 2 |
5 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/spaceman/pancake/rev1/feather/rules.mk b/keyboards/spaceman/pancake/rev1/feather/rules.mk index c213c70872..caf6cdc373 100644 --- a/keyboards/spaceman/pancake/rev1/feather/rules.mk +++ b/keyboards/spaceman/pancake/rev1/feather/rules.mk | |||
| @@ -22,8 +22,6 @@ RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to th | |||
| 22 | BLUETOOTH_ENABLE = yes | 22 | BLUETOOTH_ENABLE = yes |
| 23 | BLUETOOTH_DRIVER = BluefruitLE | 23 | BLUETOOTH_DRIVER = BluefruitLE |
| 24 | 24 | ||
| 25 | LAYOUTS = ortho_4x12 planck_mit | ||
| 26 | |||
| 27 | # Disable unsupported hardware | 25 | # Disable unsupported hardware |
| 28 | RGBLIGHT_SUPPORTED = no | 26 | RGBLIGHT_SUPPORTED = no |
| 29 | AUDIO_SUPPORTED = no | 27 | AUDIO_SUPPORTED = no |
diff --git a/keyboards/spaceman/pancake/rev1/info.json b/keyboards/spaceman/pancake/rev1/info.json index b05601cfa4..8d781d89c3 100644 --- a/keyboards/spaceman/pancake/rev1/info.json +++ b/keyboards/spaceman/pancake/rev1/info.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "pid": "0x504B", | 8 | "pid": "0x504B", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "community_layouts": ["ortho_4x12", "planck_mit"], | ||
| 11 | "layouts": { | 12 | "layouts": { |
| 12 | "LAYOUT_planck_mit": { | 13 | "LAYOUT_planck_mit": { |
| 13 | "layout": [ | 14 | "layout": [ |
diff --git a/keyboards/spaceman/pancake/rev1/promicro/rules.mk b/keyboards/spaceman/pancake/rev1/promicro/rules.mk index 561b3da8fe..fd6dd2408a 100644 --- a/keyboards/spaceman/pancake/rev1/promicro/rules.mk +++ b/keyboards/spaceman/pancake/rev1/promicro/rules.mk | |||
| @@ -17,8 +17,6 @@ BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not b | |||
| 17 | AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below | 17 | AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below |
| 18 | RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port. | 18 | RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port. |
| 19 | 19 | ||
| 20 | LAYOUTS = ortho_4x12 planck_mit | ||
| 21 | |||
| 22 | # Disable unsupported hardware | 20 | # Disable unsupported hardware |
| 23 | RGBLIGHT_SUPPORTED = no | 21 | RGBLIGHT_SUPPORTED = no |
| 24 | AUDIO_SUPPORTED = no | 22 | AUDIO_SUPPORTED = no |
diff --git a/keyboards/spaceman/pancake/rev2/info.json b/keyboards/spaceman/pancake/rev2/info.json index 300d0f6090..4a21bf8c62 100644 --- a/keyboards/spaceman/pancake/rev2/info.json +++ b/keyboards/spaceman/pancake/rev2/info.json | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | "pid": "0x5032", | 8 | "pid": "0x5032", |
| 9 | "device_version": "0.0.2" | 9 | "device_version": "0.0.2" |
| 10 | }, | 10 | }, |
| 11 | "community_layouts": ["ortho_4x12"], | ||
| 11 | "layouts": { | 12 | "layouts": { |
| 12 | "LAYOUT_ortho_4x12": { | 13 | "LAYOUT_ortho_4x12": { |
| 13 | "layout": [ | 14 | "layout": [ |
diff --git a/keyboards/spaceman/pancake/rev2/rules.mk b/keyboards/spaceman/pancake/rev2/rules.mk index fa32ecc897..6835fae82a 100644 --- a/keyboards/spaceman/pancake/rev2/rules.mk +++ b/keyboards/spaceman/pancake/rev2/rules.mk | |||
| @@ -18,5 +18,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
| 18 | AUDIO_ENABLE = no # Audio output | 18 | AUDIO_ENABLE = no # Audio output |
| 19 | OLED_ENABLE = yes | 19 | OLED_ENABLE = yes |
| 20 | OLED_DRIVER = SSD1306 | 20 | OLED_DRIVER = SSD1306 |
| 21 | |||
| 22 | LAYOUTS = ortho_4x12 | ||
