logo

qmk_firmware

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

board.h (279B)


  1. // Copyright 2022 Y&R-Biu (@jiaxin96)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include_next <board.h>
  5. #undef STM32_HSECLK
  6. #define STM32_HSECLK 16000000
  7. #undef VAL_GPIOCCRH
  8. #define VAL_GPIOCCRH 0x88888888
  9. #undef VAL_GPIOBCRH
  10. #define VAL_GPIOBCRH 0x88888888