summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Baumgartner <samuel.baumgartner@gmail.com>2020-09-22 02:25:29 +0200
committerGitHub <noreply@github.com>2020-09-21 17:25:29 -0700
commite3f9569acd42854bbadfbf27a0f8b59271d09284 (patch)
treebb50e78de9dc67af6297b33c3e26ef9bba8e33ae
parentebbcb8399824cc66103b5f7362d84a9bb40874ba (diff)
bm60rgb_iso: add underglow support (#10307)
* add underglow definition
-rw-r--r--keyboards/bm60rgb_iso/bm60rgb_iso.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/bm60rgb_iso/bm60rgb_iso.c b/keyboards/bm60rgb_iso/bm60rgb_iso.c
index 3fa1bc8982..4e292bc549 100644
--- a/keyboards/bm60rgb_iso/bm60rgb_iso.c
+++ b/keyboards/bm60rgb_iso/bm60rgb_iso.c
@@ -32,7 +32,9 @@ led_config_t g_led_config = { {
     // LShift, <, Z, X, C, V, B, N, M, ,, ., /, Shift, Up,
     {   3,  48 }, {  22,  48 }, {  33,  48 }, {  48,  48 }, {  63,  48 }, {  78,  48 }, {  93,  48 }, { 108,  48 }, { 123,  48 }, { 138,  48 }, { 153,  48 }, { 168,  48 }, { 194,  48 }, { 213,  48 }, 
     // Ctrl, GUI, Alt, Space, RAlt, FN, Left, Down, Right
-    {   3,  64 }, {  22,  64 }, {  33,  64 }, { 101,  64 }, { 135,  64 }, { 153,  64 }, { 195,  64 }, { 210,  64 }, { 225,  64 }
+    {   3,  64 }, {  22,  64 }, {  33,  64 }, { 101,  64 }, { 135,  64 }, { 153,  64 }, { 195,  64 }, { 210,  64 }, { 225,  64 },
+    // UNDERGLOW
+    {   216, 32 }, {  180,  32 }, {  144, 32 }, { 108,  32 }, { 72,  32 }, { 36,  32 }
 }, {
     // Esc, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, -, =, Backspace
     4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 
@@ -43,6 +45,8 @@ led_config_t g_led_config = { {
     // LShift,<, Z, X, C, V, B, N, M, ,, ., Shift, Up, / 
     1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 
     // Ctrl, GUI, Alt, Space, RAlt, FN, Left, Down, Right
-    1, 1, 1, 4, 1, 1, 1, 1, 1
+    1, 1, 1, 4, 1, 1, 1, 1, 1,
+    // UNDERGLOW
+    2, 2, 2, 2, 2, 2
 } };
 #endif