forked from kofal.net/zmk
refactor(bluetooth): More concise names.
This commit is contained in:
@@ -22,13 +22,13 @@ static int on_keymap_binding_pressed(struct device *dev, u32_t position, u32_t c
|
||||
{
|
||||
switch (command)
|
||||
{
|
||||
case BT_CLEAR_BONDS_CMD:
|
||||
case BT_CLR_CMD:
|
||||
return zmk_ble_clear_bonds();
|
||||
case BT_PROF_NEXT_CMD:
|
||||
case BT_NXT_CMD:
|
||||
return zmk_ble_prof_next();
|
||||
case BT_PROF_PREV_CMD:
|
||||
case BT_PRV_CMD:
|
||||
return zmk_ble_prof_prev();
|
||||
case BT_PROF_SEL_CMD:
|
||||
case BT_SEL_CMD:
|
||||
return zmk_ble_prof_select(arg);
|
||||
default:
|
||||
LOG_ERR("Unknown BT command: %d", command);
|
||||
|
||||
Reference in New Issue
Block a user