qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (265B)


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