mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-03 20:23:11 -04:00
Added Remove Row Opcode to the KLM
* Removed blank row from Sixty percent (Mini) keyboards * Resolves #3404
This commit is contained in:
@@ -60,6 +60,7 @@ enum KEYBOARD_OPCODE
|
||||
KEYBOARD_OPCODE_SWAP_ONLY = 1,
|
||||
KEYBOARD_OPCODE_REMOVE_SHIFT_LEFT = 2,
|
||||
KEYBOARD_OPCODE_INS_SHFT_ADJACENT = 3,
|
||||
KEYBOARD_OPCODE_REMOVE_ROW = 4,
|
||||
};
|
||||
|
||||
typedef struct
|
||||
@@ -132,6 +133,7 @@ private:
|
||||
void SwapKey(keyboard_led keys);
|
||||
void SwapKeys(std::vector<keyboard_led> keys);
|
||||
void RemoveKey(keyboard_led keys);
|
||||
void RemoveRow(uint8_t row);
|
||||
|
||||
KEYBOARD_LAYOUT layout;
|
||||
KEYBOARD_SIZE physical_size;
|
||||
|
||||
Reference in New Issue
Block a user