qmk_firmware/keyboards/crkbd/rev4_1/post_config.h
Drashna Jaelre c9cd92ece3
[Keyboard] Corne rev4 (#24084)
* [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
2024-10-06 22:05:10 +13:00

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