- Moved Insert/Del in Esc layer

master
dbroqua 2016-08-19 21:10:07 +02:00
parent 11aa19a626
commit b9a284352e
3 changed files with 7 additions and 7 deletions

View File

@ -83,16 +83,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | | | | | ` |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | | | | \ |Insert|
* | | | | | | | | | | | \ | |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | | | | Del |
* | | | | | | | | | | | |
* `-----------------------------------------------------------------------------------'
*/
[_RAISE] = {
{KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL},
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_GRV},
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BSLS, KC_INS},
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL}
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BSLS, _______},
{_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______}
},
/* Esc
@ -101,9 +101,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | | | | | |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | Mute | Vol+ | Vol- | | | | |
* | | | | | | Mute | Vol+ | Vol- | | | |Insert|
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | Prev | Play | Next | |
* | | | | | | | | Prev | Play | Next | Del |
* `-----------------------------------------------------------------------------------'
*/
[_ESC] = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -8,4 +8,4 @@
Enter into programming mode and run the following command.
```
$ sudo KEYMAP=dbroqua make dfu
```
```