forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreonic.h
More file actions
26 lines (20 loc) · 670 Bytes
/
preonic.h
File metadata and controls
26 lines (20 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#pragma once
#include "quantum.h"
/**************************************************
** Include headers specific to keyboard revision **
**************************************************/
#ifdef KEYBOARD_preonic_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_preonic_rev2
#include "rev2.h"
#endif
#ifdef KEYBOARD_preonic_rev3
#include "rev3.h"
#endif
/**************************************************
** Layout macros aliases common to all revisions **
** **
** Name of Alias Matrix Name: **
******* ----------------- ------------------- ****/
#define LAYOUT_ortho_5x12 LAYOUT_preonic_grid