diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-15 11:19:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 19:19:08 +0100 |
| commit | 2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (patch) | |
| tree | 2ff0ba984be945b6c9145a1b3650a1a0802ca482 /keyboards/halfcliff | |
| parent | 130a2a31a66f17969102f95045fa2dcfac84e01d (diff) | |
Data-Driven Keyboard Conversions: H, Part 1 (#23524)
Diffstat (limited to 'keyboards/halfcliff')
| -rw-r--r-- | keyboards/halfcliff/info.json | 5 | ||||
| -rw-r--r-- | keyboards/halfcliff/rules.mk | 16 |
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 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = no # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | ENCODER_ENABLE = no | ||
| 14 | POINTING_DEVICE_ENABLE = no | ||
| 15 | CUSTOM_MATRIX = yes | 1 | CUSTOM_MATRIX = yes |
| 16 | OLED_ENABLE = no | ||
| 17 | |||
| 18 | SRC += matrix.c | 2 | SRC += matrix.c |
