mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
* 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>
|