Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] LBR KC_LBRC results in @ #10456

Closed
3 tasks
jpuerto96 opened this issue Sep 27, 2020 · 1 comment
Closed
3 tasks

[Bug] LBR KC_LBRC results in @ #10456

jpuerto96 opened this issue Sep 27, 2020 · 1 comment

Comments

@jpuerto96
Copy link
Contributor

When using the QMK Configurator, it appears that the KC_LBRC is being interpreted by the machine as @.

System Information

  • Keyboard: Lily58
    • Revision (if applicable): Rev1
  • Operating system: Mac OSx 10.15.6
  • AVR GCC version: 8.4.0
  • ARM GCC version: 8.3.1
  • QMK Firmware version: 0.10.10
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other:
@elfmimi
Copy link
Contributor

elfmimi commented Oct 5, 2020

QMK Configurator is maintained in another repository. So this issue should go there instead.

The following one should be related to your request.
qmk/qmk_configurator#229

For now, you have to manually map these keycodes shown below.

#define JP_CIRC KC_EQL // ^
#define JP_YEN KC_INT3 // ¥

#define JP_AT KC_LBRC // @
#define JP_LBRC KC_RBRC // [

#define JP_COLN KC_QUOT // :
#define JP_RBRC KC_NUHS // ]

#define JP_BSLS KC_INT1 // (backslash)

#define KC_ZKHK KC_GRAVE
#define KC_RO KC_INT1
#define KC_KANA KC_INT2
#define KC_JYEN KC_INT3
#define KC_HENK KC_INT4
#define KC_MHEN KC_INT5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants