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

12 lines
188 B
C

#pragma once
#include "quantum.h"
#ifdef KEYBOARD_ergodash_rev1
#include "rev1.h"
#endif // #ifdef KEYBOARD_ergodash_rev1
#ifdef KEYBOARD_ergodash_mini
#include "mini.h"
#endif