constants.h 112 B

12345
  1. #pragma once
  2. #include <stdint.h>
  3. extern const uint8_t hid_number_keys[10];
  4. extern const uint8_t hid_enter_key;