jc65.h 174 B

1234567891011121314
  1. #ifndef JC65_H
  2. #define JC65_H
  3. #include "quantum.h"
  4. #ifdef KEYBOARD_jc65_v32u4
  5. #include "v32u4.h"
  6. #endif
  7. #ifdef KEYBOARD_jc65_v32a
  8. #include "v32a.h"
  9. #endif
  10. #endif