mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-23 01:37:48 -05:00
MNTKeyboardController: Add support for the MNT Reform and MNT Pocket Reform RGB keyboards
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| MNTReformKeyboardController.cpp |
|
||||
| |
|
||||
| Driver for the MNT Reform keyboards |
|
||||
| |
|
||||
| Christian Heller <c.heller@plomlompom.de> 7 Aug 2024 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-or-later |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "MNTReformKeyboardController.h"
|
||||
|
||||
MNTReformKeyboardController::MNTReformKeyboardController(hid_device *dev_handle, const char *path)
|
||||
{
|
||||
dev = dev_handle;
|
||||
location = path;
|
||||
kbd_cols = KBD_COLS_REFORM;
|
||||
}
|
||||
Reference in New Issue
Block a user