Browse Source

Corrected the ascii layout to match the coded layout

pull/538/head
Robert Dale 7 years ago
parent
commit
47223ebee4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      keyboards/preonic/keymaps/default/keymap.c

+ 3
- 3
keyboards/preonic/keymaps/default/keymap.c View File

@ -142,9 +142,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | Reset| | | | | | | | | | Del |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | |Audoff|Aud on|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
* | | | |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
* |------+------+------+------+------+------|------+------+------+------+------+------|
* | |Voice-|Voice+|Musoff|Mus on| | | | | | | |
* | |Voice-|Voice+|Mus on|MusOff| | | | | | | |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | | | | |
* `-----------------------------------------------------------------------------------'
@ -277,4 +277,4 @@ void music_scale_user(void)
PLAY_NOTE_ARRAY(music_scale, false, 0);
}
#endif
#endif

Loading…
Cancel
Save