From 3d9fb9d4e003c84e87ef37646e8bf4aaa43655f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 19 Feb 2017 16:18:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d362f6..bb0db8f 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ Before flashing the firmware of the right keyboard half, [the bootloader](https: ## Building and flashing the firmware -In KDS, click on Run > Debug Configurations, then you have two choices: +In KDS, click on *Run > Debug Configurations*, then you have two choices: 1. You can select *C/C++ Application > uhk-right v7 release kboot* to flash the firmware via the bootloader. 2. You can select *GDB SEGGER J-Link Debugging > uhk-right v7 release jlink* to flash the firmware via a SEGGER J-Link USB debug probe. In this case, the target device (left or right keyboard half, or add-on module) must be powered, and it must be connected to the debug probe. +Lastly, click on the *Debug* button to flash the firmware. + ## Contributing Want to contribute? Let us show you [how](/CONTRIBUTING.md).