diff options
author | Yann Hodique <yann.hodique@gmail.com> | 2020-03-15 21:42:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 21:42:10 -0700 |
commit | cce2420bb24f31ebaee22b4d6e54311ef78668c2 (patch) | |
tree | 7a529ea9166c4c698e6ad43e3a62fe4c46183aee /keyboards/converter | |
parent | b272c035ba7fa8555a88c922b3e94c3f3817c4ff (diff) |
[Keymap] fix sigma keymaps build (#8427)
handle unicode input properly.
Diffstat (limited to 'keyboards/converter')
-rw-r--r-- | keyboards/converter/sun_usb/type5/keymaps/sigma/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/converter/sun_usb/type5/keymaps/sigma/rules.mk b/keyboards/converter/sun_usb/type5/keymaps/sigma/rules.mk index 09a3af829a..f1de332c0c 100644 --- a/keyboards/converter/sun_usb/type5/keymaps/sigma/rules.mk +++ b/keyboards/converter/sun_usb/type5/keymaps/sigma/rules.mk @@ -1 +1,2 @@ BOOTLOADER = halfkay +UNICODE_ENABLE = yes |