diff options
author | Daniel H Klein <danielklein@utexas.edu> | 2018-04-24 09:25:20 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-24 09:25:20 -0700 |
commit | 6beb9d3ac2dd7984c0a26ecb13df8e3628de1cc8 (patch) | |
tree | 355ededa80505d2a8131e2371ecefc331dc3c1ce /keyboards/planck/keymaps/danielhklein/rules.mk | |
parent | 2286cedb70e2899049d90bf9a26ce261bb74f2f5 (diff) | |
download | qmk_firmware-6beb9d3ac2dd7984c0a26ecb13df8e3628de1cc8.tar.gz |
Changes to danielhklein nyquist config (#2783)
* nyquist
* danielhklein nyquist setup
* shift left controls
* remove readme
* cleanup before pr
* ready for pr
* updated bootmagic, arrows, and special chars
* allow gui on arrows
* replace arrows with right modifiers
* documentation re-added
* updated personal repo
* fixes to layers
Diffstat (limited to 'keyboards/planck/keymaps/danielhklein/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/danielhklein/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/danielhklein/rules.mk b/keyboards/planck/keymaps/danielhklein/rules.mk new file mode 100644 index 000000000..a73d85183 --- /dev/null +++ b/keyboards/planck/keymaps/danielhklein/rules.mk @@ -0,0 +1,14 @@ +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = yes # 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 = no # MIDI support (+2400 to 4200, depending on config) +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 this with audio at the same time. +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +TAP_DANCE_ENABLE = no # Enable Tap Dance
\ No newline at end of file |