diff options
author | adiron <adi@adiron.me> | 2018-03-09 21:27:31 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-09 14:27:31 -0500 |
commit | fdeb7f7665899cf52e66436a06774eae10646596 (patch) | |
tree | b66fdf2254afe80237e9b151587fbeede40edff9 /keyboards/contra/keymaps/dana/rules.mk | |
parent | 141a52982e9d6d5bc290b831713b6d4f400fbf83 (diff) | |
download | qmk_firmware-fdeb7f7665899cf52e66436a06774eae10646596.tar.gz |
Added Contra keyboard support (#2501)
* Added Contra keyboard support
The configuration came from a source distribution of the firmware on the
Contra's official website.
I have also included a simple MIDI keymap. (And it works!)
* Changes to Contra config and README
* Readme has been changed as requested by jackhumbert
* Config has been changed to add the Cartel and Contra names to
the USB configuration.
Diffstat (limited to 'keyboards/contra/keymaps/dana/rules.mk')
-rw-r--r-- | keyboards/contra/keymaps/dana/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/contra/keymaps/dana/rules.mk b/keyboards/contra/keymaps/dana/rules.mk new file mode 100644 index 000000000..1198f378a --- /dev/null +++ b/keyboards/contra/keymaps/dana/rules.mk @@ -0,0 +1,25 @@ + + +# 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 = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = no # Audio control and System control(+450) +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # 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 = yes # 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 = no # Enable WS2812 RGB underlight + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |