mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 06:30:17 +00:00
c9cd92ece3
* [Keyboard] Corne rev4 * Remove unneeded update interval and moved split pin to dd * Cleanup config and errors * Move bootmagic config to dd * Re-add existing configs * Additional config fixes * shove off via keymap
12 lines
260 B
C
Executable File
12 lines
260 B
C
Executable File
// 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
|