halconf.h 239 B

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