diff options
author | Joel Challis <git@zvecr.com> | 2022-08-23 14:42:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 14:42:23 +0100 |
commit | ee416048d974e6a40c0eef48126c19a6fc6f53f4 (patch) | |
tree | 328de932583af89df2378e3506d735f468848bee /keyboards/cantor | |
parent | f9584c8368c05add750b7fe342f33772b033363f (diff) | |
download | qmk_firmware-ee416048d974e6a40c0eef48126c19a6fc6f53f4.tar.gz qmk_firmware-ee416048d974e6a40c0eef48126c19a6fc6f53f4.zip |
Use correct board files for cantor (#18144)
Diffstat (limited to 'keyboards/cantor')
-rw-r--r-- | keyboards/cantor/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cantor/info.json b/keyboards/cantor/info.json index 9669227bc3..6d599f4300 100644 --- a/keyboards/cantor/info.json +++ b/keyboards/cantor/info.json @@ -12,7 +12,7 @@ "nkro": true }, "processor": "STM32F401", - "board": "BLACKPILL_STM32_F411", + "board": "BLACKPILL_STM32_F401", "url": "https://github.com/diepala/cantor", "usb": { "device_version": "1.0.0", |