Skip to content

Commit

Permalink
bastardkb/dilemma: add comment for default DPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Charly Delay committed Sep 17, 2022
1 parent 4f6e0ef commit 4b27407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/bastardkb/dilemma/dilemma.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* Copyright 2020 Christopher Courtney <[email protected]> (@drashna)
* Copyright 2021 Quentin LEBASTARD <[email protected]>
* Copyright 2022 Charly Delay <[email protected]> (@0xcharly)
Expand Down 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 = 3;
g_dilemma_config.pointer_default_dpi = 3; // DPI=1000
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 4b27407

Please sign in to comment.