diff options
Diffstat (limited to 'keyboards/soup10')
-rw-r--r-- | keyboards/soup10/config.h | 4 | ||||
-rw-r--r-- | keyboards/soup10/info.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/soup10/config.h b/keyboards/soup10/config.h index 3c7f23d8c7..20754fa2b3 100644 --- a/keyboards/soup10/config.h +++ b/keyboards/soup10/config.h @@ -65,7 +65,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT - -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 1 diff --git a/keyboards/soup10/info.json b/keyboards/soup10/info.json index fa4b129e57..e96e371d3e 100644 --- a/keyboards/soup10/info.json +++ b/keyboards/soup10/info.json @@ -8,6 +8,9 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "bootmagic": { + "matrix": [0, 1] + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { |