diff options
author | Drashna Jaelre <drashna@live.com> | 2018-05-02 08:39:46 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-02 11:39:46 -0400 |
commit | e5540dd055b16eaebb28e25e0cb9b314e397e854 (patch) | |
tree | 798a05c6335c11ad55231337883003ea248b4df9 /layouts/community/ergodox/drashna/rules.mk | |
parent | 9b8fc6f1c0129ee119965a2a4d025b0f5c9c613b (diff) | |
download | qmk_firmware-e5540dd055b16eaebb28e25e0cb9b314e397e854.tar.gz qmk_firmware-e5540dd055b16eaebb28e25e0cb9b314e397e854.zip |
Update to drashna keymaps and userspace (#2876)
* Fix Unicode sample
* Add irony mark
* Remove unpretty keymaps
* Add QMK DFU and Conditional Music Mode
* Unicode fixes
* Unicode fixes
* Make layer indication more modular
* Finish removing Faux Click
* Cleanup of UserSpace and addition of 'update_tri_layer_state' function
* Add modifier status indicators to Orthodox
* Remove tri layer function
* Minor tweaks
* Remove the Orthodox's Indicator's reliance on layer_state_set
* Add custom EEPROM settings
* Make EEPROM config more efficient
* Viterbi Config
* Add Iris Keyboard layout and Userspace cleanup
* Iris keyboard tweaks
* Use Grave Escape on Iris
* Update Readmes
Diffstat (limited to 'layouts/community/ergodox/drashna/rules.mk')
-rw-r--r-- | layouts/community/ergodox/drashna/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/community/ergodox/drashna/rules.mk b/layouts/community/ergodox/drashna/rules.mk index 536d5308af..e5bf2d4b36 100644 --- a/layouts/community/ergodox/drashna/rules.mk +++ b/layouts/community/ergodox/drashna/rules.mk @@ -7,3 +7,5 @@ endif CONSOLE_ENABLE = no BOOTMAGIC_ENABLE = yes +UNICODE_ENABLE = no +UNICDOEMAP_ENABLE = yes |