diff options
Diffstat (limited to 'keyboards/christmas_tree')
-rw-r--r-- | keyboards/christmas_tree/christmas_tree.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/christmas_tree/christmas_tree.c b/keyboards/christmas_tree/christmas_tree.c index 04d41c1db3..c03670a3a5 100644 --- a/keyboards/christmas_tree/christmas_tree.c +++ b/keyboards/christmas_tree/christmas_tree.c @@ -1,5 +1 @@ #include "christmas_tree.h" - -void matrix_init_kb(void) { - matrix_init_user(); -} |