Skip to content

Commit 24016f4

Browse files
committed
fix(cnano): invert Y scroll
1 parent 88ec3b8 commit 24016f4

File tree

1 file changed

+3
-1
lines changed
  • keyboards/bastardkb/charybdis/3x5/keymaps/jeffdess

1 file changed

+3
-1
lines changed

keyboards/bastardkb/charybdis/3x5/keymaps/jeffdess/config.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
// Boot mode if pressing down outer thumb key while connecting the keyboard
66
#define BOOTMAGIC_ROW_RIGHT 4
7-
#define BOOTMAGIC_COLUMN_RIGHT 6
7+
#define BOOTMAGIC_COLUMN_RIGHT 0
88
#define BOOTMAGIC_ROW_LEFT 0
99
#define BOOTMAGIC_COLUMN_LEFT 6
1010

1111
// Size optimizations
1212
#define NO_ACTION_MACRO
1313
#define NO_ACTION_FUNCTION
1414
#define LAYER_STATE_8BIT
15+
16+
#define CHARYBDIS_DRAGSCROLL_REVERSE_Y

0 commit comments

Comments
 (0)