Skip to content

Mutual UART communication

HASUMI Hitoshi edited this page Nov 15, 2021 · 6 revisions

Valid version

0.9.6+

Feature

  • Syncs RGB blinking between both halves
  • Keycodes related to RGB (see RGB-feature) work on not only anchor but also partner half

In your keymap.rb

kbd = Keyboard.new
kbd.split = true
kbd.mutual_uart_at_my_own_risk = true

Caution❗

  • Turning on Keyboard#mutual_uart_at_my_own_risk is an experimental feature
    • It may make the keyboard unstable and may break your chip🔥
  • Make sure to disconnect the TRS(TRRS) cable when you change this option. Reconnect it after changing BOTH halves
Clone this wiki locally