Giter Club home page Giter Club logo

teensy-lc-menelaus's Introduction

Teensy LC Menelaus (Dvorak 40% keyboard layout) 

Specific Menelaus setup for the Teensy LC microcontroller.

Description:

Menelaus is the son of https://gitlab.com/technomancy/atreus.

Most of the heavy lifting on this repo comes from:

https://github.com/tmk/tmk_keyboard

See the keyboards section (this is basically one more keyboard)

Keyboard Layout:

See keymap_menelaus.c for modifiers, etc...

Layer 0: Default/Main (Dvorak) layer (mostly letters and modifiers)
.--------------------------------------------.       .-------------------------------.
|' (FN2)      |, (FN3)|. (FN4)|P  |Y         |       |F  |G  |C   |R   |L            |
|--------------------------------------------|       |-------------------------------|
|A            |O      |E      |U  |I         |       |D  |H  |T   |N   |S            |
|--------------------------------------------|       |-------------------------------|
|; SHIFT (FN5)|Q      |J      |K  |X         |       |B  |M  |W   |V   |Z SHIFT (FN6)|
|--------------------------------------------+-------+-------------------------------|
|LCTRL        |LALT   |LGUI   |FN0|TAB (FN11)|ESC|FN1|SPC|FN0|RGUI|RALT|RCTRL        |
'------------------------------------------------------------------------------------'

Layer 1 (layover on FN0 and switch on FN1)
LHS: F1-F15
RHS: Movement
SPC -> ESC
.----------------------------.         .--------------------------------.
|F1   |F2  |F3  |F4    |F5   |         |   |GUI+LEFT|PGDN|PGUP|GUI+RIGHT|
|----------------------------|         |--------------------------------|
|F6   |F7  |F8  |F9    |F10  |         |   |LEFT    |DOWN|UP  |RIGHT    |
|----------------------------|         |--------------------------------|
|F11  |F12 |F13 |F14   |F15  |         |   |        |END |HOME|         |
|----------------------------+---------+--------------------------------|
|TRNS |TRNS|TRNS|>TRNS<|TRNS |TRNS|TRNS|F13|>TRNS<  |TRNS|TRNS|TRNS     |
'-----------------------------------------------------------------------'

Layer 2 (FN2): Numbers while pressing and "'" on tap
.------------------------.         .------------------------.
|>'< |    |    |    |    |         |    |7   |8   |9   |0   |
|------------------------|         |------------------------|
|    |    |    |    |    |         |+   |4   |5   |6   |=   |
|------------------------|         |------------------------|
|    |    |    |    |    |         |-   |1   |2   |3   |    |
|------------------------+---------+------------------------|
|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|
'-----------------------------------------------------------'

Layer 3 (FN3): Symbols (numbers shifted) while pressing and "," on tap
.------------------------.         .------------------------.
|    |>,< |    |    |    |         |    |&   |*   |    |    |
|------------------------|         |------------------------|
|    |    |    |    |    |         |    |%   |%   |^   |    |
|------------------------|         |------------------------|
|    |    |    |    |    |         |    |!   |@   |#   |    |
|------------------------+---------+------------------------|
|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|
'-----------------------------------------------------------'

Layer 4 (FN4): Symbols while pressing and "." on tap
.------------------------.         .------------------------.
|    |    |>.< |    |    |         |    |{   |}   |(   |)   |
|------------------------|         |------------------------|
|    |    |    |    |    |         |?   |[   |]   |`   |~   |
|------------------------|         |------------------------|
|    |    |    |    |    |         |_   |/   |\   ||   |    |
|------------------------+---------+------------------------|
|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|
'-----------------------------------------------------------'

Layer 5 (FN11): Vol, media and misc while pressing and "Tab" on tap
.-------------------------.         .----------------------------.
|    |    |    |    |     |         |MUTE   |VOL-|VOL+|CAPS|BSPC |
|-------------------------|         |----------------------------|
|    |    |    |    |     |         |       |HELP|ESC |F13 |ENTER|
|-------------------------|         |----------------------------|
|    |    |    |    |     |         |MNXT   |MPRV|MSTP|MPLY|MSEL |
|-------------------------+---------+----------------------------|
|TRNS|TRNS|TRNS|TRNS|>TAB<|TRNS|TRNS|GUI+DEL|TRNS|TRNS|TRNS|TRNS |
'----------------------------------------------------------------'

Layer 6 (FN11): Mouse
KC_BTN1, KC_BTN2, KC_BTN3, KC_BTN4, KC_BTN5 for mouse buttons
KC_MS_U, KC_MS_D, KC_MS_L, KC_MS_R for mouse cursor
KC_WH_U, KC_WH_D, KC_WH_L, KC_WH_R for mouse wheel
.-------------------------.         .------------------------.
|    |    |    |    |     |         |   |    |    |    |     |
|-------------------------|         |------------------------|
|    |    |    |    |     |         |   |LEFT|DOWN|UP  |RIGHT|
|-------------------------|         |------------------------|
|    |    |    |    |     |         |   |LEFT|DOWN|UP  |RIGHT|
|-------------------------+---------+------------------------|
|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS|TRNS |
'------------------------------------------------------------'

Environment and Setup:

https://docs.qmk.fm has a worthwhile reading in general for setting up the build
environment. However, other than that, it has nothing to do with this TMK
keyboard specific repo. See instructions.md for the rest of the setup - mostly
for the ChibiOS setup.

https://docs.qmk.fm/#/newbs_getting_started

See also: tmk/tmk_keyboard#529 for known issues with ChibiOS.

More to come...

teensy-lc-menelaus's People

Contributors

jpablobr avatar

Watchers

 avatar  avatar  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.