diff options
| author | Steven Karrmann | 2024-10-06 10:52:56 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-06 10:52:56 +0200 |
| commit | c2dd0c184521c34b11f4189328c64bd99dfe860a (patch) | |
| tree | 5bc271151f5fb3a73c0defa9e24b9ff42e6e3e47 /keyboards | |
| parent | 13a87ad354c90a638cc7a71e7d23bead2f4771eb (diff) | |
Update Janus keyboard firmware to use EE_HANDS (#24261)
* Use EE_HANDS https://docs.qmk.fm/features/split_keyboard#handedness-by-eeprom
* Update Janus readme to indicate EEPROM handedness is used
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/janus/config.h | 4 | ||||
| -rw-r--r-- | keyboards/janus/readme.md | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/janus/config.h b/keyboards/janus/config.h index 2d9cead0e3..8f28edfb91 100644 --- a/keyboards/janus/config.h +++ b/keyboards/janus/config.h @@ -3,8 +3,8 @@ #pragma once - -/* Serial communication */ +/* Split keyboard configuration */ +#define EE_HANDS #define SERIAL_USART_FULL_DUPLEX #define SERIAL_USART_TX_PIN GP0 #define SERIAL_USART_RX_PIN GP1 diff --git a/keyboards/janus/readme.md b/keyboards/janus/readme.md index aa9e65cdc4..93b3b00c6f 100644 --- a/keyboards/janus/readme.md +++ b/keyboards/janus/readme.md @@ -18,6 +18,8 @@ Flashing example for this keyboard: See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). +If you would like to plug in your keyboard using either half, then set the EEPROM left/right UF2 bootloader parameter when flashing each half for the first time. Refer to [QMK's handedness by EEPROM documentation](https://docs.qmk.fm/features/split_keyboard#handedness-by-eeprom). Without this bootloader parameter, the configuration assumes the left half will be plugged in. + ## Bootloader Enter the bootloader in 3 ways: |