Added raw HID test code
parent
93abd09bbf
commit
51700d272e
|
@ -2,6 +2,15 @@
|
||||||
#include "layers.h"
|
#include "layers.h"
|
||||||
#include "tapdance.h"
|
#include "tapdance.h"
|
||||||
|
|
||||||
|
#include "raw_hid.h"
|
||||||
|
|
||||||
|
void raw_hid_receive(uint8_t *data, uint8_t length) {
|
||||||
|
raw_hid_send(data, length);
|
||||||
|
|
||||||
|
ergodox_right_led_1_on();
|
||||||
|
_delay_ms(50);
|
||||||
|
ergodox_right_led_1_off();
|
||||||
|
}
|
||||||
|
|
||||||
// Define custom keys
|
// Define custom keys
|
||||||
// (Must be done BEFORE keymaps)
|
// (Must be done BEFORE keymaps)
|
||||||
|
|
Loading…
Reference in New Issue