Skip to content

Commit

Permalink
Update charybdis-left-handed.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bstiq committed Jan 29, 2024
1 parent c9deb7f commit 0c4be42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fw/charybdis-left-handed.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You will need to do the following modifications. **Old code is commented out**.

**charybdis/config.h:**

```h
```c
// #define POINTING_DEVICE_RIGHT
// Pointing device is on the left split.
#undef POINTING_DEVICE_RIGHT
Expand All @@ -39,14 +39,14 @@ For the following modifications, modify the files in the **4x6** folder if you a

**charybdis/3x5/config.h:**

```h
```c
// #define ROTATIONAL_TRANSFORM_ANGLE -25
#define ROTATIONAL_TRANSFORM_ANGLE 40
```
**charybdis/3x5/v2/splinky_3/config.h:**
```h
```c
// #define MASTER_RIGHT
#undef MASTER_RIGHT
```
Expand Down

0 comments on commit 0c4be42

Please sign in to comment.