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
2020-12-30 03:22:45 +01:00

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