27 lines
610 B
C
Raw Normal View History

#pragma once
2016-04-01 14:44:08 -04:00
2016-05-15 01:07:48 -04:00
#include "quantum.h"
2016-04-01 14:44:08 -04:00
/**************************************************
** Include headers specific to keyboard revision **
***************************************************/
#ifdef KEYBOARD_preonic_rev1
#include "rev1.h"
#endif
2018-07-19 23:57:13 -04:00
#ifdef KEYBOARD_preonic_rev2
#include "rev2.h"
#endif
2018-07-19 23:57:13 -04:00
#ifdef KEYBOARD_preonic_rev3
#include "rev3.h"
#endif
2018-07-19 23:57:13 -04:00
/**************************************************
** Layout macros aliases common to all revisions **
2018-07-19 23:57:13 -04:00
Name of Alias Matrix Name:
----------------- ------------------- ****/
#define LAYOUT_ortho_5x12 LAYOUT_preonic_grid