logo

qmk_firmware

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

config.h (333B)


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