qmk-keychron-q3-colemak-dh/keyboards/kmac_happy
nlnjnj e3687aed3b
Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670)
* Add keyboard: KMAC Happy & Porting to Vial.

* Add Vial support for keyboard: JER J80.

* Revert info.json

* Revert keymap.c

* Revert keymap.c

* remove defaults in rules.mk

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* add layer count in config.h

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* remove QMKBEST codes

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* remove hardcode in keymap.c

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* remove QMKBEST codes

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* remove hardcode in keymap.c

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* Revert readme.md

* Revert rules.mk

* enable MOUSEKEY as defaults

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2024-04-27 16:53:47 -06:00
..
keymaps Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00
config.h Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00
info.json Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00
kmac_happy.c Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00
matrix.c Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00
readme.md Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00
rules.mk Add keyboards: KMAC Happy, JER J80 & Porting to Vial. (#670) 2024-04-27 16:53:47 -06:00

KMAC Happy keyboard firmware

The KMAC Happy is a HHKB layout 60% keyboard. It is programmed with the 'KMAC KEY MAP' original.

Hardware

Columns 7-14 and rows 0-4 are wired directly to the ATmega32U4, and columns 0-7 are wired to the 74HC237D demultiplexer. Capslock is on E2 and also triggers a reset if held when plugging the cable in.

There is only one individually controllable led, which is the Capslock key.

The ATmega32U4 runs on an external crystal on 8mhz, so you'll have to change the bitclock on the ISP programmer if you're unable to read or write the chip.

How to build

make kmac_happy:default
or
make kmac_happy:vial

How to flash

Hold the capslock key while plugging in the USB and flash the .hex file using QMK Toolbox or Atmel FLIP.

IMPORTANT

The backlight feature does not work in current version, I still does not figure out a way to add backlight function without breaking the firmware size limitation.

May be fixed in future release.

 * The firmware is too large! 29052/28672 (380 bytes over)

Thanks

Thanks to Evy Dekkers for his great contribution, which makes the porting much easily.