mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 14:40:38 +00:00
12 lines
260 B
C
12 lines
260 B
C
|
// Copyright 2024 QMK
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#ifndef OLED_FONT_H
|
||
|
# define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
|
||
|
#endif
|
||
|
#ifndef OLED_UPDATE_INTERVAL
|
||
|
# define OLED_UPDATE_INTERVAL 50
|
||
|
#endif // OLED_UPDATE_INTERVAL
|