Added raw HID test code
This commit is contained in:
		| @ -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) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user