diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2016-12-09 19:44:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-09 19:44:03 +0100 |
| commit | 13c4080a1d77cb1dfdf48df8a42e78b9dc483912 (patch) | |
| tree | 66fd988d98a32e1437fbc6cb80bee03c056722a7 /tmk_core/common/raw_hid.h | |
| parent | a849bdc5811b2bb69df8e3b0948c8e81c0dfa9d4 (diff) | |
| parent | 985a091a739c99736d5b17de5161831488dbc219 (diff) | |
| download | qmk_firmware-13c4080a1d77cb1dfdf48df8a42e78b9dc483912.tar.gz qmk_firmware-13c4080a1d77cb1dfdf48df8a42e78b9dc483912.zip | |
Merge pull request #13 from jackhumbert/master
Merged from qmk
Diffstat (limited to 'tmk_core/common/raw_hid.h')
| -rw-r--r-- | tmk_core/common/raw_hid.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmk_core/common/raw_hid.h b/tmk_core/common/raw_hid.h new file mode 100644 index 000000000..86da02fd1 --- /dev/null +++ b/tmk_core/common/raw_hid.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #ifndef _RAW_HID_H_ | ||
| 2 | #define _RAW_HID_H_ | ||
| 3 | |||
| 4 | void raw_hid_receive( uint8_t *data, uint8_t length ); | ||
| 5 | |||
| 6 | void raw_hid_send( uint8_t *data, uint8_t length ); | ||
| 7 | |||
| 8 | #endif | ||
