Keyboard: LFKPad refactor and Configurator support (#3439)
* LFKPad: matrix refactor * LFKPad: keymap refactor (QMK_KEYBOARD_H; matrix update) * LFKPad: Configurator support * LFKPad: added community layout numpad_6x4 to rules.mk * LFKPad: Update rgb_sequence to match new matrix * LFKPad: delete deprecated makefile include block from rules.mk
This commit is contained in:
committed by
Drashna Jaelre
parent
2869d51ba8
commit
9234f9c964
@@ -163,10 +163,10 @@ const uint8_t rgb_matrices[] = {0, 1};
|
||||
const uint8_t rgb_sequence[] = {
|
||||
32, 1, 2, 3,
|
||||
31, 30, 5, 6,
|
||||
28, 27, 7, 8,
|
||||
17, 18, 9,
|
||||
19, 21, 11, 12,
|
||||
22, 14,
|
||||
28, 27, 7,
|
||||
17, 18, 9, 8,
|
||||
19, 21, 11,
|
||||
22, 14, 12,
|
||||
|
||||
16, 26,
|
||||
4, 25,
|
||||
|
Reference in New Issue
Block a user