qmk_firmware

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

hal_lld.h (194B)


      1 // Copyright 2024 QMK
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 #pragma once
      4 
      5 // TODO: Remove when upstream no longer requires patching
      6 #include <stm32_registry.h>
      7 
      8 #include_next <hal_lld.h>