keychron_qmk_firmware/keyboards/geigeigeist/klor/config.h
2024-09-06 07:42:22 -07:00

18 lines
374 B
C

// Copyright 2024 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#ifdef POINTING_DEVICE_ENABLE
# define POINTING_DEVICE_SCLK_PIN D0
# define POINTING_DEVICE_SDIO_PIN D1
#endif
#ifdef AUDIO_ENABLE
# define AUDIO_PIN B5
#endif
#ifdef OLED_ENABLE
# define OLED_DISPLAY_128X64
# define OLED_FONT_H "keyboards/geigeigeist/klor/glcdfont.c"
#endif