qmk_firmware/keyboards/levinson
Jason Yamada-Hanff 153d1ecfcc Keymap: add jyh levinson keymaps (#4284)
* Keymap: add jyh levinson keymaps

remove tap dance number keys due to sluggish responses

simplify I2C configuration

reverse hyper and meh positions

reduce tapping term to allow fast typing with mod tap space keys

remove Alt hold on right space key. too many false touches.

add vim-style arrows (hjkl) on asdf; semicolon/quote on raise

correct documentation string for jyh levinson layout

add alternative levinson layout for jyh

more inspiration from atreus keyboard. keeps shift in the expected
places. reduces number of layers. puts numpad layout easily
accessible. places important keys on palms and meta keys on top
corners for xmonad.

correct layer switching in jyh2 levinson layout

I was getting stuck on the numpad layer because the numpad hold key
was remapped once the layer was activated. Bad idea. Minor other
refinements.

use curly bracket { instead of brace [ on raise layer

add RGB keys on adjust layer

bootmagic key is confusing. turn it off.

try out permissive hold setting to make mod-tap better

remove hold for right control on quote key. too many mistakes

turn off permissive hold. it was causing unexpected behavior

enable rgb underglow animations

add make it pink/blue key to levinson layout

prevent stuck modifiers in jyh2 levinson keymap

* fix up deprecated code after code review

* remove PREVENT_STUCK_MODIFIERS because it is default

Co-Authored-By: yamad <jyamada1@gmail.com>
2018-11-01 16:52:47 -07:00
..
keymaps Keymap: add jyh levinson keymaps (#4284) 2018-11-01 16:52:47 -07:00
rev1 Remove all of the deprecated RGB defines 2018-10-22 14:55:57 -04:00
rev2 Remove all of the deprecated RGB defines 2018-10-22 14:55:57 -04:00
config.h Keyboard: Refactor Levinson to use split common code (#3639) 2018-08-13 12:05:58 -07:00
info.json Keyboard: Refactor Levinson to use split common code (#3639) 2018-08-13 12:05:58 -07:00
levinson.c Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency 2018-03-16 16:33:43 -04:00
levinson.h Keyboard: Refactor Levinson to use split common code (#3639) 2018-08-13 12:05:58 -07:00
readme.md Add Levinson rev2 (#1939) 2017-10-31 23:58:38 -04:00
rules.mk Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00

Levinson

A split 40% split 4x12 ortholinear keyboard made and sold by Keebio. It's essentially a Let's Split with LED backlight support and 2u thumb key support. More info at Keebio.

Keyboard Maintainer: Bakingpy/nooges
Hardware Supported: Pro Micro
Hardware Availability: Keebio

Make example for this keyboard (after setting up your build environment):

make levinson/rev2:default

Example of flashing this keyboard:

make levinson/rev2:default:avrdude

See build environment setup then the make instructions for more information.

A build guide for this keyboard can be found here: Levinson Build Guide