Bastard Keyboards: upstream recent changes (#19083)

Co-authored-by: Simian <alex@Mandelbrot>
Co-authored-by: Charly Delay <0xcharly@users.noreply.github.com>
Co-authored-by: Alex Baldwin <alexbaldwin42@gmail.com>
This commit is contained in:
Charly Delay
2022-11-21 05:34:42 +09:00
committed by GitHub
parent 127a70b6ca
commit 2b0a3cd2f1
77 changed files with 587 additions and 889 deletions

View File

@@ -1,4 +1,4 @@
/*
/**
* Copyright 2021 Quentin LEBASTARD <qlebastard@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
@@ -17,6 +17,7 @@
#include "tbkmini.h"
// clang-format off
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
// left
@@ -57,3 +58,4 @@ led_config_t g_led_config = { {
2, 2, 2
} };
#endif
// clang-format on