logo

qmk_firmware

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

config.h (374B)


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