diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-04 23:11:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-04 23:11:22 -0500 |
commit | 1eec2b7277ed24a63c42ea6b53a4db530c35dbbd (patch) | |
tree | 650f16d7db7c12c8f02edd4fe0a5340ff7cf0c9d /keyboards | |
parent | b66845ca7f737fe793268d512e0b45d59b5677f9 (diff) |
Update planck.c
Diffstat (limited to 'keyboards')
-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 0d37b66223..3980b02f50 100644 --- a/keyboards/planck/planck.c +++ b/keyboards/planck/planck.c @@ -1,8 +1,5 @@ #include "planck.h" -#include "raw_hid.h" -#include "keymap.h" - #ifdef ONEHAND_ENABLE __attribute__ ((weak)) const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = { @@ -20,14 +17,3 @@ void matrix_init_kb(void) { matrix_init_user(); } - -#ifdef RAW_ENABLE - -void raw_hid_receive( uint8_t *data, uint8_t length ) -{ - // Basic test of Raw HID - // Echo back data received - raw_hid_send( data, length ); -} - -#endif |