aboutsummaryrefslogtreecommitdiff
path: root/keyboards/orthodox/keymaps/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/keymaps/drashna/config.h')
-rw-r--r--keyboards/orthodox/keymaps/drashna/config.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h
index 09df12d9e..6fca4278d 100644
--- a/keyboards/orthodox/keymaps/drashna/config.h
+++ b/keyboards/orthodox/keymaps/drashna/config.h
@@ -32,16 +32,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
32// #define MASTER_RIGHT 32// #define MASTER_RIGHT
33#define EE_HANDS 33#define EE_HANDS
34 34
35 35/* key combination for magic key command */
36/* key combination for command */
37#ifdef IS_COMMAND
38#undef IS_COMMAND
39#endif
40#define IS_COMMAND() ( \ 36#define IS_COMMAND() ( \
41 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LALT)) \ 37 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LALT)) \
42) 38)
43 39
44
45#ifdef RGBLIGHT_ENABLE 40#ifdef RGBLIGHT_ENABLE
46#define RGB_DI_PIN D3 41#define RGB_DI_PIN D3
47#define RGBLED_NUM 16 // Number of LEDs 42#define RGBLED_NUM 16 // Number of LEDs
@@ -77,7 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
77#define QMK_LED B0 72#define QMK_LED B0
78#define QMK_SPEAKER C6 73#define QMK_SPEAKER C6
79 74
80
81#define SHFT_LED1 5 75#define SHFT_LED1 5
82#define SHFT_LED2 10 76#define SHFT_LED2 10
83 77
@@ -86,4 +80,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
86 80
87#define GUI_LED1 8 81#define GUI_LED1 8
88#define ALT_LED1 7 82#define ALT_LED1 7
89