diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/planck/keymaps/ishtob/config.h | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/planck/keymaps/ishtob/config.h')
-rwxr-xr-x | keyboards/planck/keymaps/ishtob/config.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/planck/keymaps/ishtob/config.h b/keyboards/planck/keymaps/ishtob/config.h deleted file mode 100755 index 688607634c..0000000000 --- a/keyboards/planck/keymaps/ishtob/config.h +++ /dev/null @@ -1,34 +0,0 @@ - -#ifndef USERSPACE_CONFIG_H -#define USERSPACE_CONFIG_H - -#ifdef AUDIO_ENABLE - -// #define STARTUP_SONG SONG(E1M1_DOOM) -// #define GOODBYE_SONG SONG(SONIC_RING) -/* #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ - SONG(COLEMAK_SOUND), \ - SONG(DVORAK_SOUND), \ - } -*/ -//audio clicky - #define AUDIO_CLICKY - // to enable clicky on startup - //#define AUDIO_CLICKY_ON - #define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f - - -#endif - -#define FORCE_NKRO - -#define LEADER_TIMEOUT 300 - -#undef DEBOUNCE -#define DEBOUNCE 0 - -//skip usb startup check -//#define NO_USB_STARTUP_CHECK - - -#endif |