logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (300B)


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