-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add Korean keymap #8635
Add Korean keymap #8635
Conversation
#define KR_HANJ KC_LANG2 // Hanja (한자) | ||
#define KR_HAEN KC_LANG1 // Han ↔ Yeong (한 ↔ 영) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the existing KC_HANJ
and KC_HAEN
aliases be used as the values here?
#define KR_HANJ KC_LANG2 // Hanja (한자) | |
#define KR_HAEN KC_LANG1 // Han ↔ Yeong (한 ↔ 영) | |
#define KR_HANJ KC_HANJ // Hanja (한자) | |
#define KR_HAEN KC_HAEN // Han ↔ Yeong (한 ↔ 영) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the language/int keycodes are both language and layout specific my thinking is their aliases should actually be removed from keycode.h, and users encouraged to include these headers instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds good to me.
Co-Authored-By: Konstantin Đorđević <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Will you be adding sendstring LUTs too as part of this PR?
They would be identical to the default US ANSI tables (with the exception of |
You're right, never mind 😃 |
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* upstream/master: (312 commits) updated rules.mk and default keymap of Wonderland for VIA support (qmk#8668) Added Caps Lock LED handler to wilba.tech PCBs (qmk#8660) Add keyboard TGR-910 (qmk#8683) V-USB remote wakeup (qmk#7627) Add Greek keymap (qmk#8636) Add Polish keymap (qmk#8637) Add Korean keymap (qmk#8635) [Keyboard] Add 60_hhkb layout to hhkb (qmk#8618) [Keyboard] romeo - add via layout (qmk#8667) [Keyboard] Add ReverseStudio-DecadePad (qmk#8553) [Keyboard] Add bat43 Keyboard (qmk#8648) minor tweaks Fix saving output from avrdude and dfu-programmer Use version_arg in ESSENTIAL_BINARIES dict Fixes qmk#8541 by getting version from -dumpversion then --version as fallback VIA Support: 1upkeyboards Sweet16 (qmk#8652) [Keyboard] Lattice60 (qmk#8603) Discipline - Add ISO compatibility, rawHID enable, via layout (qmk#8627) [Keyboard] Add Orbit-X Keyboard (qmk#8605) add 60_tsangan_hhkb layout to GH60 rev. C (qmk#8617) ...
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
* Add Korean keymap * Switch to ANSI layout * Update quantum/keymap_extras/keymap_korean.h Co-Authored-By: Konstantin Đorđević <[email protected]> Co-authored-by: Konstantin Đorđević <[email protected]>
Description
🇰🇷
Types of Changes
Issues Fixed or Closed by This PR
Checklist