Skip to content

Commit

Permalink
Merge pull request qmk#30 from ilc/dual-scroll-default
Browse files Browse the repository at this point in the history
svalboard: dual pointer default now.
  • Loading branch information
morganvenable authored Apr 29, 2024
2 parents 275462a + 1d67451 commit 8d59f00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/svalboard/svalboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ void read_eeprom_kb(void) {
eeconfig_read_kb_datablock(&global_saved_values);
if (global_saved_values.version < 1) {
global_saved_values.version = 1;
global_saved_values.left_scroll = true;
global_saved_values.right_dpi_index=2;
global_saved_values.left_dpi_index=2;
modified = true;
Expand Down

0 comments on commit 8d59f00

Please sign in to comment.