forked from mirrors/qmk_firmware
Update planck.c
This commit is contained in:
parent
b66845ca7f
commit
1eec2b7277
1 changed files with 0 additions and 14 deletions
|
@ -1,8 +1,5 @@
|
||||||
#include "planck.h"
|
#include "planck.h"
|
||||||
|
|
||||||
#include "raw_hid.h"
|
|
||||||
#include "keymap.h"
|
|
||||||
|
|
||||||
#ifdef ONEHAND_ENABLE
|
#ifdef ONEHAND_ENABLE
|
||||||
__attribute__ ((weak))
|
__attribute__ ((weak))
|
||||||
const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
|
const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
@ -20,14 +17,3 @@ void matrix_init_kb(void) {
|
||||||
|
|
||||||
matrix_init_user();
|
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
|
|
||||||
|
|
Loading…
Reference in a new issue