Skip to content

Commit

Permalink
[Keyboard] Add SIRIND Tomak79S (#24684)
Browse files Browse the repository at this point in the history
* Add Tomak79S

Add Tomak79S

* Update keyboards/era/sirind/tomak79s/keymaps/default/keymap.c

Co-authored-by: jack <[email protected]>

---------

Co-authored-by: jack <[email protected]>
  • Loading branch information
eerraa and waffle87 authored Dec 8, 2024
1 parent a12ff28 commit 782f91a
Show file tree
Hide file tree
Showing 5 changed files with 757 additions and 0 deletions.
15 changes: 15 additions & 0 deletions keyboards/era/sirind/tomak79s/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 782f91a

Please sign in to comment.