Update OKS keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-03 11:30:50 -05:00
parent 35b6fd8c28
commit aac70462c5
5 changed files with 66 additions and 48 deletions

View File

@@ -1,11 +1,13 @@
/*-----------------------------------------*\
| OKSKeyboardController.cpp |
| |
| Driver for OKS RGB keyboardlighting |
| controller |
| |
| Merafour (OKS) 2/24/2023 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| OKSKeyboardController.cpp |
| |
| Driver for OKS keyboard |
| |
| Merafour (OKS) 24 Feb 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "OKSKeyboardController.h"