summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h
diff options
context:
space:
mode:
authorLuc <luc.wastiaux@xsmail.com>2022-12-12 13:21:23 +0800
committerGitHub <noreply@github.com>2022-12-11 21:21:23 -0800
commitbf2ed0174bb2c9e60555e41f682cae25b6e4dde7 (patch)
tree921b4dbc2d15fc21bb098adc9f51f750efc46de2 /keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h
parent96ba554ca8878a4bc434e68b1b265d6fb9b11365 (diff)
[Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps (#19154)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net> Co-authored-by: Luc W <lucw@airpost.net>
Diffstat (limited to 'keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h')
-rw-r--r--keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h b/keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h
new file mode 100644
index 0000000000..d4d7a264d3
--- /dev/null
+++ b/keyboards/crkbd/rev1/keymaps/dvorak_42_key/config.h
@@ -0,0 +1,44 @@
+// Copyright 2022 LucW (@luc-languagetools)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+
+#pragma once
+
+
+/* Select hand configuration */
+
+// #define MASTER_LEFT
+#define MASTER_RIGHT
+// #define EE_HANDS
+
+//#define TAPPING_FORCE_HOLD
+//#define TAPPING_TERM 100
+
+// #define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
+#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
+
+// MOUSE SETTINGS
+// ==============
+
+#define MOUSEKEY_TIME_TO_MAX 200
+
+#define RGBLIGHT_LAYERS
+
+#ifdef RGBLIGHT_ENABLE
+ #define RGBLIGHT_LIMIT_VAL 90
+ // #define RGBLIGHT_LIMIT_VAL 0
+ #define RGBLIGHT_HUE_STEP 10
+ #define RGBLIGHT_SAT_STEP 17
+ #define RGBLIGHT_VAL_STEP 17
+#endif
+
+#ifdef RGB_MATRIX_ENABLE
+ // #define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
+ // #define RGB_MATRIX_KEYPRESSES // reacts to keypresses
+ // #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
+ // #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
+ // #define ENABLE_RGB_MATRIX_SPLASH
+ //#define ENABLE_RGB_MATRIX_SOLID_SPLASH
+#endif
+
+#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"