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.

23 lines
364 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. #ifndef KINESIS_H
  2. #define KINESIS_H
  3. #ifdef KEYBOARD_kinesis_alvicstep
  4. #include "alvicstep.h"
  5. #endif
  6. #ifdef KEYBOARD_kinesis_stapelberg
  7. #include "stapelberg.h"
  8. #endif
  9. #include "quantum.h"
  10. void all_led_off(void);
  11. void all_led_on(void);
  12. void num_lock_led_on(void);
  13. void caps_lock_led_on(void);
  14. void scroll_lock_led_on(void);
  15. void keypad_led_on(void);
  16. #endif