summaryrefslogtreecommitdiffstats
path: root/users/drashna/callbacks.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-31 05:03:28 +0000
committerQMK Bot <hello@qmk.fm>2022-05-31 05:03:28 +0000
commite869d089b74ba7b1f9dba4b97470dc3f282f7861 (patch)
tree8802bd15d23b60234df331b280be6749271ad7bb /users/drashna/callbacks.h
parentf663f84413c34b239affe08cae96e0d504d2f844 (diff)
parentcda343acbe45826225edac75eaa63216bf76d874 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/drashna/callbacks.h')
-rw-r--r--users/drashna/callbacks.h3
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