qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 78fdebb1306ae9259fb8b4316f70054de3e9a297
parent 1ea54a2d8da9e64e5a2c1fd882a13058523b50bc
Author: QMK Bot <hello@qmk.fm>
Date:   Sun, 17 Sep 2023 12:19:00 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mplatforms/chibios/drivers/uart.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/platforms/chibios/drivers/uart.h b/platforms/chibios/drivers/uart.h @@ -21,6 +21,9 @@ #include <hal.h> +#include "gpio.h" +#include "chibios_config.h" + #ifndef SERIAL_DRIVER # define SERIAL_DRIVER SD1 #endif