You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
657 B

  1. #pragma once
  2. /* Use I2C or Serial, not both */
  3. #define USE_SERIAL
  4. // #define USE_I2C
  5. /* Select hand configuration */
  6. #define MASTER_LEFT
  7. // #define _MASTER_RIGHT
  8. // #define EE_HANDS
  9. #ifdef AUDIO_ENABLE
  10. #define STARTUP_SONG SONG(PLANCK_SOUND)
  11. // #define STARTUP_SONG SONG(NO_SOUND)
  12. #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
  13. SONG(COLEMAK_SOUND), \
  14. SONG(DVORAK_SOUND) \
  15. }
  16. #endif
  17. // MIDI notes can be sent when in Music mode
  18. #define MIDI_BASIC
  19. // Most tactile encoders have detents every 4 stages
  20. #define ENCODER_RESOLUTION 4