diff options
Diffstat (limited to 'users/drashna/drashna.h')
| -rw-r--r-- | users/drashna/drashna.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index 002af3dd4..4fd42acb9 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h | |||
| @@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | #define USERSPACE | 19 | #define USERSPACE |
| 20 | 20 | ||
| 21 | #include "quantum.h" | 21 | #include "quantum.h" |
| 22 | #include "song_list.h" | ||
| 22 | 23 | ||
| 23 | // Define layer names | 24 | // Define layer names |
| 24 | #define _QWERTY 0 | 25 | #define _QWERTY 0 |
| @@ -86,6 +87,11 @@ enum userrpace_custom_keycodes { | |||
| 86 | KC_MAKE, | 87 | KC_MAKE, |
| 87 | KC_RESET, | 88 | KC_RESET, |
| 88 | KC_RGB_T, | 89 | KC_RGB_T, |
| 90 | KC_SECRET_1, | ||
| 91 | KC_SECRET_2, | ||
| 92 | KC_SECRET_3, | ||
| 93 | KC_SECRET_4, | ||
| 94 | KC_SECRET_5, | ||
| 89 | NEW_SAFE_RANGE //use "NEWPLACEHOLDER for keymap specific codes | 95 | NEW_SAFE_RANGE //use "NEWPLACEHOLDER for keymap specific codes |
| 90 | }; | 96 | }; |
| 91 | 97 | ||
| @@ -99,6 +105,10 @@ enum { | |||
| 99 | #endif | 105 | #endif |
| 100 | 106 | ||
| 101 | 107 | ||
| 108 | #define QMK_KEYS_PER_SCAN 4 | ||
| 102 | 109 | ||
| 110 | #ifdef RGBLIGHT_ENABLE | ||
| 111 | #define RGBLIGHT_SLEEP | ||
| 112 | #endif | ||
| 103 | 113 | ||
| 104 | #endif | 114 | #endif |
