1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 "scylla.h"
// clang-format off
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {
// left
@ -59,3 +60,4 @@ led_config_t g_led_config = { {
2, 2, 2, 2, 2
} };
#endif
// clang-format on