qmk_firmware/keyboards/sofle_pico/halconf.h
Ryan Neff 2254ebd3c8 Moved heatmap animations to json config
Updated attribution comments
2023-11-30 15:36:52 -08:00

6 lines
151 B
C

// Copyright 2023 Ryan Neff (@JellyTitan)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_I2C TRUE
#include_next <halconf.h>