diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-04-19 18:06:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 20:06:35 +1000 |
commit | cff489bfdb2752956292c1e9adf1b4223814c267 (patch) | |
tree | 63d822173219b5088185b10be8d62baca81ead3e /keyboards/mt/mt40/keymaps/default/config.h | |
parent | e13aefe41d235af9e59efdefa46e2934e36eec7a (diff) |
move 麦田 boards into /mt (#16095)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/mt/mt40/keymaps/default/config.h')
-rw-r--r-- | keyboards/mt/mt40/keymaps/default/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/mt/mt40/keymaps/default/config.h b/keyboards/mt/mt40/keymaps/default/config.h new file mode 100644 index 0000000000..6c3e30ef7b --- /dev/null +++ b/keyboards/mt/mt40/keymaps/default/config.h @@ -0,0 +1,10 @@ +#pragma once + +// place overrides here + +#define TAPPING_TERM 200 + + +#define RGBLIGHT_HUE_STEP 12 +#define RGBLIGHT_SAT_STEP 15 +#define RGBLIGHT_VAL_STEP 18 |