Skip to content

Commit

Permalink
Update Janus keyboard firmware to use EE_HANDS (qmk#24261)
Browse files Browse the repository at this point in the history
* Use EE_HANDS https://docs.qmk.fm/features/split_keyboard#handedness-by-eeprom

* Update Janus readme to indicate EEPROM handedness is used
  • Loading branch information
skarrmann authored and acidMyke committed Nov 3, 2024
1 parent f777157 commit 427496d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/janus/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions keyboards/janus/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 427496d

Please sign in to comment.