crkbd.h 95 B

12345678
  1. #ifndef CRKBD_H
  2. #define CRKBD_H
  3. #ifdef KEYBOARD_crkbd_rev1
  4. #include "rev1.h"
  5. #endif
  6. #endif