qmk_firmware/keyboards/typek
Álvaro A. Volpato 721d129d53
Remove permanent memory data size def
Co-authored-by: Joel Challis <git@zvecr.com>
2024-10-01 17:20:31 -03:00
..
keymaps/default Remove VIA keymap 2024-10-01 02:42:15 -03:00
config.h Remove permanent memory data size def 2024-10-01 17:20:31 -03:00
halconf.h Remove PAL definition from \'halconf\' 2024-03-02 19:34:36 -03:00
keyboard.json Omit wear leveling defs in kb.json 2024-10-01 17:19:55 -03:00
mcuconf.h Remove deprecated advanced PWM defs in mcuconf 2024-10-01 17:20:16 -03:00
readme.md Update readme.md 2024-05-12 23:25:53 -03:00
typek.c Change HSV API to RGBLIGHT 2024-05-13 16:27:22 -03:00

gok TypeK QMK Firmware Folder

TK

Introduction

This is the QMK Firmware repository for the Type K, the tented ergo by Gok. The TypeK went through GB on August, 2023. It is supported by a proprietary PCB ecosystem.

How to flash

Enter bootloader

The DFU state in the bootloader can be accessed in 3 ways:

  • Bootmagic reset: Hold down the key at (0,0) in the matrix (usually the top left key, escape in the default keymap) and plug in the keyboard;
  • Physical reset button: press the button on the front of the PCB, next to caps lock, for at least five seconds;
  • Keycode in layout: Press the key mapped to RESET; in the default layout, that is top left key ('escape') in layer 1.

How to compile and flash

After setting up your build environment, you can compile the Iron 165R2 default keymap by using one of the options below.

make typek:default

And use dfu-util in the command line or through a GUI like QMK toolbox to upload the firmware to the PCB. To directly flash the PCB after it is put into a DFU state, use:

make typek:default:flash

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