]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/alpha/alpha.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / alpha / alpha.h
1 #ifndef KB_H
2 #define KB_H
3
4 #include "quantum.h"
5
6 #define LAYOUT( \
7         K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, \
8         K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, \
9         K200, K201, K202, K203,       K205,       K207, K208, K209  \
10 ) { \
11         { K000,  K001,  K002,  K003,  K004,  K005,  K006,  K007,  K008,  K009 }, \
12         { K100,  K101,  K102,  K103,  K104,  K105,  K106,  K107,  K108,  K109 }, \
13         { K200,  K201,  K202,  K203,  KC_NO, K205,  KC_NO, K207,  K208,  K209 }  \
14 }
15
16 #endif