X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fhand_wire.md;h=b5a565714109e486458245fc102a6625a81854ac;hb=3f3fa0791895f14370b4bb3e8512597688c45122;hp=8f329daf8bc49b779db992d6e263ae1aa45800e5;hpb=dc7d0c7b7442b87600352e083e3da4a08cb2d069;p=qmk_firmware.git diff --git a/docs/hand_wire.md b/docs/hand_wire.md index 8f329daf8..b5a565714 100644 --- a/docs/hand_wire.md +++ b/docs/hand_wire.md @@ -273,7 +273,7 @@ Notice how the `k11` and `KC_NO` switched places to represent the wiring, and th ### keymaps//default.c -This is the actual keymap for your keyboard, and the main place you'll make changes as you perfect your layout. `default.c` is the file that gets pull by default when typing `make`, but you can make other files as well, and specify them by typing `make handwired--`, which will pull `keymaps//keymap.c`. +This is the actual keymap for your keyboard, and the main place you'll make changes as you perfect your layout. `default.c` is the file that gets pull by default when typing `make`, but you can make other files as well, and specify them by typing `make handwired/:`, which will pull `keymaps//keymap.c`. The basis of a keymap is its layers - by default, layer 0 is active. You can activate other layers, the highest of which will be referenced first. Let's start with our base layer.