diff options
author | drashna <drashna@live.com> | 2017-11-10 19:58:53 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-10 22:58:53 -0500 |
commit | 0533362e8205957493d52d4356aa20537a151118 (patch) | |
tree | 106e6feb82d31192ce349f68b4763c5a3d71dcaa /keyboards/orthodox/keymaps/drashna/config.h | |
parent | 4df4fa7c265e1e5c9b262851a704db7755971229 (diff) | |
download | qmk_firmware-0533362e8205957493d52d4356aa20537a151118.tar.gz |
Cleaned uppersonal userspace and keymaps (#1998)
* Cleanup of keymaps
* Remove Tap Dance from Orthodox keymap
* Cleaned up userspace and keymaps
* Added sample (template)userspace files to my folder
Diffstat (limited to 'keyboards/orthodox/keymaps/drashna/config.h')
-rw-r--r-- | keyboards/orthodox/keymaps/drashna/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h index fc483b08e..d88481fd6 100644 --- a/keyboards/orthodox/keymaps/drashna/config.h +++ b/keyboards/orthodox/keymaps/drashna/config.h @@ -61,5 +61,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 #endif // RGBLIGHT_ENABLE +#ifdef AUDIO_ENABLE +#define C6_AUDIO +#endif #endif |