Skip to content

Different pin-assign between each half of split-type #72

@hasumikin

Description

@hasumikin

Actual

  • Different keymap.rb should be put in the other half

Expected for example

kbd.split = true

if kbd.anchor?
  kbd.init_pins(
    [ 4, 5, 6, 7 ],
    [ 29, 28, 27, 26, 22, 20 ]
  )
else
  kbd.init_pins(
    [ 29, 28, 27, 26 ],
    [ 9, 8, 7, 6, 5, 4 ]
  )
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions