]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keymap: Update to drashna keymaps and userspace (#3992)
authorDrashna Jaelre <drashna@live.com>
Tue, 2 Oct 2018 01:00:14 +0000 (18:00 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 2 Oct 2018 01:00:14 +0000 (21:00 -0400)
commit1512a6bfd48fb75619a1f77394d41bdca7ea28b1
tree54aea79710b4101b9fce20d4ff43d60eda24242b
parentf5ae3760c6be7e927fba74aca4a0cf21a44113af
Keymap: Update to drashna keymaps and userspace (#3992)

* Enabled unicode support and send_unicode function

* Unicode cleanup

* More unicode tweaking

* Update EEPROM stuff

* Account for keyboard macros

* Switch Equal to Plus on Ergodox

* more tweaks

* Minor Unicode tweaks

* Correct matrix printing for keylogger

* Fix unicode functions

* Fix unicode mode set since it actually uses EEPROM

* Re-add DISABLE_LEADER

* Ergodox is easier to hit the tapping term, fix that

* Fix stupid type on unicode mode check

* Preliminary CRKBD/HeliDox support

* Fixes to Helidox

* Cleanup userspace from old merge stuff

* Remove CCCV sounds

* Make Mode NOEEPROM Again
14 files changed:
keyboards/crkbd/keymaps/drashna/config.h [new file with mode: 0644]
keyboards/crkbd/keymaps/drashna/glcdfont.c [new file with mode: 0644]
keyboards/crkbd/keymaps/drashna/keymap.c [new file with mode: 0644]
keyboards/crkbd/keymaps/drashna/rules.mk [new file with mode: 0644]
layouts/community/ergodox/drashna/keymap.c
layouts/community/ergodox/drashna/rules.mk
users/drashna/config.h
users/drashna/drashna.c
users/drashna/drashna.h
users/drashna/drashna_unicode.h [deleted file]
users/drashna/rgb_stuff.c
users/drashna/rules.mk
users/drashna/send_unicode.c [new file with mode: 0644]
users/drashna/send_unicode.h [new file with mode: 0644]