Skip to content

Commit

Permalink
[Keyboard] Add SIRIND Tomak79H (qmk#24505)
Browse files Browse the repository at this point in the history
* Add Tomak79H

Add Tomak79H

* Update

Update

* Update keyboards/era/sirind/tomak79h/tomak79h.c

Co-authored-by: Drashna Jaelre <[email protected]>

---------

Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
eerraa and drashna authored Oct 25, 2024
1 parent 3b874ee commit bf327f7
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 0 deletions.
15 changes: 15 additions & 0 deletions keyboards/era/sirind/tomak79h/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright 2024 Hyojin Bak (@eerraa)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

/* Split configuration */
#define USB_VBUS_PIN GP19
#define SERIAL_USART_FULL_DUPLEX
#define SERIAL_USART_TX_PIN GP0
#define SERIAL_USART_RX_PIN GP1
#define SERIAL_USART_PIN_SWAP

/* Reset */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
Loading

0 comments on commit bf327f7

Please sign in to comment.