Skip to content

Commit

Permalink
Update Viterbi keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges authored and jackhumbert committed Sep 21, 2017
1 parent 37b9715 commit 8c02748
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions keyboards/viterbi/Makefile

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion keyboards/viterbi/keymaps/dwallace/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion keyboards/viterbi/keymaps/dwallace/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -48,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
, , , ,RST , , , , , , , , , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
, , , , , , , , ,RVAD,RVAI, , , ,
, , , , , , , RTOG,RMOD,RVAD,RVAI, , , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
, , , , , , , ,MUTE,VOLD,VOLU, , , ,
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----|
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8c02748

Please sign in to comment.