From c9deb7f51295e5a0e80de4bf5e87e95306ffdec4 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 29 Jan 2024 17:33:48 +0100 Subject: [PATCH] Update charybdis-left-handed.md --- fw/charybdis-left-handed.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fw/charybdis-left-handed.md b/fw/charybdis-left-handed.md index a90c953..2b211e3 100644 --- a/fw/charybdis-left-handed.md +++ b/fw/charybdis-left-handed.md @@ -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 @@ -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 ```