~ruther/qmk_firmware

ee588049a9917b644cbbb1818d293629bd130bd1 — QMK Bot 2 years ago 0e01759 + 51f2d27
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/newbs_building_firmware.md
M docs/newbs_building_firmware.md => docs/newbs_building_firmware.md +1 -1
@@ 40,7 40,7 @@ Open your `keymap.c` file in your text editor. Inside this file you'll find the 

This line indicates where the list of Layers begins. Below that you'll find lines containing `LAYOUT`, and these lines indicate the start of a layer. Below that line is the list of keys that comprise a particular layer.

!> When editing your keymap file be careful not to add or remove any commas. If you do you will prevent your firmware from compiling and it may not be easy to figure out where the extra, or missing, comma is.
!> When editing your keymap file be careful not to add or remove any commas. If you do, you will prevent your firmware from compiling and it may not be easy to figure out where the extra, or missing, comma is.

## Customize The Layout To Your Liking