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 8e2f989 commit c9deb7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fw/charybdis-left-handed.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ While left-handed Charybdis are not supported directly through the official keym
You will need to do the following modifications. **Old code is commented out**.


**charybdis/config.h:** (line 28)
**charybdis/config.h:**

```c
```h
// #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:**

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

0 comments on commit c9deb7f

Please sign in to comment.