Update Wooting keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-22 19:29:35 -05:00
parent d7ffb9e13f
commit d1a638e6f0
9 changed files with 104 additions and 76 deletions

View File

@@ -1,11 +1,13 @@
/*-----------------------------------------*\
| WootingKeyboardController.cpp |
| |
| Driver for Wooting RGB keyboardlighting |
| controller |
| |
| Diogo Trindade (diogotr7) 3/4/2021 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| WootingOneKeyboardController.cpp |
| |
| Driver for Wooting One keyboard |
| |
| Diogo Trindade (diogotr7) 04 Mar 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "WootingOneKeyboardController.h"