minidox.h 124 B

12345678910
  1. #ifndef MINIDOX_H
  2. #define MINIDOX_H
  3. #ifdef KEYBOARD_minidox_rev1
  4. #include "rev1.h"
  5. #endif
  6. #include "quantum.h"
  7. #endif