halconf.h 199 B

1234567891011
  1. // Copyright 2025 splitkb.com (support@splitkb.com)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. //// VIK
  5. #define HAL_USE_I2C TRUE
  6. #define HAL_USE_SPI TRUE
  7. #include_next <halconf.h>