config.h 185 B

123456789101112
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "config_common.h"
  4. /* Select hand configuration */
  5. #define MASTER_LEFT
  6. /* #define _MASTER_RIGHT */
  7. /* #define EE_HANDS */
  8. #endif