diff options
| author | Drashna Jaelre | 2022-03-07 07:12:17 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-07 07:12:17 +0100 |
| commit | ff6c70415c536e6435023627197550889ffa1501 (patch) | |
| tree | 79fd0a25632f7ed2483542b8ab0731b5b2709bbd /users/drashna/callbacks.h | |
| parent | d8971d707eddea5d16ef5fa3dad807b494aed39f (diff) | |
[Keymap] Drashna Mouse keys and oled updates (#16556)
Diffstat (limited to 'users/drashna/callbacks.h')
| -rw-r--r-- | users/drashna/callbacks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/drashna/callbacks.h b/users/drashna/callbacks.h index f6ac6b88de..5fe5f6a808 100644 --- a/users/drashna/callbacks.h +++ b/users/drashna/callbacks.h @@ -23,3 +23,6 @@ void matrix_init_unicode(void); #ifdef SPLIT_KEYBOARD void matrix_slave_scan_keymap(void); #endif +#ifdef CAPS_WORD_ENABLE +# include "keyrecords/caps_word.h" +#endif |