diff options
| author | Drashna Jaelre | 2022-05-31 07:02:55 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-31 07:02:55 +0200 |
| commit | cda343acbe45826225edac75eaa63216bf76d874 (patch) | |
| tree | 398a14c907baa8e6521fc9d001a4619289e1d7a3 /users/drashna/callbacks.h | |
| parent | b554e4b612d24109ce714554a306043a01382cbd (diff) | |
[Keymap] Drashna update for post Q2 merge (#17241)
Diffstat (limited to 'users/drashna/callbacks.h')
| -rw-r--r-- | users/drashna/callbacks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/drashna/callbacks.h b/users/drashna/callbacks.h index 5fe5f6a808..f6ac6b88de 100644 --- a/users/drashna/callbacks.h +++ b/users/drashna/callbacks.h @@ -23,6 +23,3 @@ 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 |