logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

post_config.h (260B)


  1. // Copyright 2024 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #ifndef OLED_FONT_H
  5. # define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
  6. #endif
  7. #ifndef OLED_UPDATE_INTERVAL
  8. # define OLED_UPDATE_INTERVAL 50
  9. #endif // OLED_UPDATE_INTERVAL