diff options
author | Wilba6582 <Jason.S.Williams@gmail.com> | 2018-12-13 19:33:04 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-13 08:18:49 -0800 |
commit | cc45f62d757f56c2fa9be92685f83f127b63b509 (patch) | |
tree | c89edebf208f3a466a807e0843699717c241b9ad /keyboards/rama/u80_a | |
parent | 24b17c96191d0791110ef6b51fa54f74d91075de (diff) | |
download | qmk_firmware-cc45f62d757f56c2fa9be92685f83f127b63b509.tar.gz |
Added Dynamic Keymaps to M10-B
Diffstat (limited to 'keyboards/rama/u80_a')
-rw-r--r-- | keyboards/rama/u80_a/config.h | 2 | ||||
-rw-r--r-- | keyboards/rama/u80_a/rules.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/rama/u80_a/config.h b/keyboards/rama/u80_a/config.h index b5dc27598..c733601e1 100644 --- a/keyboards/rama/u80_a/config.h +++ b/keyboards/rama/u80_a/config.h @@ -185,6 +185,8 @@ /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ //#define MIDI_TONE_KEYCODE_OCTAVES 1 +#define WT_MONO_BACKLIGHT + #define DYNAMIC_KEYMAP_LAYER_COUNT 4 // EEPROM usage diff --git a/keyboards/rama/u80_a/rules.mk b/keyboards/rama/u80_a/rules.mk index 67b04e350..54479529b 100644 --- a/keyboards/rama/u80_a/rules.mk +++ b/keyboards/rama/u80_a/rules.mk @@ -69,4 +69,3 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches RAW_ENABLE = yes DYNAMIC_KEYMAP_ENABLE = yes -CIE1931_CURVE = yes
\ No newline at end of file |