From f08ffc271534ebe2bc4ea794bf95159c006688ad Mon Sep 17 00:00:00 2001 From: Legonut Date: Thu, 2 Jan 2020 16:03:19 -0500 Subject: [Keyboard] Updates for Sol 2 (#7746) Add Numpad to keymap Fix OLED rotation Add LED locations for Starfighter case --- keyboards/rgbkb/sol/rev2/rev2.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'keyboards/rgbkb/sol/rev2/rev2.c') diff --git a/keyboards/rgbkb/sol/rev2/rev2.c b/keyboards/rgbkb/sol/rev2/rev2.c index 467aa18e44..e00c485609 100644 --- a/keyboards/rgbkb/sol/rev2/rev2.c +++ b/keyboards/rgbkb/sol/rev2/rev2.c @@ -33,6 +33,11 @@ led_config_t g_led_config = { { #ifdef FULLHAND_ENABLE { 2, 88 }, { 2, 103 }, { 2, 117 }, { 2, 132 }, { 10, 145 }, { 25, 145 }, { 39, 145 }, { 54, 145 }, { 69, 145 }, { 79, 136 }, { 87, 124 }, { 94, 111 }, +// SF Left +#elif SF_ENABLE + { 0, 88 }, { 0, 103 }, { 0, 117 }, { 0, 130 }, { 9, 142 }, { 24, 142 }, { 38, 142 }, + { 53, 142 }, { 67, 142 }, { 79, 135 }, { 86, 123 }, { 93, 110 }, { 88, 102 }, { 74, 101 }, + { 60, 91 }, { 45, 98 }, { 33, 92 }, { 23, 86 }, { 10, 80 }, #endif // Left Hand Mapped Right to Left { 213, 14 }, { 196, 14 }, { 182, 14 }, { 168, 14 }, { 154, 14 }, { 140, 14 }, { 122, 14 }, @@ -49,6 +54,11 @@ led_config_t g_led_config = { { #ifdef FULLHAND_ENABLE ,{ 222, 88 }, { 222, 103 }, { 222, 117 }, { 222, 132 }, { 214, 145 }, { 199, 145 }, { 185, 145 }, { 170, 145 }, { 155, 145 }, { 145, 136 }, { 137, 124 }, { 130, 111 } +// SF Right +#elif SF_ENABLE + ,{ 224, 88 }, { 224, 103 }, { 224, 117 }, { 224, 130 }, { 215, 142 }, { 200, 142 }, { 186, 142 }, + { 171, 142 }, { 157, 142 }, { 145, 135 }, { 138, 123 }, { 131, 110 }, { 136, 102 }, { 150, 101 }, + { 164, 91 }, { 179, 98 }, { 191, 92 }, { 201, 86 }, { 214, 80 } #endif }, { // Left Hand Mapped Left to Right @@ -66,6 +76,11 @@ led_config_t g_led_config = { { #ifdef FULLHAND_ENABLE 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, +// SF Left +#elif SF_ENABLE + 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, #endif // Left Hand Mapped Right to Left 1, 4, 4, 4, 4, 4, 1, @@ -82,6 +97,11 @@ led_config_t g_led_config = { { #ifdef FULLHAND_ENABLE ,2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 +// SF Right +#elif SF_ENABLE + ,2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2 #endif } }; -- cgit v1.2.3