diff options
| -rw-r--r-- | keyboards/planck/planck.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/planck/planck.c b/keyboards/planck/planck.c index 0d37b6622..3980b02f5 100644 --- a/keyboards/planck/planck.c +++ b/keyboards/planck/planck.c | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | #include "planck.h" | 1 | #include "planck.h" |
| 2 | 2 | ||
| 3 | #include "raw_hid.h" | ||
| 4 | #include "keymap.h" | ||
| 5 | |||
| 6 | #ifdef ONEHAND_ENABLE | 3 | #ifdef ONEHAND_ENABLE |
| 7 | __attribute__ ((weak)) | 4 | __attribute__ ((weak)) |
| 8 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { | 5 | const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { |
| @@ -20,14 +17,3 @@ void matrix_init_kb(void) { | |||
| 20 | 17 | ||
| 21 | matrix_init_user(); | 18 | matrix_init_user(); |
| 22 | } | 19 | } |
| 23 | |||
| 24 | #ifdef RAW_ENABLE | ||
| 25 | |||
| 26 | void raw_hid_receive( uint8_t *data, uint8_t length ) | ||
| 27 | { | ||
| 28 | // Basic test of Raw HID | ||
| 29 | // Echo back data received | ||
| 30 | raw_hid_send( data, length ); | ||
| 31 | } | ||
| 32 | |||
| 33 | #endif | ||
