mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Update Viterbi keymaps
This commit is contained in:
parent
37b9715cbc
commit
8c02748c81
6 changed files with 4 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
SUBPROJECT_DEFAULT = rev1
|
||||
|
||||
ifndef MAKEFILE_INCLUDED
|
||||
include ../../Makefile
|
||||
endif
|
|
@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#undef RGBLED_NUM
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
#define RGBLED_NUM 12
|
||||
#define RGBLED_NUM 14
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
|
|
@ -19,6 +19,8 @@ enum custom_keycodes {
|
|||
#define KC_SAPP LGUI(KC_TAB) // Switch between applications
|
||||
#define KC_FN1 MO(_FN)
|
||||
#define KC_LCAG LCAG(KC_NO)
|
||||
#define KC_RTOG RGB_TOG
|
||||
#define KC_RMOD RGB_MOD
|
||||
#define KC_RVAD RGB_VAD
|
||||
#define KC_RVAI RGB_VAI
|
||||
#define KC_CLRM KC_NO // TODO: Clear sticky modifiers
|
||||
|
@ -48,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
|
||||
, , , ,RST , , , , , , , , , ,
|
||||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
|
||||
, , , , , , , , ,RVAD,RVAI, , , ,
|
||||
, , , , , , , RTOG,RMOD,RVAD,RVAI, , , ,
|
||||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
|
||||
, , , , , , , ,MUTE,VOLD,VOLU, , , ,
|
||||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
|
||||
|
|
Loading…
Reference in a new issue