Smart Remote 3 nRF52 v1.2
Modules | Functions
Keyboard module

Functions for configuring the keyboard module. More...

Modules

 Matrix keyboard driver
 This header file defines the prototypes for keyboard matrix driver functions.
 

Functions

ret_code_t m_keyboard_disable (void)
 Function for disabling the keyboard module.
 
ret_code_t m_keyboard_enable (void)
 Function for enabling the keyboard module.
 
ret_code_t m_keyboard_init (bool *p_delete_bonds)
 Function for initializing the keyboard matrix. More...
 

Detailed Description

Functions for configuring the keyboard module.

Function Documentation

ret_code_t m_keyboard_init ( bool *  p_delete_bonds)

Function for initializing the keyboard matrix.

Parameters
[out]p_delete_bonds- Pointer to the delete_bonds flag which is set if the CONFIG_KBD_DELETE_BONDS_KEY key is pressed.
Returns
Return values
NRF_SUCCESS

Documentation feedback | Developer Zone | Subscribe | Updated