Ezri Brimhall c02b0c5afd
Some checks failed
Automatic Approve / automatic_approve (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Introduced firmware for framework 16 keyboard
2025-11-05 12:11:15 -07:00

14 lines
230 B
C

// Copyright 2022 Framework Computer
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_SIO TRUE
// For single-zone backlight
#define HAL_USE_PWM TRUE
#define HAL_USE_ADC TRUE
#include_next <halconf.h>