Enums

enum LibMK_Controller_State

Controller States.

Author: RedFantom License: GNU GPLv3 Copyright (c) 2018 RedFantom

Values:

LIBMK_STATE_ACTIVE = 0

Controller is active.

LIBMK_STATE_STOPPED = 1

Controller was active, but is now stopped.

LIBMK_STATE_PRESTART = 2

Controller has not yet been active.

LIBMK_STATE_ERROR = 3

Controller was stopped by an error.

LIBMK_STATE_JOIN_ERR = 4

Failed to join the controller.

LIBMK_STATE_START_ERR = 5

Failed to start the controller.

enum LibMK_Instruction_Type

Instruction types.

Values:

LIBMK_INSTR_FULL = 0

Full keyboard color instruction.

LIBMK_INSTR_ALL = 1

All LEDs individually instruction.

LIBMK_INSTR_SINGLE = 2

Instruction for a single key.