config.h 308 B

12345678910111213141516
  1. #pragma once
  2. #ifdef AUDIO_ENABLE
  3. #define STARTUP_SONG SONG(PLANCK_SOUND)
  4. #endif
  5. #define MIDI_BASIC
  6. #define ENCODER_RESOLUTION 4
  7. #define ORYX_CONFIGURATOR
  8. /*
  9. Set any config.h overrides for your specific keymap here.
  10. See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
  11. */