diff options
Diffstat (limited to 'users/yanfali')
-rw-r--r-- | users/yanfali/config.h | 10 | ||||
-rw-r--r-- | users/yanfali/rules.mk | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h new file mode 100644 index 0000000000..f14bea2f84 --- /dev/null +++ b/users/yanfali/config.h @@ -0,0 +1,10 @@ +#pragma once + +#ifdef KEYBOARD_maartenwut_plain60 + +#define B7_AUDIO +#ifdef AUDIO_ENABLE + #define STARTUP_SONG SONG(GUITAR_SOUND) +#endif + +#endif diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk new file mode 100644 index 0000000000..bbd4d4bba6 --- /dev/null +++ b/users/yanfali/rules.mk @@ -0,0 +1,6 @@ +BOOTMAGIC = lite +DYNAMIC_KEYMAP_ENABLE = no +CONSOLE_ENABLE = yes +COMMAND_ENABLE = yes +AUDIO_ENABLE = yes +LINK_TIME_OPTIMIZATION_ENABLE = yes |