qmk_firmware

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

config.h (333B)


      1 // Copyright 2021-2023 alin m elena (@alinelena)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define LED_RSE_PIN B13
      7 #define LED_LWR_PIN B12
      8 
      9 #ifdef OLED_ENABLE
     10 #    define I2C1_SCL_PIN B9
     11 #    define I2C1_SDA_PIN B8
     12 #    define OLED_BRIGHTNESS 128
     13 #    define OLED_FONT_H "keyboards/mlego/m65/lib/glcdfont.c"
     14 #endif