diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-09-12 00:43:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 00:43:10 -0400 |
commit | 7ad924bae5519e981c57495e481db62741aa4376 (patch) | |
tree | e07575ee363f68b70579cda8e54eebcbd55d4127 /keyboards/planck/rules.mk | |
parent | a4ff8b91f74df9fb1d87f52c0ded23935344d2eb (diff) | |
download | qmk_firmware-7ad924bae5519e981c57495e481db62741aa4376.tar.gz |
Updates send_string functionality, adds terminal feature (#1657)
* implement basic terminal stuff
* modify send_string to read normal strings too
* add files bc yeah. working pgm detected
* pgm detection apparently not working
* adds send string keycodes, additional keycode support in send string
* implement arguments
* [terminal] add help command
* [terminal] adds keycode and keymap functions
* [terminal] adds nop.h, documentation
* update macro docs
Diffstat (limited to 'keyboards/planck/rules.mk')
-rw-r--r-- | keyboards/planck/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 32a9a26c7..c4091f011 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk @@ -57,7 +57,7 @@ CONSOLE_ENABLE = yes # 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 = yes # MIDI controls +MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |