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 Aug 20, 2022
1 parent 2ea7a33 commit 1a1f458
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 <drashna@live.com> (@drashna)
* Copyright 2021 Quentin LEBASTARD <qlebastard@gmail.com>
* Copyright 2022 Charly Delay <charly@codesink.dev> (@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 1a1f458

Please sign in to comment.