From 7346b6a6b41b4562af22fa9c7544b8b44c9f57e0 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Oct 2021 16:23:41 -0700 Subject: [PATCH] set our platform to STM32 --- examples/Devices/Keyboardio/Model100/sketch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Devices/Keyboardio/Model100/sketch.json b/examples/Devices/Keyboardio/Model100/sketch.json index e00344e9..3fba2eeb 100644 --- a/examples/Devices/Keyboardio/Model100/sketch.json +++ b/examples/Devices/Keyboardio/Model100/sketch.json @@ -1,6 +1,6 @@ { "cpu": { - "fqbn": "keyboardio:gd32:keyboardio_model_100", + "fqbn": "keyboardio:STM32F1:keyboardio_model_100", "port": "" } }