]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/prime_exl/prime_exl.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / handwired / prime_exl / prime_exl.h
1 /* Copyright 2018 Holten Campbell
2  *
3  * This program is free software: you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License as published by
5  * the Free Software Foundation, either version 2 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
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/>.
15  */
16 //#ifndef PRIME_EXL_H
17 //#define PRIME_EXL_H
18
19 #include "quantum.h"
20
21 #define LAYOUT( \
22         K040, K050, K041, K051, K042, K052,             K043, K053, K044, K054, K045, K055,             K046, K056, K047, K057, K048, K058, \
23         K030, K060, K031, K061, K032, K062,             K033, K063, K034, K064, K035, K065,             K036, K066, K037, K067, K038, K068, \
24         K020, K070, K021, K071, K022, K072,             K023, K073, K024, K074, K025, K075,             K085, K026, K076, K027, K077, K028, K078, \
25         K010, K080, K011, K081, K012, K082,             K013, K083, K014, K084,         K015,                                   K016,             K086, K017, K087, K018, \
26         K000, K090, K001, K091, K002, K092 \
27 ) { \
28         { K000,  K001,  K002,  KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO }, \
29         { K010,  K011,  K012,  K013,  K014,  K015,  K016,  K017,  K018 }, \
30         { K020,  K021,  K022,  K023,  K024,  K025,  K026,  K027,  K028 }, \
31         { K030,  K031,  K032,  K033,  K034,  K035,  K036,  K037,  K038 }, \
32         { K040,  K041,  K042,  K043,  K044,  K045,  K046,  K047,  K048 }, \
33         { K050,  K051,  K052,  K053,  K054,  K055,  K056,  K057,  K058 }, \
34         { K060,  K061,  K062,  K063,  K064,  K065,  K066,  K067,  K068 }, \
35         { K070,  K071,  K072,  K073,  K074,  K075,  K076,  K077,  K078 }, \
36         { K080,  K081,  K082,  K083,  K084,  K085,  K086,  K087,  KC_NO }, \
37         { K090,  K091,  K092,  KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO }  \
38 }
39
40 //#endif