qmk_firmware/keyboards/handwired/jotanck
Ryan 4869b8061c
Move ortho & numpad layouts to data driven (#20183)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-29 15:54:34 +11:00
..
keymaps [Keyboard] Add via support for jotanck keyboard (#20146) 2023-03-22 21:38:35 -07:00
config.h Merge remote-tracking branch 'origin/master' into develop 2023-03-23 01:41:42 -07:00
info.json Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00
jotanck.c Move ortho & numpad layouts to data driven (#20183) 2023-03-29 15:54:34 +11:00
readme.md Jotanck (#9531) 2020-06-24 23:08:24 -07:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

Jotanck

Jotanck

A compact 40% (12x4) ortholinear keyboard kit inspired in the Planck made by jotix.

Keyboard Maintainer: jotix
Hardware Supported: Arduino Pro Micro
Hardware Availability: Mercado Libre

Arduino Pro Micro Pinout

Rows 0 1 2 3
Arduino pin 6 7 10 16
QMK pin D7 E6 B6 B2
Columns 0 1 2 3 4 5 6 7 8 9 10 11
Arduino pin A3 A2 A1 A0 15 14 TX0 RXI 2 3 4 5
QMK pin F4 F5 F6 F7 B1 B3 D3 D2 D1 D0 D4 C6
LED1 LED2
Arduino pin 9 8
QMK pin B5 B4

Compiling the Firmware

Make example for this keyboard (after setting up your build environment):

make handwired/jotanck:default

The Defaukt Keymap

Default Keymap

To reset the keyboard press Lower+Raise+Q

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.