- Moved Brite function on esc to avoid conflict with ctrl key.

This commit is contained in:
dbroqua 2016-08-19 09:39:25 +02:00
parent 578b7e969e
commit 31120ed166
1 changed files with 4 additions and 4 deletions

View File

@ -97,18 +97,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ,-----------------------------------------------------------------------------------.
* | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | Home | PgDwn| PgUp | End | [ | ] |
* | Brite| | | | | | Home | PgDwn| PgUp | End | [ | ] |
* |------+------+------+------+------+------|------+------+------+------+------+------|
* | | | | | | | | | | | \ |Insert|
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | Brite| | | | | | | | | | Del |
* | | | | | | | | | | | Del |
* `-----------------------------------------------------------------------------------'
*/
[_LOWER] = {
{KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12},
{_______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_LBRC, KC_RBRC},
{BACKLIT, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_LBRC, KC_RBRC},
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,KC_BSLS, KC_INS},
{BACKLIT, _______, _______, _______, _______, _______, _______, _______, _______, _______,_______, KC_DEL}
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______,_______, KC_DEL}
},
/* Raise