diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-02 09:45:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 17:45:44 +0100 |
| commit | 63bc7b63a650c4da63611900437e06ea7d051f14 (patch) | |
| tree | 95abb45a74f61457e2e268f68e61340b52ae1589 /keyboards/alas | |
| parent | 38f7c6e3f386b92df744bd7dbd13284398e373d5 (diff) | |
Data-Driven Keyboard Conversions: A (#23379)
Diffstat (limited to 'keyboards/alas')
| -rwxr-xr-x | keyboards/alas/info.json | 7 | ||||
| -rw-r--r-- | keyboards/alas/rules.mk | 15 |
2 files changed, 7 insertions, 15 deletions
diff --git a/keyboards/alas/info.json b/keyboards/alas/info.json index 5c5e29f595..b5617189de 100755 --- a/keyboards/alas/info.json +++ b/keyboards/alas/info.json | |||
| @@ -8,6 +8,12 @@ | |||
| 8 | "pid": "0x414C", | 8 | "pid": "0x414C", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "mousekey": true, | ||
| 14 | "extrakey": true, | ||
| 15 | "nkro": true | ||
| 16 | }, | ||
| 11 | "indicators": { | 17 | "indicators": { |
| 12 | "caps_lock": "B6", | 18 | "caps_lock": "B6", |
| 13 | "on_state": 0 | 19 | "on_state": 0 |
| @@ -19,6 +25,7 @@ | |||
| 19 | "diode_direction": "COL2ROW", | 25 | "diode_direction": "COL2ROW", |
| 20 | "processor": "STM32F072", | 26 | "processor": "STM32F072", |
| 21 | "bootloader": "stm32-dfu", | 27 | "bootloader": "stm32-dfu", |
| 28 | "community_layouts": ["60_ansi", "60_ansi_split_bs_rshift", "60_ansi_tsangan", "60_iso", "60_iso_split_bs_rshift", "60_iso_tsangan", "60_tsangan_hhkb"], | ||
| 22 | "layouts": { | 29 | "layouts": { |
| 23 | "LAYOUT_all": { | 30 | "LAYOUT_all": { |
| 24 | "layout": [ | 31 | "layout": [ |
diff --git a/keyboards/alas/rules.mk b/keyboards/alas/rules.mk index 916e1bf9bb..0ab54aaaf7 100644 --- a/keyboards/alas/rules.mk +++ b/keyboards/alas/rules.mk | |||
| @@ -1,17 +1,2 @@ | |||
| 1 | # Wildcard to allow APM32 MCU | 1 | # Wildcard to allow APM32 MCU |
| 2 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 2 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
| 3 | |||
| 4 | # Build Options | ||
| 5 | # change yes to no to disable | ||
| 6 | # | ||
| 7 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 8 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 9 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 10 | CONSOLE_ENABLE = no # Console for debug | ||
| 11 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 12 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 13 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 14 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 15 | AUDIO_ENABLE = no # Audio output | ||
| 16 | |||
| 17 | LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_ansi_tsangan 60_iso 60_iso_split_bs_rshift 60_iso_tsangan 60_tsangan_hhkb | ||
