From bc31ebd0c479f8eb74dca8c22a09accbcc6fb02e Mon Sep 17 00:00:00 2001 From: James Young Date: Wed, 26 Feb 2020 21:34:41 -0800 Subject: [PATCH] Hand Wire guide tidying, part 2 --- docs/hand_wire.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hand_wire.md b/docs/hand_wire.md index bfc5e13f6..75fd546fe 100644 --- a/docs/hand_wire.md +++ b/docs/hand_wire.md @@ -183,14 +183,14 @@ The source given by Keyboard Firmware Builder is QMK, but is based on a version 1. Extract the `kb` folder to `qmk_firmware/keyboards/handwired/`. 2. Open the extracted `kb` folder, then proceed to the `keymaps/default/` folder, and open `keymap.c`. - * Locate and delete the `action_get_macro` code block: +3. Locate and delete the `action_get_macro` code block: ``` const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { ... return MACRO_NONE; } ``` - * Save and close `keymap.c`. +4. Save and close `keymap.c`. ## Flashing the Firmware