10 lines
149 B
C
10 lines
149 B
C
#ifndef SCANCODE_H
|
|
#define SCANCODE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void setup_scancode();
|
|
// uint8_t convert_scancode(uint8_t shift, uint8_t code);
|
|
|
|
#endif
|