diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-12-04 13:27:41 -0800 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-04 13:27:41 -0800 |
| commit | 6d0dc910d92bc381d3cce9ea712aa47ae40ddf15 (patch) | |
| tree | a1490c040ca730cdf43fb7f52422391998590597 /users/drashna/config.h | |
| parent | 106de349fb6410d0deb706ecb68ae1e78a4ef2db (diff) | |
| download | qmk_firmware-6d0dc910d92bc381d3cce9ea712aa47ae40ddf15.tar.gz qmk_firmware-6d0dc910d92bc381d3cce9ea712aa47ae40ddf15.zip | |
Rework drashna userspace to be more modular (#4544)
* Break up files to make more readable
* Add comments to ortho 4x12 layout rules.mk
* Small tweaks
* Update GitLab CI scripts
* Make ortho boards smaller
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 06cae86ab..a33851230 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #ifdef AUDIO_ENABLE | 4 | #ifdef AUDIO_ENABLE |
| 5 | #define AUDIO_CLICKY | 5 | #define AUDIO_CLICKY |
| 6 | #define STARTUP_SONG SONG(E1M1_DOOM) | 6 | #define STARTUP_SONG SONG(RICK_ROLL) |
| 7 | #define GOODBYE_SONG SONG(SONIC_RING) | 7 | #define GOODBYE_SONG SONG(SONIC_RING) |
| 8 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | 8 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ |
| 9 | SONG(COLEMAK_SOUND), \ | 9 | SONG(COLEMAK_SOUND), \ |
| @@ -44,7 +44,7 @@ | |||
| 44 | // and when this option isn't enabled, z rapidly followed by x | 44 | // and when this option isn't enabled, z rapidly followed by x |
| 45 | // actually sends Ctrl-x. That's bad.) | 45 | // actually sends Ctrl-x. That's bad.) |
| 46 | #define IGNORE_MOD_TAP_INTERRUPT | 46 | #define IGNORE_MOD_TAP_INTERRUPT |
| 47 | #define PERMISSIVE_HOLD | 47 | #undef PERMISSIVE_HOLD |
| 48 | //#define TAPPING_FORCE_HOLD | 48 | //#define TAPPING_FORCE_HOLD |
| 49 | //#define RETRO_TAPPING | 49 | //#define RETRO_TAPPING |
| 50 | 50 | ||
