qmk-dactyl-manuform-a/keyboards/orthodox/orthodox.h

14 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