config.h 265 B

1234567891011121314
  1. #pragma once
  2. // Comunication and Split Detection
  3. #define SPLIT_USB_DETECT
  4. #define EE_HANDS
  5. #define SPLIT_USB_TIMEOUT 1000
  6. // OLED Display Config
  7. #define OLED_DISPLAY_128X64
  8. #define OLED_FONT_HEIGHT 8
  9. #define OLED_FONT_WIDTH 6
  10. #define OLED_FONT_H "skeeb_font.c"