summaryrefslogtreecommitdiff
path: root/keyboards/halfcliff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-15 11:19:08 -0700
committerGitHub <noreply@github.com>2024-04-15 19:19:08 +0100
commit2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (patch)
tree2ff0ba984be945b6c9145a1b3650a1a0802ca482 /keyboards/halfcliff
parent130a2a31a66f17969102f95045fa2dcfac84e01d (diff)
Data-Driven Keyboard Conversions: H, Part 1 (#23524)
Diffstat (limited to 'keyboards/halfcliff')
-rw-r--r--keyboards/halfcliff/info.json5
-rw-r--r--keyboards/halfcliff/rules.mk16
2 files changed, 5 insertions, 16 deletions
diff --git a/keyboards/halfcliff/info.json b/keyboards/halfcliff/info.json
index 225c5dcb37..1f60537b24 100644
--- a/keyboards/halfcliff/info.json
+++ b/keyboards/halfcliff/info.json
@@ -29,6 +29,11 @@
29 }, 29 },
30 "processor": "atmega32u4", 30 "processor": "atmega32u4",
31 "bootloader": "caterina", 31 "bootloader": "caterina",
32 "features": {
33 "bootmagic": false,
34 "mousekey": false,
35 "extrakey": false
36 },
32 "layouts": { 37 "layouts": {
33 "LAYOUT": { 38 "LAYOUT": {
34 "layout": [ 39 "layout": [
diff --git a/keyboards/halfcliff/rules.mk b/keyboards/halfcliff/rules.mk
index 425015c04d..8784813b33 100644
--- a/keyboards/halfcliff/rules.mk
+++ b/keyboards/halfcliff/rules.mk
@@ -1,18 +1,2 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13ENCODER_ENABLE = no
14POINTING_DEVICE_ENABLE = no
15CUSTOM_MATRIX = yes 1CUSTOM_MATRIX = yes
16OLED_ENABLE = no
17
18SRC += matrix.c 2SRC += matrix.c