diff options
Diffstat (limited to 'keyboards/hs60/v2/keymaps/stanrc85/keymap.c')
| -rw-r--r-- | keyboards/hs60/v2/keymaps/stanrc85/keymap.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/keymap.c b/keyboards/hs60/v2/keymaps/stanrc85/keymap.c index d8d79a581..add060903 100644 --- a/keyboards/hs60/v2/keymaps/stanrc85/keymap.c +++ b/keyboards/hs60/v2/keymaps/stanrc85/keymap.c | |||
| @@ -64,13 +64,21 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 64 | _______, _______, _______, _______, _______, _______, _______, _______), | 64 | _______, _______, _______, _______, _______, _______, _______, _______), |
| 65 | 65 | ||
| 66 | [3] = LAYOUT_60_ansi( | 66 | [3] = LAYOUT_60_ansi( |
| 67 | _______, RGB_TOG, RGB_MOD, RGB_VAD, RGB_VAI, RGB_SAI, RGB_HUD, RGB_HUI, _______, _______, _______, _______, _______, _______, | 67 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 68 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, | 68 | _______, EF_INC, ES_INC, S1_INC, H1_INC, S2_INC, H2_INC, BR_INC, _______, _______, _______, _______, _______, RESET, |
| 69 | _______, _______, _______, TG(1), _______, _______, _______, _______, _______, _______, _______, _______, _______, | 69 | TG(1), EF_DEC, ES_DEC, S1_DEC, H1_DEC, S2_DEC, H2_DEC, BR_DEC, _______, _______, _______, _______, _______, |
| 70 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 70 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 71 | _______, _______, _______, _______, _______, _______, _______, _______) | 71 | _______, _______, _______, _______, _______, _______, _______, _______) |
| 72 | }; | 72 | }; |
| 73 | 73 | ||
| 74 | // Backlight specific keys: | ||
| 75 | // EF_INC, EF_DEC, // next/previous backlight effect | ||
| 76 | // H1_INC, H1_DEC, // Color 1 hue increase/decrease | ||
| 77 | // S1_INC, S1_DEC, // Color 1 saturation increase/decrease | ||
| 78 | // H2_INC, H2_DEC, // Color 2 hue increase/decrease | ||
| 79 | // S2_INC, S2_DEC, // Color 2 saturation increase/decrease | ||
| 80 | // BR_INC, BR_DEC, // backlight brightness increase/decrease | ||
| 81 | |||
| 74 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | 82 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { |
| 75 | return true; | 83 | return true; |
| 76 | } | 84 | } |
