1
0

Align use of keymap level _kb callbacks (#25774)

This commit is contained in:
Joel Challis
2025-11-11 22:00:28 +00:00
committed by GitHub
parent 8ec3de0f92
commit 98504424b1
13 changed files with 46 additions and 80 deletions

View File

@@ -18,7 +18,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
// clang-format on
void pointing_device_init_kb(void) {
void pointing_device_init_user(void) {
pointing_device_set_cpi(1600);
}

View File

@@ -18,7 +18,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
// clang-format on
void pointing_device_init_kb(void) {
void pointing_device_init_user(void) {
pointing_device_set_cpi(1600);
}