From b39285807e1d21300e8a5dbbf6f2c43a8aab3494 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 30 May 2024 10:00:28 +0100 Subject: [docs] Fix code blocks overflowing page width (#23829) Fix code blocks overflowing page width--- docs/hand_wire.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/hand_wire.md') diff --git a/docs/hand_wire.md b/docs/hand_wire.md index 460e8e8be6..0928888f0e 100644 --- a/docs/hand_wire.md +++ b/docs/hand_wire.md @@ -181,7 +181,9 @@ Go through the rest of the tabs, assigning keys until you get to the last one wh The source given by Keyboard Firmware Builder is QMK, but is based on a version of QMK from early 2017. To compile the firmware in a modern version of QMK Firmware, you'll need to export via the `Save Configuration` button, then run: - qmk import-kbfirmware /path/to/export.json +``` +qmk import-kbfirmware /path/to/export.json +``` For example: -- cgit v1.2.3