qmk-firmware/keyboards/sixkeyboard
Fred Sundvik 44441de8ca Split keyboard makefiles into rules and Makefile 2016-08-20 03:56:08 +03:00
..
keymaps/default Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
Makefile Split keyboard makefiles into rules and Makefile 2016-08-20 03:56:08 +03:00
config.h Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) 2016-06-21 22:39:54 -04:00
matrix.c Moves features to their own files (process_*), adds tap dance feature (#460) 2016-06-29 17:49:41 -04:00
readme.md Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
rules.mk Split keyboard makefiles into rules and Makefile 2016-08-20 03:56:08 +03:00
sixkeyboard.c Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00
sixkeyboard.h Backlight abstraction and other changes (#439) 2016-06-23 22:18:20 -04:00

readme.md

Techkeys SixKeyBoard

Get one here!

The schematic is like this:

 switches       leds
,--+--+--.   ,--+--+--.
|C7|B7|B5|   |C6|B6|B4|
+--+--+--+   +--+--+--+
|D6|D1|D4|   |D5|D2|D3|
`--+--+--'   `--+--+--'

The LED on the bottom is C4. All 7 of the leds are turned on when the keyboard boots-up in the sixkeyboard.c file - backlight_enable is not required. The MCU is an Atmega16u2, so the flash memory is limited to 0x3000 bytes - the current setup uses just about all of that! I'm sure things can be opitimised a bit.

There is a jumper on the bottom of the board (next to the USB port) that serves as a reset button - I drilled a hole in my case to allow for quick access via a screwdriver/metal object.