]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/felix/felix.h
Extended the hint of the programmer to link to the relevant README part instead of...
[qmk_firmware.git] / keyboards / felix / felix.h
1 #ifndef FELIX_H
2 #define FELIX_H
3
4 #include "quantum.h"
5
6 #define KEYMAP( \
7     K000, K001, K002, K003, \
8     K100, K101, K102, K103, \
9     K200, K201, K202, K203, \
10     K300, K301, K302, K303, \
11     K400, K401, K402, K403  \
12 ) { \
13     { K000, K001, K002, K003 }, \
14     { K100, K101, K102, K103 }, \
15     { K200, K201, K202, K203 }, \
16     { K300, K301, K302, K303 }, \
17     { K400, K401, K402, K403 }  \
18 }
19
20 #endif