From 1be650cfcb2da097c0ae3dd2a4ca341ee5ed7777 Mon Sep 17 00:00:00 2001 From: Date: Sat, 10 Jun 2017 11:40:32 -0400 Subject: [PATCH] Modified readme --- keyboards/orthodox/readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/keyboards/orthodox/readme.md b/keyboards/orthodox/readme.md index 0046d0e312..45502d9f15 100644 --- a/keyboards/orthodox/readme.md +++ b/keyboards/orthodox/readme.md @@ -22,26 +22,24 @@ $ make rev1 You will see a lot of output and if everything worked correctly you will see the built hex files: ``` -orhtodox_rev1_serial.hex +orthodox_rev1_serial.hex ``` If you would like to use one of the alternative keymaps, or create your own, copy one of the existing [keymaps](keymaps/) and run make like so: ``` -$ make rev2-YOUR_KEYMAP_NAME +$ make rev1-YOUR_KEYMAP_NAME ``` If everything worked correctly you will see a file: ``` -lets_split_rev2_YOUR_KEYMAP_NAME.hex +orthodox_rev1_YOUR_KEYMAP_NAME.hex ``` For more information on customizing keymaps, take a look at the primary documentation for [Customizing Your Keymap](/readme.md##customizing-your-keymap) in the main readme.md. -### Let's split 1.0 -If you have a first generation Let's Split you will need to use the revision 1 code. To do so, use `rev1` in all your commands instead. Features --------