Add one-handed Viterbi layout for gaming (#8963)
* Add one-handed Viterbi layout for gaming * fixes for pr feedback * Update keyboards/keebio/viterbi/keymaps/vosechu/config.h Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>master
parent
8ca4ed9a98
commit
73992c68d5
|
@ -0,0 +1,41 @@
|
||||||
|
/*
|
||||||
|
Copyright 2017 Chuck Lauer Vose <vosechu@gmail.com>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#undef RGBLED_NUM
|
||||||
|
#define RGBLIGHT_ANIMATIONS
|
||||||
|
#define RGBLED_NUM 3
|
||||||
|
#define RGBLIGHT_HUE_STEP 8
|
||||||
|
#define RGBLIGHT_SAT_STEP 8
|
||||||
|
|
||||||
|
#define RGBLIGHT_SLEEP // Put the keyboard to sleep when USB goes dark
|
||||||
|
|
||||||
|
#define LAYOUT_ortho_half_5x7( \
|
||||||
|
L00, L01, L02, L03, L04, L05, L06, \
|
||||||
|
L10, L11, L12, L13, L14, L15, L16, \
|
||||||
|
L20, L21, L22, L23, L24, L25, L26, \
|
||||||
|
L30, L31, L32, L33, L34, L35, L36, \
|
||||||
|
L40, L41, L42, L43, L44, L45, L46 \
|
||||||
|
) \
|
||||||
|
LAYOUT_ortho_5x14( \
|
||||||
|
L00, L01, L02, L03, L04, L05, L06, KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO, \
|
||||||
|
L10, L11, L12, L13, L14, L15, L16, KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO, \
|
||||||
|
L20, L21, L22, L23, L24, L25, L26, KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO, \
|
||||||
|
L30, L31, L32, L33, L34, L35, L36, KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO, \
|
||||||
|
L40, L41, L42, L43, L44, L45, L46, KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO , KC_NO \
|
||||||
|
)
|
|
@ -0,0 +1,91 @@
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
#include "vosechu.h"
|
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
|
||||||
|
[BASE] = LAYOUT_ortho_half_5x7( // Base layer
|
||||||
|
KC_GRV , KC_1 , KC_2 , KC_3 , KC_4 , KC_5 , KC_9 ,
|
||||||
|
ALT_TAB , KC_Q , KC_W , KC_E , KC_R , KC_T , TT(TT1) ,
|
||||||
|
CTL_ESC , KC_A , KC_S , KC_D , KC_F , KC_G , TT(TT2) ,
|
||||||
|
KC_F13 , KC_Z , KC_X , KC_C , KC_V , KC_B , TT(TT3) ,
|
||||||
|
KC_MEH , CTL_GRV , ALT_TAB , KC_LALT , MO(LWR) , LFT_BK , SFT_SPC
|
||||||
|
),
|
||||||
|
[LWR] = LAYOUT_ortho_half_5x7( // EVE layer
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
A(KC_LEFT), KC_F1 , KC_F2 , KC_F3 , KC_F4 , KC_F5 , KC_F9 ,
|
||||||
|
SFT_SPC , A(KC_F1), A(KC_F2), A(KC_F3), A(KC_F4), _______ , _______ ,
|
||||||
|
A(KC_RGHT), C(KC_F1), C(KC_F2), C(KC_F3), C(KC_F4), _______ , _______ ,
|
||||||
|
_______ , RESET , _______ , _______ , _LAYER_ , KC_DEL , KC_ENT
|
||||||
|
),
|
||||||
|
[LFT] = LAYOUT_ortho_half_5x7( // Media
|
||||||
|
_______ , KC_F10 , KC_F11 , KC_F12 , KC_PSCR , KC_SLCK , KC_PAUS ,
|
||||||
|
_______ , KC_F7 , KC_F8 , KC_F9 , KC_INS , KC_HOME , KC_PGUP ,
|
||||||
|
RGB_TOG , KC_F4 , KC_F5 , KC_F6 , KC_DEL , KC_END , KC_PGDN ,
|
||||||
|
_______ , KC_F1 , KC_F2 , KC_F3 , KC_VOLU , KC_VOLD , KC_MUTE ,
|
||||||
|
_______ , _______ , _______ , _______ , PSWD , _LAYER_ , PSWD_ALT
|
||||||
|
),
|
||||||
|
[TT1] = LAYOUT_ortho_half_5x7( // Override WASD with arrows
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
_______ , _______ , KC_UP , _______ , _______ , _______ , _______ ,
|
||||||
|
_______ , KC_LEFT , KC_DOWN , KC_RGHT , _______ , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______
|
||||||
|
),
|
||||||
|
[TT2] = LAYOUT_ortho_half_5x7( // Browser layer
|
||||||
|
C(KC_W) , C(KC_1) , C(KC_T) , C(KC_9) , _______ , _______ , _______ ,
|
||||||
|
WBWSRBK , WTABLFT , KC_UP , WTABRGT , WBWSRFW , _______ , _______ ,
|
||||||
|
KC_ESC , KC_LEFT , KC_DOWN , KC_RGHT , C(KC_R) , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , TT(T23X),
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______
|
||||||
|
),
|
||||||
|
[TT3] = LAYOUT_ortho_half_5x7( // OS X override layer
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , TT(T23X),
|
||||||
|
_______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , KC_LGUI , _______ , _______ , _______
|
||||||
|
),
|
||||||
|
[T23X] = LAYOUT_ortho_half_5x7( // Browser layer
|
||||||
|
G(KC_W) , G(KC_1) , G(KC_T) , G(KC_9) , _______ , SLACKTB , _______ ,
|
||||||
|
BWSR_BK , TAB_LFT , KC_UP , TAB_RGT , BWSR_FW , SLACKUP , _______ ,
|
||||||
|
KC_ESC , KC_LEFT , KC_DOWN , KC_RGHT , G(KC_R) , SLACKDN , _______ ,
|
||||||
|
_______ , _______ , KC_Q , KC_J , KC_K , _______ , _______ ,
|
||||||
|
_______ , _______ , _______ , KC_LGUI , _______ , _______ , _______
|
||||||
|
),
|
||||||
|
// [_EMPTY] = LAYOUT(
|
||||||
|
// _______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
// _______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
// _______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
// _______ , _______ , _______ , _______ , _______ , _______ , _______ ,
|
||||||
|
// _______ , _______ , _______ , _______ , _______ , _______ , _______
|
||||||
|
// ),
|
||||||
|
};
|
||||||
|
|
||||||
|
void keyboard_post_init_user(void) {
|
||||||
|
// Call the post init code.
|
||||||
|
rgblight_enable_noeeprom(); // enables Rgb, without saving settings
|
||||||
|
rgblight_mode_noeeprom(0);
|
||||||
|
rgblight_sethsv_noeeprom(0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||||
|
switch (get_highest_layer(state)) {
|
||||||
|
case TT1:
|
||||||
|
rgblight_sethsv_noeeprom(HSV_BLUE);
|
||||||
|
break;
|
||||||
|
case TT2:
|
||||||
|
rgblight_sethsv_noeeprom(HSV_PURPLE);
|
||||||
|
break;
|
||||||
|
case T23X:
|
||||||
|
rgblight_sethsv_noeeprom(HSV_GOLD);
|
||||||
|
break;
|
||||||
|
case TT3:
|
||||||
|
rgblight_sethsv_noeeprom(HSV_GREEN);
|
||||||
|
break;
|
||||||
|
default: // for any other layers, or the default layer
|
||||||
|
rgblight_sethsv_noeeprom(0, 0, 0);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return state;
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
RGBLIGHT_ENABLE = yes
|
|
@ -10,8 +10,13 @@ enum userspace_custom_layers {
|
||||||
RSE,
|
RSE,
|
||||||
LWR,
|
LWR,
|
||||||
LFT,
|
LFT,
|
||||||
MOUSE
|
MOUSE,
|
||||||
|
TT1,
|
||||||
|
TT2,
|
||||||
|
TT3,
|
||||||
|
T23X
|
||||||
};
|
};
|
||||||
|
#define BASE DV
|
||||||
|
|
||||||
enum userspace_custom_keycodes {
|
enum userspace_custom_keycodes {
|
||||||
PAWFIVE = SAFE_RANGE,
|
PAWFIVE = SAFE_RANGE,
|
||||||
|
@ -34,9 +39,14 @@ enum userspace_custom_keycodes {
|
||||||
// == Macro keys for commonly used apps
|
// == Macro keys for commonly used apps
|
||||||
// -- Slack
|
// -- Slack
|
||||||
// Move one conversation up/down
|
// Move one conversation up/down
|
||||||
|
#define SLACKTB LGUI(LSFT(KC_T))
|
||||||
#define SLACKUP LALT(LSFT(KC_UP))
|
#define SLACKUP LALT(LSFT(KC_UP))
|
||||||
#define SLACKDN LALT(LSFT(KC_DOWN))
|
#define SLACKDN LALT(LSFT(KC_DOWN))
|
||||||
|
|
||||||
|
// -- 1password
|
||||||
|
#define PSWD LCTL(KC_BSLS)
|
||||||
|
#define PSWD_ALT LCTL(LALT(KC_BSLS))
|
||||||
|
|
||||||
// -- Browser and OS X
|
// -- Browser and OS X
|
||||||
// Activate one tab left/right
|
// Activate one tab left/right
|
||||||
#define TAB_LFT LGUI(LSFT(KC_LBRC))
|
#define TAB_LFT LGUI(LSFT(KC_LBRC))
|
||||||
|
@ -52,6 +62,14 @@ enum userspace_custom_keycodes {
|
||||||
// Make window fill the whole monitor
|
// Make window fill the whole monitor
|
||||||
#define SCR_FUL HYPR(KC_F)
|
#define SCR_FUL HYPR(KC_F)
|
||||||
|
|
||||||
|
// -- Windows variants of browser commanads
|
||||||
|
// Activate one tab left/right
|
||||||
|
#define WTABLFT LCTL(LSFT(KC_TAB))
|
||||||
|
#define WTABRGT LCTL(KC_TAB)
|
||||||
|
// Go back/forward in history
|
||||||
|
#define WBWSRBK LALT(KC_LEFT)
|
||||||
|
#define WBWSRFW LALT(KC_RGHT)
|
||||||
|
|
||||||
// == Extended alpha layer toggles
|
// == Extended alpha layer toggles
|
||||||
// -- Dvorak
|
// -- Dvorak
|
||||||
// Pressing U opens up the LWR layer (numpad)
|
// Pressing U opens up the LWR layer (numpad)
|
||||||
|
|
Loading…
Reference in New Issue