* Initial WIP commit * Update right half pins * Update RGB matrix and layout * Enable more RGB animations * Update license headers * Cleanup keymap and RGB * Move handedness pin definition, cleanup RGB defines * Adjust keymap
10 lines
176 B
C
10 lines
176 B
C
// Copyright 2025 Keebio (@keebio)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define HAL_USE_SERIAL TRUE
|
|
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|