diff options
author | epaew <epaew@users.noreply.github.com> | 2018-05-23 08:59:43 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-22 16:59:43 -0700 |
commit | 760b11b5e84291019605af3abeef2d09f8991779 (patch) | |
tree | 6aa9fab3f24df6d403b3d0ed4c9955d2e2ec06cd /keyboards/iris/keymaps/edvorakjp/rules.mk | |
parent | c465cf2fd3bc57259ad72441e462f07b694b962e (diff) |
Add edvorakjp layout for the Iris keyboard (#3020)
* add edvorakjp libraries
* add edvorakjp iris keymap
* change the custom eeconfig's address to prevent future address conflicts
* deleted the verbose line of rule.mk
Diffstat (limited to 'keyboards/iris/keymaps/edvorakjp/rules.mk')
-rw-r--r-- | keyboards/iris/keymaps/edvorakjp/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/edvorakjp/rules.mk b/keyboards/iris/keymaps/edvorakjp/rules.mk new file mode 100644 index 0000000000..1c88fbc7bc --- /dev/null +++ b/keyboards/iris/keymaps/edvorakjp/rules.mk @@ -0,0 +1,16 @@ +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = yes # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. |