#ifndef MINIDOX_H
#define MINIDOX_H

#ifdef KEYBOARD_minidox_rev1
    #include "rev1.h"
#endif

#include "quantum.h"

#endif