38d8d5445e
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
13 lines
219 B
C
13 lines
219 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#ifdef KEYBOARD_orthodox_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
#ifdef KEYBOARD_orthodox_rev3
|
|
#include "rev3.h"
|
|
#endif
|
|
#ifdef KEYBOARD_orthodox_rev3_teensy
|
|
#include "rev3_teensy.h"
|
|
#endif
|