[Keyboard] Add Epomaker tide65 (#23356)

Co-authored-by: 岩弈 <oncwnuItq3UWm0BoCNj7YclFsdYs@git.weixin.qq.com>
Co-authored-by: yanyi24 <yanyi9399@outlook.com>
This commit is contained in:
Epomaker 2024-04-17 21:44:53 +08:00 committed by GitHub
parent 45d60214f4
commit b31ebe789d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 324 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// Copyright 2024 SDK (@sdk66)
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"
void keyboard_pre_init_kb(void) {
gpio_set_pin_output(A5);
gpio_write_pin_high(A5);
keyboard_pre_init_user();
}