You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
228 B

  1. #pragma once
  2. #include <stdbool.h>
  3. #include "eeconfig.h"
  4. extern volatile bool isLeftHand;
  5. // slave version of matix scan, defined in matrix.c
  6. void matrix_slave_scan(void);
  7. void split_keyboard_setup(void);
  8. bool has_usb(void);