]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update docs/hardware_keyboard_guidelines.md
authorKonstantin Đorđević <vomindoraan@gmail.com>
Mon, 14 Jan 2019 18:00:03 +0000 (10:00 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 8 Feb 2019 23:13:20 +0000 (15:13 -0800)
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
docs/hardware_keyboard_guidelines.md

index 6b996ecf62a58e677d70ef8a04453a7a753f5256..e6be7aeced77a9c499ba2f98fcccfce1b4a4c839 100644 (file)
@@ -72,7 +72,7 @@ The following functions are typically defined in this file:
 
 ### `<keyboard_name.h>`
 
-This file is used to define the matrix for your keyboard. You should define at least one CPP macro named `LAYOUT` which translates an array into a matrix representing your switch matrix. If it's possible to build your keyboard with multiple layouts you may define additional macros.
+This file is used to define the matrix for your keyboard. You should define at least one C macro named `LAYOUT` which translates an array into a matrix representing the physical switch matrix for your keyboard. If it's possible to build your keyboard with multiple layouts you may define additional macros.
 
 When defining multiple layouts you should have a base layout, named `LAYOUT`, that supports all possible switch positions on your matrix, even if that layout is impossible to build physically. This is the macro you should use in your `default` keymap. You should then have additional keymaps named `default-<layout>` that use your other layout macros. This will make it easier for people to use the layouts you define.