qmk_firmware

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

config.h (374B)


      1 // Copyright 2024 QMK
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 #pragma once
      4 
      5 #ifdef POINTING_DEVICE_ENABLE
      6 #    define POINTING_DEVICE_SCLK_PIN D0
      7 #    define POINTING_DEVICE_SDIO_PIN D1
      8 #endif
      9 
     10 #ifdef AUDIO_ENABLE
     11 #    define AUDIO_PIN B5
     12 #endif
     13 
     14 #ifdef OLED_ENABLE
     15 #    define OLED_DISPLAY_128X64
     16 #    define OLED_FONT_H "keyboards/geigeigeist/klor/glcdfont.c"
     17 #endif