diff options
Diffstat (limited to 'keyboards/orthodox/rev3')
| -rw-r--r-- | keyboards/orthodox/rev3/config.h | 2 | ||||
| -rw-r--r-- | keyboards/orthodox/rev3/rules.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/orthodox/rev3/config.h b/keyboards/orthodox/rev3/config.h index 5022e888b..851499176 100644 --- a/keyboards/orthodox/rev3/config.h +++ b/keyboards/orthodox/rev3/config.h | |||
| @@ -70,7 +70,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | 70 | ||
| 71 | /* key combination for command */ | 71 | /* key combination for command */ |
| 72 | #define IS_COMMAND() ( \ | 72 | #define IS_COMMAND() ( \ |
| 73 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 73 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \ |
| 74 | ) | 74 | ) |
| 75 | 75 | ||
| 76 | /* ws2812 RGB LED */ | 76 | /* ws2812 RGB LED */ |
diff --git a/keyboards/orthodox/rev3/rules.mk b/keyboards/orthodox/rev3/rules.mk index 7b30c0bef..7e3182209 100644 --- a/keyboards/orthodox/rev3/rules.mk +++ b/keyboards/orthodox/rev3/rules.mk | |||
| @@ -1 +1,2 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | 1 | BACKLIGHT_ENABLE = no |
| 2 | BOOTLOADER = caterina | ||
