zmk_mf68/app
innovaker 7b3a55cf50 refactor(ble): silence warning auth_passkey_display not used
Silences the following build warning ...

../src/ble.c:407:13: warning: 'auth_passkey_display' defined but not used [-Wunused-function]
  407 | static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) {
2020-12-01 07:21:45 -05:00
..
boards chore: add copyright to core Kconfig 2020-11-20 22:25:28 -05:00
cmake build: set zmk_config.cmake cmake_minimum_required to VERSION 3.15 2020-11-20 22:24:29 -05:00
drivers/zephyr Updated function calls with missing reference. GPIO missing. 2020-11-29 21:12:26 -05:00
dts feat(sticky keys): initial implementation 2020-11-28 00:58:24 -05:00
include feat(events): add timestamp to keycode_state_changed and sensor_event 2020-11-28 00:58:24 -05:00
scripts refactor(scripts): capitalize ZMK in west test script 2020-11-22 10:05:21 -05:00
src refactor(ble): silence warning auth_passkey_display not used 2020-12-01 07:21:45 -05:00
tests bugfix(sticky keys): release active sticky keys properly 2020-11-29 20:16:51 -05:00
.gitignore Removed development files 2020-08-29 11:53:53 -07:00
CMakeLists.txt feat(sticky keys): initial implementation 2020-11-28 00:58:24 -05:00
Kconfig feat(underglow): RGB toggle controls ext_power 2020-11-22 21:23:29 -05:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh fix(tests): fix testrunner for 'all' 2020-11-23 15:57:55 -05:00
west.yml chore(build): format west.yml 2020-11-28 12:21:19 -05:00