diff options
author | Drashna Jaelre <drashna@live.com> | 2018-03-16 13:26:21 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-16 16:26:21 -0400 |
commit | 54f1cdfb1ef13cacb6a8271fe2f1950f50f78c36 (patch) | |
tree | f9c09ad6772b8f178e79ffc25758285942f13771 /keyboards/orthodox/rev3 | |
parent | a730cf6718919e89ed44f5e15f24b7c2022400a1 (diff) |
Add teensy revision folder for Orthodox Rev3 (#2510)
* Add Rev3 Teensy for Orthodox
* MOve bootloader defines into revision folders
* Finishing touches
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 5022e888b5..8514991762 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/>. /* key combination for command */ #define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ + keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LGUI)) \ ) /* ws2812 RGB LED */ diff --git a/keyboards/orthodox/rev3/rules.mk b/keyboards/orthodox/rev3/rules.mk index 7b30c0beff..7e31822098 100644 --- a/keyboards/orthodox/rev3/rules.mk +++ b/keyboards/orthodox/rev3/rules.mk @@ -1 +1,2 @@ BACKLIGHT_ENABLE = no +BOOTLOADER = caterina |