zinc.h 172 B

1234567891011121314
  1. #ifndef ZINC_H
  2. #define ZINC_H
  3. #ifdef KEYBOARD_zinc_reva
  4. #include "reva.h"
  5. #endif
  6. #ifdef KEYBOARD_zinc_rev1
  7. #include "rev1.h"
  8. #endif
  9. #include "quantum.h"
  10. #endif