diff options
Diffstat (limited to 'keyboards/helix/rev1/rev1.c')
-rw-r--r-- | keyboards/helix/rev1/rev1.c | 10 |
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 d053f0de1..000000000 --- a/keyboards/helix/rev1/rev1.c +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #include "helix.h" | ||
2 | |||
3 | |||
4 | #ifdef SSD1306OLED | ||
5 | #include "ssd1306.h" | ||
6 | |||
7 | bool process_record_kb(uint16_t keycode, keyrecord_t *record) { | ||
8 | return process_record_gfx(keycode,record) && process_record_user(keycode, record); | ||
9 | } | ||
10 | #endif | ||