qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

lv_conf.h (378B)


      1 // Copyright 2023 zzeneg (@zzeneg)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #include_next <lv_conf.h>
      7 
      8 #undef LV_FONT_DEFAULT
      9 #define LV_FONT_DEFAULT &lv_font_montserrat_28
     10 
     11 #undef LV_FONT_MONTSERRAT_14
     12 #define LV_FONT_MONTSERRAT_14 0
     13 
     14 #undef LV_FONT_MONTSERRAT_28
     15 #define LV_FONT_MONTSERRAT_28 1
     16 
     17 #undef LV_FONT_MONTSERRAT_48
     18 #define LV_FONT_MONTSERRAT_48 1