Code Monkey home page Code Monkey logo

keyboard_layout_config_mapper's Introduction

keyboard_layout_config_mapper

A way to synchronize mapping across different keyboard layout configs

Building

go build -o 'source/bin/' source/cmd/start.go

Running

./source/bin/start

Layout

We are going to base this layout on the ergodox but it also needs to overlap with glove80 and the kinesis360 as i have these on preorder (as of 2022) :).

ROWS:

For this we are going to add a sixth row when usually we would only need five rows since the glove80 has a function row. In addition I also have a kinesis advantage 2 which includes all the function keys. To support thumb clusters we are going to add another row at the bottom for a total of seven rows.

COLUMNS: Initially there was going to be 8x2=16 columns since we need both sides. Six for the keys themselves, one column for the additional function keys that are supported by ergodox and kinesses 360, and one column to accomodate the thumb cluster overflow. I have seen decided that seven would be enough for our usecase which the advantage of this giving us a square grid.

Total amount keys 7x7x2= 98

Keycodes

These are all the keycodes that are compatible with the HID spec https://github.com/qmk/qmk_firmware/blob/master/quantum/keycode.h

Additional alias which builds on top of keycode. These is there unshifted keys are defined https://github.com/qmk/qmk_firmware/blob/master/quantum/quantum_keycodes.h

See the HID defined ones used hex. Fox example define KC_A has a HID of hex 0x04

https://github.com/qmk/libqmk/blob/master/include/qmk/keycodes/basic.h https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes.md https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes_basic.md

These are from ZMK https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/keys.h https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/hid_usage.h

These are not part of the HID spec but are used by qmk to depict different features. KC_NO == 0x0000 KC_TRANSPARENT == 0x0001

Some other cool keyboards:

http://xahlee.info/kbd/fancy_keyboards.html https://www.reddit.com/r/MechanicalKeyboards/comments/91wwse/gmk_9009_ortho_just_arrived_today/?st=JK219TUF&sh=297dd81e https://www.allthingsergo.com/dyi-ergonomic-keyboard/ https://trulyergonomic.com/ergonomic-keyboards/best-truly-ergonomic-mechanical-keyboard/ https://x-bows.com/collections/keyboards/products/x-bows-lite-ergonomic-mechanical-keyboard // The light is not using open source software to program https://x-bows.com/products/x-bows-nature-ergonomic-mechanical-keyboard // this uses qmc https://www.reddit.com/r/MechanicalKeyboards/comments/dk9b34/tractyl_split_keyboard_with_trackball/?utm_source=ifttt https://drop.com/buy/x-bows-knight-plus-ergonomic-mechanical-keyboard https://www.maltron.com/store/p20/Maltron_L90_dual_hand_fully_ergonomic_%283D%29_keyboard_-_US_English.html https://geekhack.org/index.php?topic=46015.0 // Maniform

Very cool ready made keyboards https://bastardkb.com/

Almost Cool: https://www.zergotech.com/products/zergotech-freedom-mechanical-ergonomic-keyboard https://www.pcbway.com/project/shareproject/ErgoDox_Creation___Infinity_ErgoDox_Mod.html

Some old keyboards: http://xahlee.info/kbd/nec_ergofit_keyboard.html http://xahlee.info/kbd/Truly_Ergonomic_keyboard.html http://xahlee.info/kbd/ergonomic_keyboard_history_index.html

keyboard_layout_config_mapper's People

Contributors

masters3d avatar

Watchers

James Cloos avatar  avatar  avatar

keyboard_layout_config_mapper's Issues

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.