diff options
author | Anthony Wharton <a.wharton.2015@bristol.ac.uk> | 2018-09-17 21:55:49 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-17 13:55:49 -0700 |
commit | ed2dd3b59c5fc7856a1b01a97ba5b22ed4f69317 (patch) | |
tree | 2967ef6fe41872e607e75ff46943f5c7a9881eda /keyboards/ymd96/rules.mk | |
parent | fe3bfd91c1a085716baa2b4396709ad5d77c7c75 (diff) |
Keyboard: Add YMD96 instructions for Linux + Backlight Fixes (#3908)
* Add flashing instructions for Linux
* Make device/manufacturer name consistent for ymd96
* Disable command mode by default for YMD96
* Add function call to fix backlight for YMD96
* Add personal YMD96 config
* Replace include with QMK macro
* Move KEYMAP macro to keymap-level folder
* Move custom KEYMAP macro to global LAYOUT_iso macro
* Change transparent keymappings to global definition
* Remove unecessary import and change to pragma once
- (instead of repeated ifdef)
* Remove global keymap/layout definition
Diffstat (limited to 'keyboards/ymd96/rules.mk')
-rw-r--r-- | keyboards/ymd96/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ymd96/rules.mk b/keyboards/ymd96/rules.mk index 42b3d11551..1cc4060b01 100644 --- a/keyboards/ymd96/rules.mk +++ b/keyboards/ymd96/rules.mk @@ -35,7 +35,7 @@ BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = no -COMMAND_ENABLE = yes +COMMAND_ENABLE = no BACKLIGHT_ENABLE = yes BACKLIGHT_CUSTOM_DRIVER = yes |