From 61de548acbb0fc2569df9667b094ef5d881b48f5 Mon Sep 17 00:00:00 2001 From: "Lee A. Butler" Date: Wed, 22 Dec 2021 16:10:12 -0500 Subject: [PATCH] improve wording on step 6 --- docs/Getting_Started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Getting_Started.md b/docs/Getting_Started.md index 4374b5f..dc34151 100644 --- a/docs/Getting_Started.md +++ b/docs/Getting_Started.md @@ -41,10 +41,11 @@ if __name__ == '__main__': ``` -5. With a wire / paperclip / whatever, connect the col_pin and row_pin together (or the pins you chose for your boards) +5. With a wire / paperclip / whatever, connect the pins you selected for col_pin and row_pin together. + ![feather and keeboar example pins](pins56.jpg) -6. If it prints a "A" (or a "Q" or ... depending on your keyboard layout), you're done! +6. If it prints the letter "a" (or a "Q" or ... depending on your keyboard layout), you're done!