diff options
Diffstat (limited to 'keyboards/aves60')
-rw-r--r-- | keyboards/aves60/config.h | 4 | ||||
-rw-r--r-- | keyboards/aves60/info.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/aves60/config.h b/keyboards/aves60/config.h index cff93a705f..9c0fe39dbe 100644 --- a/keyboards/aves60/config.h +++ b/keyboards/aves60/config.h @@ -71,7 +71,3 @@ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT - -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 4 -#define BOOTMAGIC_LITE_COLUMN 6 diff --git a/keyboards/aves60/info.json b/keyboards/aves60/info.json index 4a5f26325a..71420c4423 100644 --- a/keyboards/aves60/info.json +++ b/keyboards/aves60/info.json @@ -8,6 +8,9 @@ "pid": "0xD408", "device_version": "0.0.1" }, + "bootmagic": { + "matrix": [4, 6] + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { |