You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
167 B

  1. #ifndef ECO_H
  2. #define ECO_H
  3. #ifdef KEYBOARD_eco_rev1
  4. #include "rev1.h"
  5. #endif
  6. #ifdef KEYBOARD_eco_rev2
  7. #include "rev2.h"
  8. #endif
  9. #include "quantum.h"
  10. #endif