Enums

enum LibMK_Controller_State

Controller States.

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

Values:

enumerator LIBMK_STATE_ACTIVE

Controller is active.

enumerator LIBMK_STATE_STOPPED

Controller was active, but is now stopped.

enumerator LIBMK_STATE_PRESTART

Controller has not yet been active.

enumerator LIBMK_STATE_ERROR

Controller was stopped by an error.

enumerator LIBMK_STATE_JOIN_ERR

Failed to join the controller.

enumerator LIBMK_STATE_START_ERR

Failed to start the controller.

enum LibMK_Instruction_Type

Instruction types.

Values:

enumerator LIBMK_INSTR_FULL

Full keyboard color instruction.

enumerator LIBMK_INSTR_ALL

All LEDs individually instruction.

enumerator LIBMK_INSTR_SINGLE

Instruction for a single key.