diff options
| author | Ryan | 2023-02-16 22:49:49 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-16 22:49:49 +0100 |
| commit | d784f78bd0a034c1d6085379615014fd701536ab (patch) | |
| tree | 2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/a_dux | |
| parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) | |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/a_dux')
| -rw-r--r-- | keyboards/a_dux/config.h | 7 | ||||
| -rw-r--r-- | keyboards/a_dux/info.json | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/a_dux/config.h b/keyboards/a_dux/config.h index d636139928..9f5876f2ef 100644 --- a/keyboards/a_dux/config.h +++ b/keyboards/a_dux/config.h @@ -26,10 +26,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SOFT_SERIAL_PIN D1 #define EE_HANDS - -/* Top left key on left half */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 -/* Top right key on right half */ -#define BOOTMAGIC_LITE_ROW_RIGHT 4 -#define BOOTMAGIC_LITE_COLUMN_RIGHT 4 diff --git a/keyboards/a_dux/info.json b/keyboards/a_dux/info.json index 6292d5e707..a19443cf7e 100644 --- a/keyboards/a_dux/info.json +++ b/keyboards/a_dux/info.json @@ -19,6 +19,9 @@ ] }, "split": { + "bootmagic": { + "matrix": [4, 4] + }, "matrix_pins": { "right": { "direct": [ |