Just got my Framework 16 laptop, trying to figure out how to setup the RGB LED Macro Pad, and set up like the following
How do you set up the firmware for this. Do you use QMK or Vial ?
How do you also change the color to represent what I want
/* Macropad key location to LED Index
* ┌────┬────┬────┬────┐
* row 1 │ P1 │ P2 │ P3 │ P4 │ Profiles 1-4
* ├────┼────┼────┼────┤
* row 2 │ 1 │ 2 │ 3 │ 4 │
* ├────┼────┼────┼────┤
* row 3 │ 5 │ 6 │ 7 │ 8 │
* ├────┼────┼────┼────┤
* row 4 │ 9 │ 10 │ 11 │ 12 │
* ├────┼────┼────┼────┤
* row 5 │ 11 │ 12 │ 13 │ 14 │
* ├────┼────┼────┼────┤
* row 6 │ 15 │ 16 │ 17 │ 18 │
* └────┴────┴────┴────┘
*
24 keys and LEDs total
*/
/* Macropad key location to LED Index
Profile 1
* ├────┼────┼────┼────┤
* row 2 │ 1 │ 2 │ 3 │ 4 │
* ├────┼────┼────┼────┤
* row 3 │ 5 │ 6 │ 7 │ 8 │
* ├────┼────┼────┼────┤
* row 4 │ 9 │ 10 │ 11 │ 12 │
* ├────┼────┼────┼────┤
* row 5 │ 11 │ 12 │ 13 │ 14 │
* ├────┼────┼────┼────┤
* row 6 │ 15 │ 16 │ 17 │ 18 │
* └────┴────┴────┴────┘
*
*/
/* Macropad key location to LED Index
Profile 2
* ├────┼────┼────┼────┤
* row 2 │ 1 │ 2 │ 3 │ 4 │
* ├────┼────┼────┼────┤
* row 3 │ 5 │ 6 │ 7 │ 8 │
* ├────┼────┼────┼────┤
* row 4 │ 9 │ 10 │ 11 │ 12 │
* ├────┼────┼────┼────┤
* row 5 │ 11 │ 12 │ 13 │ 14 │
* ├────┼────┼────┼────┤
* row 6 │ 15 │ 16 │ 17 │ 18 │
* └────┴────┴────┴────┘
*
*/
/* Macropad key location to LED Index
Profile 3
* ├────┼────┼────┼────┤
* row 2 │ 1 │ 2 │ 3 │ 4 │
* ├────┼────┼────┼────┤
* row 3 │ 5 │ 6 │ 7 │ 8 │
* ├────┼────┼────┼────┤
* row 4 │ 9 │ 10 │ 11 │ 12 │
* ├────┼────┼────┼────┤
* row 5 │ 11 │ 12 │ 13 │ 14 │
* ├────┼────┼────┼────┤
* row 6 │ 15 │ 16 │ 17 │ 18 │
* └────┴────┴────┴────┘
*
*/
/* Macropad key location to LED Index
Profile 4
* ├────┼────┼────┼────┤
* row 2 │ 1 │ 2 │ 3 │ 4 │
* ├────┼────┼────┼────┤
* row 3 │ 5 │ 6 │ 7 │ 8 │
* ├────┼────┼────┼────┤
* row 4 │ 9 │ 10 │ 11 │ 12 │
* ├────┼────┼────┼────┤
* row 5 │ 11 │ 12 │ 13 │ 14 │
* ├────┼────┼────┼────┤
* row 6 │ 15 │ 16 │ 17 │ 18 │
* └────┴────┴────┴────┘
*
*/