mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
18 lines
374 B
C
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
|