ea4692ce67
* Base QMK and Vial Still need to add RGB indicators and OLED * add PCB render to readme * Add RGB indicators for layers, mods, and capslock * Add some really fun OLED code * add OLED mode switching
6 lines
66 B
C
6 lines
66 B
C
#pragma once
|
|
|
|
#define HAL_USE_I2C TRUE
|
|
|
|
#include_next <halconf.h>
|