Align RGBKB keyboards to current standards (#23663)
This commit is contained in:
parent
73f3f6e56d
commit
2d4832f57a
49 changed files with 238 additions and 625 deletions
22
keyboards/rgbkb/sol3/rev1/halconf.h
Normal file
22
keyboards/rgbkb/sol3/rev1/halconf.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* ----------------------------------------------------------------------------
|
||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||
* <https://github.com/Legonut> wrote this file. As long as you retain this
|
||||
* notice you can do whatever you want with this stuff. If we meet some day, and
|
||||
* you think this stuff is worth it, you can buy me a beer in return. David Rauseo
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define HAL_USE_DAC TRUE
|
||||
|
||||
#define HAL_USE_GPT TRUE
|
||||
|
||||
#define HAL_USE_I2C TRUE
|
||||
|
||||
#define HAL_USE_PWM TRUE
|
||||
|
||||
#define HAL_USE_SERIAL TRUE
|
||||
|
||||
#include_next <halconf.h>
|
Loading…
Add table
Add a link
Reference in a new issue