diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-07 06:12:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-07 06:12:48 +0000 |
commit | 99edf15a696b6a116fb919ec98b2e9477ba8b124 (patch) | |
tree | d523d7e5129dd64d20869eaef7d352ced67b3145 /users/drashna/callbacks.h | |
parent | f9df57b722427d9a3c5d9123addf2cf88083b97b (diff) | |
parent | ff6c70415c536e6435023627197550889ffa1501 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |