summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing/ivy
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-22 20:06:24 -0700
committerGitHub <noreply@github.com>2024-04-23 04:06:24 +0100
commita1cbdf145fe90a60fed2d567ac944277a4234089 (patch)
tree3799bb08f26802f25df95169f6b68176b4724977 /keyboards/maple_computing/ivy
parentdc0095c64b2658a8fb5421ce93cb6bdc53806693 (diff)
Data-Driven Keyboard Conversions: M, Part 1 (#23590)
Diffstat (limited to 'keyboards/maple_computing/ivy')
-rw-r--r--keyboards/maple_computing/ivy/rev1/keyboard.json6
-rw-r--r--keyboards/maple_computing/ivy/rules.mk13
2 files changed, 6 insertions, 13 deletions
diff --git a/keyboards/maple_computing/ivy/rev1/keyboard.json b/keyboards/maple_computing/ivy/rev1/keyboard.json
index de89abee75..a4c5cdcce3 100644
--- a/keyboards/maple_computing/ivy/rev1/keyboard.json
+++ b/keyboards/maple_computing/ivy/rev1/keyboard.json
@@ -19,6 +19,12 @@
19 }, 19 },
20 "processor": "atmega32u4", 20 "processor": "atmega32u4",
21 "bootloader": "caterina", 21 "bootloader": "caterina",
22 "features": {
23 "bootmagic": false,
24 "mousekey": false,
25 "extrakey": true,
26 "backlight": true
27 },
22 "layouts": { 28 "layouts": {
23 "LAYOUT": { 29 "LAYOUT": {
24 "layout": [ 30 "layout": [
diff --git a/keyboards/maple_computing/ivy/rules.mk b/keyboards/maple_computing/ivy/rules.mk
index 49af313aeb..2665d44abd 100644
--- a/keyboards/maple_computing/ivy/rules.mk
+++ b/keyboards/maple_computing/ivy/rules.mk
@@ -1,14 +1 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
11AUDIO_ENABLE = no # Audio output
12RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
13
14DEFAULT_FOLDER = maple_computing/ivy/rev1 DEFAULT_FOLDER = maple_computing/ivy/rev1