config.h 225 B

1234567891011
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* Select hand configuration */
  5. // #define MASTER_LEFT
  6. // #define MASTER_RIGHT
  7. #define EE_HANDS // We like to have choices I guess
  8. #endif