summaryrefslogtreecommitdiff
path: root/keyboards/alas
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-02 09:45:44 -0700
committerGitHub <noreply@github.com>2024-04-02 17:45:44 +0100
commit63bc7b63a650c4da63611900437e06ea7d051f14 (patch)
tree95abb45a74f61457e2e268f68e61340b52ae1589 /keyboards/alas
parent38f7c6e3f386b92df744bd7dbd13284398e373d5 (diff)
Data-Driven Keyboard Conversions: A (#23379)
Diffstat (limited to 'keyboards/alas')
-rwxr-xr-xkeyboards/alas/info.json7
-rw-r--r--keyboards/alas/rules.mk15
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
2DFU_SUFFIX_ARGS = -v FFFF -p FFFF 2DFU_SUFFIX_ARGS = -v FFFF -p FFFF
3
4# Build Options
5# change yes to no to disable
6#
7BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
8MOUSEKEY_ENABLE = yes # Mouse keys
9EXTRAKEY_ENABLE = yes # Audio control and System control
10CONSOLE_ENABLE = no # Console for debug
11COMMAND_ENABLE = no # Commands for debug and configuration
12NKRO_ENABLE = yes # Enable N-Key Rollover
13BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
14RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
15AUDIO_ENABLE = no # Audio output
16
17LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_ansi_tsangan 60_iso 60_iso_split_bs_rshift 60_iso_tsangan 60_tsangan_hhkb