This repository has been archived on 2021-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
keyboard.old/include/scancode.h

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