diff options
Diffstat (limited to 'users/drashna/config.h')
| -rw-r--r-- | users/drashna/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 8f6e700d2..a0f92d8f3 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | // Use custom magic number so that when switching branches, EEPROM always gets reset | ||
| 4 | #define EECONFIG_MAGIC_NUMBER (uint16_t)0x1337 | ||
| 5 | |||
| 6 | /* Set Polling rate to 1000Hz */ | ||
| 7 | #define USB_POLLING_INTERVAL_MS 1 | ||
| 8 | |||
| 3 | #ifdef AUDIO_ENABLE | 9 | #ifdef AUDIO_ENABLE |
| 4 | # if __GNUC__ > 7 | 10 | # if __GNUC__ > 7 |
| 5 | # if __has_include("drashna_song_list.h") | 11 | # if __has_include("drashna_song_list.h") |
