1
0
Fork 0

[Keyboard] Add Mk65 (#19346)

Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
This commit is contained in:
DeskDaily 2022-12-28 04:14:56 +08:00 committed by GitHub
parent fd9c809fc3
commit 202a708ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 328 additions and 0 deletions

25
keyboards/mk65/config.h Normal file
View file

@ -0,0 +1,25 @@
/* Copyright 2022 DeskDaily
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"
/* Encoders */
#define ENCODERS_PAD_A { B1 }
#define ENCODERS_PAD_B { B2 }
#define TAP_CODE_DELAY 10