]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
warn->danger
authorskullY <skullydazed@gmail.com>
Tue, 6 Mar 2018 23:39:46 +0000 (15:39 -0800)
committerskullY <skullydazed@gmail.com>
Tue, 6 Mar 2018 23:39:46 +0000 (15:39 -0800)
docs/newbs_building_firmware.md

index 181761c717b1858c65a8db50e94de690e41e846c..ea01a1a6266a6cf42efaa17f85471660ccb0a3c8 100644 (file)
@@ -32,7 +32,7 @@ Open up your `keymap.c`. Inside this file you'll find the structure that control
 
 This line indicates the start of the list of Layers. Below that you'll find lines containing either `LAYOUT` or `KEYMAP`, and these lines indicate the start of a layer. Below that line is the list of keys that comprise a that particular layer.
 
-{% hint style='warn' %}
+{% hint style='danger' %}
 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.
 {% endhint %}