qmk-firmware/keyboards/handwired/jotanck
Drashna Jaelre e6b9980bd4 Remove keymap_config extern from default keymaps (#7399)
* Remove keymap_config extern from default keymaps

* Revert unicode

Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(

Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-11-20 22:31:36 +00:00
..
keymaps/default Remove keymap_config extern from default keymaps (#7399) 2019-11-20 22:31:36 +00:00
config.h Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) 2019-06-06 12:09:56 -07:00
jotanck.c [Keymap] add 2 custom leds to handwired/jotanck (#6042) 2019-06-01 13:26:46 -07:00
jotanck.h [Keyboard] layout fixed in jotanck.h (#5432) 2019-03-18 10:53:47 -07:00
readme.md [Keyboard] leds in default keymap (#6357) 2019-07-20 13:25:20 -07:00
rules.mk Cleanup rules.mk for 32U4 keyboards, H (#7030) 2019-10-20 12:51:37 -07:00

readme.md

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 Ctrl+Esc+BackSpace

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