summaryrefslogtreecommitdiff
path: root/keyboards/printedpad/halconf.h
blob: 0534f72da252bd19ff10db6761e9432b24934e5b (plain)
1
2
3
4
5
6
7
8
// Copyright 2023 Noah Beidelman (@noahbei)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#define HAL_USE_I2C TRUE

#include_next <halconf.h>