config.h 366 B

123456789101112131415161718192021222324
  1. #pragma once
  2. #ifdef PRODUCT
  3. #undef PRODUCT
  4. #define PRODUCT Iris Keyboard - pvinis
  5. #endif
  6. // Use I2C or Serial, not both
  7. #define USE_SERIAL
  8. // #define USE_I2C
  9. // Select hand configuration
  10. #define MASTER_LEFT
  11. // #define MASTER_RIGHT
  12. // #define EE_HANDS
  13. // choose pin to use for audio. c6 is the one iris uses.
  14. #ifdef AUDIO_ENABLE
  15. #define C6_AUDIO
  16. #endif