diff options
Diffstat (limited to 'quantum/template/base/keyboard.h')
| -rw-r--r-- | quantum/template/base/keyboard.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/quantum/template/base/keyboard.h b/quantum/template/base/keyboard.h index 2e531b1fd..8a21d9257 100644 --- a/quantum/template/base/keyboard.h +++ b/quantum/template/base/keyboard.h | |||
| @@ -13,11 +13,12 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | |||
| 16 | #pragma once | 17 | #pragma once |
| 17 | 18 | ||
| 18 | #include "quantum.h" | 19 | #include "quantum.h" |
| 19 | 20 | ||
| 20 | /* This a shortcut to help you visually see your layout. | 21 | /* This is a shortcut to help you visually see your layout. |
| 21 | * | 22 | * |
| 22 | * The first section contains all of the arguments representing the physical | 23 | * The first section contains all of the arguments representing the physical |
| 23 | * layout of the board and position of the keys. | 24 | * layout of the board and position of the keys. |
| @@ -27,9 +28,9 @@ | |||
| 27 | */ | 28 | */ |
| 28 | #define LAYOUT( \ | 29 | #define LAYOUT( \ |
| 29 | k00, k01, k02, \ | 30 | k00, k01, k02, \ |
| 30 | k10, k11 \ | 31 | k10, k12 \ |
| 31 | ) \ | 32 | ) \ |
| 32 | { \ | 33 | { \ |
| 33 | { k00, k01, k02 }, \ | 34 | { k00, k01, k02 }, \ |
| 34 | { k10, KC_NO, k11 }, \ | 35 | { k10, KC_NO, k12 } \ |
| 35 | } | 36 | } |
