9 lines
123 B
C
9 lines
123 B
C
#ifndef SCANCODE_H
|
|
#define SCANCODE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint8_t convert_scancode(uint8_t shift, uint8_t code);
|
|
|
|
#endif
|