You will see a lot of output and if everything worked correctly you will see the built hex files:
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:
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:
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.
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.