diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:49:49 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 08:49:49 +1100 |
| commit | d784f78bd0a034c1d6085379615014fd701536ab (patch) | |
| tree | 2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/tweetydabird | |
| parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) | |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/tweetydabird')
| -rw-r--r-- | keyboards/tweetydabird/lbs6/config.h | 9 | ||||
| -rw-r--r-- | keyboards/tweetydabird/lbs6/info.json | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/keyboards/tweetydabird/lbs6/config.h b/keyboards/tweetydabird/lbs6/config.h deleted file mode 100644 index 27f3694737..0000000000 --- a/keyboards/tweetydabird/lbs6/config.h +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | // Copyright 2022 Markus Knutsson (@TweetyDaBird) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | // Bootmagic Lite key configuration | ||
| 7 | // Not yet supported in info.json ? | ||
| 8 | #define BOOTMAGIC_LITE_ROW 2 | ||
| 9 | #define BOOTMAGIC_LITE_COLUMN 2 | ||
diff --git a/keyboards/tweetydabird/lbs6/info.json b/keyboards/tweetydabird/lbs6/info.json index 017a223a1d..a0612fabd6 100644 --- a/keyboards/tweetydabird/lbs6/info.json +++ b/keyboards/tweetydabird/lbs6/info.json | |||
| @@ -26,6 +26,9 @@ | |||
| 26 | "pid": "0x23B0", | 26 | "pid": "0x23B0", |
| 27 | "device_version": "1.1.0" | 27 | "device_version": "1.1.0" |
| 28 | }, | 28 | }, |
| 29 | "bootmagic": { | ||
| 30 | "matrix": [2, 2] | ||
| 31 | }, | ||
| 29 | 32 | ||
| 30 | "matrix_pins": { | 33 | "matrix_pins": { |
| 31 | "direct": [ | 34 | "direct": [ |
