Giter Club home page Giter Club logo

qmk-dubeolsik's Introduction

QMK Dubeolsik (두벌식)

An experimental QMK code piece that aims to simulate a Dubeolsik layout within the QMK firmware.

For Korean typists who prefer a customized English layout (e.g. Colemak-DH), simply remapping the QWERTY layout is not a viable option, as it would also scramble the Korean layout. There are a few ways to address this issue, each with its own set of limitations:

  • Instead add a custom English layout on their computers.
    • Adding a custom layout to a computer is difficult.
  • Add an additional layer to the keyboard. Toggle the language input and layer at the same time.
    • The sync between the language input and the layer is not guaranteed.

This custom QMK code piece can overcome above limitations by directly inputting Korean letters. For instance, when Korean is enabled, pressing Q will send literal "ㅂ" instead of "KC_Q". It tries to combine letters interactively, just like how Windows Korean IME works.

Prerequisites

This code piece utilizes the QMK Unicode feature. Some installations or modifications may be necessary since Unicode input methods are not enabled by default in most operating systems. Please read the QMK Firmware documentation and follow the OS-specific instructions.

Additionally for WinCompose users, the default compose key (Right Alt) will also activate "한/영" key in the Korean IME. You can choose to do one of the following to prevent it:

  • Set the compose key to a different key (e.g. F13), and edit UNICODE_KEY_WINC value (e.g. KC_F13) in config.h file
  • Disable the Korean IME and use the English QWERTY layout.

Configuration

In keymaps.c file, edit keymaps[][MATRIX_ROWS][MATRIX_COLS] and dbs_keymap[MATRIX_ROWS][MATRIX_COLS] to your own keyboard layout.

A timer is implemented to reset the korean input (to clear the cache) if there is no korean input for a certain amount of time. The timer duration is specified as DBS_TIMEOUT_MS in config.h file.

qmk-dubeolsik's People

Contributors

bunnyspa avatar

Stargazers

Kangjun Lee avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.