Skip to content

Commit

Permalink
fixup! remove automouse setting from vial layout
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-tolkachev committed Feb 16, 2025
1 parent b129a14 commit 612357f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion keyboards/ergohaven/hpd/keymaps/v2_enc_ball/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
#define POINTING_DEVICE_INVERT_X

#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x0000435d
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x0000035d

#define POINTING_DEVICE_AUTO_MOUSE_ENABLE
#define AUTO_MOUSE_DEFAULT_LAYER 4

#define EH_POINTING_KEYCODES
4 changes: 3 additions & 1 deletion keyboards/ergohaven/hpd/keymaps/v2_enc_touch/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
#define POINTING_DEVICE_TASK_THROTTLE_MS 10

#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x0000425d
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x0000025d

#define POINTING_DEVICE_AUTO_MOUSE_ENABLE
#define AUTO_MOUSE_DEFAULT_LAYER 4

#define EH_POINTING_KEYCODES

0 comments on commit 612357f

Please sign in to comment.