]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/hardware_keyboard_guidelines.md
Switch from echo to printf for output without newlines
[qmk_firmware.git] / docs / hardware_keyboard_guidelines.md
index fcc3b75ceb44e5bfd007cf9a7016712546f3f7da..0a4e2d11b8730fec7cac725e6f20f8a587969e78 100644 (file)
@@ -91,7 +91,7 @@ All key positions and rotations are specified in relation to the top-left corner
 * `RY`
   * The absolute position of the point to rotate the key around in the vertical axis. Default: `y`
 * `KS`
-  * Key Shape: define a polygon by providing a list of points, in Key Units. 
+  * Key Shape: define a polygon by providing a list of points, in Key Units.
   * **Important**: These are relative to the top-left of the key, not absolute.
   * Example ISO Enter: `[ [0,0], [1.5,0], [1.5,2], [0.25,2], [0.25,1], [0,1], [0,0] ]`