diff options
| author | Duncan Sutherland | 2024-10-07 06:29:43 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-07 06:29:43 +0200 |
| commit | c3ffbe4504a07c69da0c642e4fad15ccbaabc692 (patch) | |
| tree | 4e6abfb162ef695e2c140d0e4bf200213371c640 /keyboards | |
| parent | 8c27ae8fd76dbc6f95f8fa5d9a94745a9cad7bdc (diff) | |
add ergodox Community Layout for LAYOUT_ergodox keyboards (#22963)
initial commit
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/ergodox_stm32/keyboard.json | 1 | ||||
| -rw-r--r-- | keyboards/phoenix/keyboard.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_stm32/keyboard.json b/keyboards/ergodox_stm32/keyboard.json index 9315a3971f..49c0a858d4 100644 --- a/keyboards/ergodox_stm32/keyboard.json +++ b/keyboards/ergodox_stm32/keyboard.json @@ -17,6 +17,7 @@ }, "processor": "STM32F103", "bootloader": "custom", + "community_layouts": ["ergodox"], "layouts": { "LAYOUT_ergodox": { "layout": [ diff --git a/keyboards/phoenix/keyboard.json b/keyboards/phoenix/keyboard.json index f3eb6a8d55..d0d99c9404 100644 --- a/keyboards/phoenix/keyboard.json +++ b/keyboards/phoenix/keyboard.json @@ -41,6 +41,7 @@ "processor": "STM32F401", "bootloader": "stm32-dfu", "board": "BLACKPILL_STM32_F401", + "community_layouts": ["ergodox"], "layouts": { "LAYOUT_ergodox": { "layout": [ |