From 61a2169ff9dea52136139ec156995efdc7929851 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Sat, 31 Mar 2018 19:38:06 -0700 Subject: Update to Drashna Keymaps and Userspace (#2650) * Change global config.h settings * Make Shift LED brighter * Compatibility Tweaks * Update ASCII art and layer comments * Add comments about MOD layer * Change ASCII art for reset, since it was out of date * Use Overwatch theme for Workman layer * Fix RGB define comments * Make sure RGB set list matches * Stop all notes for custom Faux Click * Switch to OSM for everything, and remove RGB Sleep * Never use KEYMAP now * Only enable RGB Sleep on Non-Ergodox boards * Cleanup do to new rgblight_list.h file * Add redirect message for RGB codes * Update userspace documentation * Cleanup of Userspace Add unicode support, and cleaned up comments for ifdef statements * Remove unneeded slashes * Unicode handling * Force NKRO --- users/drashna/config.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'users/drashna/config.h') diff --git a/users/drashna/config.h b/users/drashna/config.h index f33721d23d..68394ee4db 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -3,17 +3,19 @@ #ifdef AUDIO_ENABLE -#define STARTUP_SONG SONG(IMPERIAL_MARCH) +#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), \ - SONG(PLOVER_SOUND) \ + SONG(OVERWATCH_THEME) \ } #endif #ifdef RGBLIGHT_ENABLE -#define RGBLIGHT_SLEEP + #ifndef KEYBOARD_ergodox_ez + #define RGBLIGHT_SLEEP + #endif #endif // RGBLIGHT_ENABLE @@ -40,6 +42,8 @@ #undef PERMISSIVE_HOLD #undef PREVENT_STUCK_MODIFIERS +#define FORCE_NKRO + #ifndef TAPPING_TOGGLE #define TAPPING_TOGGLE 1 #endif @@ -47,7 +51,7 @@ #ifdef TAPPING_TERM #undef TAPPING_TERM #endif -#define TAPPING_TERM 150 +#define TAPPING_TERM 160 // Disable action_get_macro and fn_actions, since we don't use these -- cgit v1.2.3