]> git.donarmstrong.com Git - qmk_firmware.git/commit
First PR for KBD6x HHKB layout keymap (#4704)
authorOthi <mnpq.raven@gmail.com>
Mon, 24 Dec 2018 17:06:12 +0000 (17:06 +0000)
committerDrashna Jaelre <drashna@live.com>
Mon, 24 Dec 2018 17:06:12 +0000 (09:06 -0800)
commitfc921a9c54bb28fe91219a9321f9d2c0cf7cf293
tree0ee087ed945ed3301a3a37e1c72fc7a6da416198
parent7e56c4bcb1bf0bad264401384d393ff0f7431d11
First PR for KBD6x HHKB layout keymap (#4704)

* initial commit for Othi's HHKB layout keymap,
covering multiple modifiers hold and vim-like support and german characters. If there's
any suggestion i can be reached via mnpqraven on github or Othi#6661 on
discord

* added readme.md. TODO: update readme.md

* changed to default quantum keycode for `KC_TRNS`,
removed `PREVENT_STUCK_MODIFIERS`,
fixed tap dance using one shots
TODO: unicode implementation at https://docs.qmk.fm/#/feature_unicode

* keymap documentaion(readme) added

* unicode init
TODO: figure out what made the compose sequence not running

* update unicode and readme
keyboards/kbd6x/keymaps/othi/config.h [new file with mode: 0644]
keyboards/kbd6x/keymaps/othi/keymap.c [new file with mode: 0644]
keyboards/kbd6x/keymaps/othi/readme.md [new file with mode: 0644]
keyboards/kbd6x/keymaps/othi/rules.mk [new file with mode: 0644]