Added raw HID test code

This commit is contained in:
2022-06-17 12:36:00 -07:00
parent 93abd09bbf
commit 51700d272e
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,15 @@
#include "layers.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
// (Must be done BEFORE keymaps)