Skip to content

Commit

Permalink
bastardkb/dilemma: change default DPI to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Charly Delay committed Sep 11, 2022
1 parent bec4d5f commit 448592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/bastardkb/dilemma/dilemma.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record) {

void eeconfig_init_kb(void) {
g_dilemma_config.raw = 0;
g_dilemma_config.pointer_default_dpi = 4;
g_dilemma_config.pointer_default_dpi = 3;
write_dilemma_config_to_eeprom(&g_dilemma_config);
maybe_update_pointing_device_cpi(&g_dilemma_config);
eeconfig_init_user();
Expand Down

0 comments on commit 448592d

Please sign in to comment.