summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev1/rev1.c')
-rw-r--r--keyboards/helix/rev1/rev1.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/helix/rev1/rev1.c b/keyboards/helix/rev1/rev1.c
deleted file mode 100644
index d053f0de17..0000000000
--- a/keyboards/helix/rev1/rev1.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "helix.h"
-
-
-#ifdef SSD1306OLED
-#include "ssd1306.h"
-
-bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
- return process_record_gfx(keycode,record) && process_record_user(keycode, record);
-}
-#endif