Browse Source

Preonic keymap update

pull/447/head
Jack Humbert 8 years ago
parent
commit
e5d1e4b8ce
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      keyboards/preonic/keymaps/default/keymap.c

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

@ -16,7 +16,7 @@
#define _RAISE 4
#define _ADJUST 16
enum planck_keycodes {
enum preonic_keycodes {
QWERTY = SAFE_RANGE,
COLEMAK,
DVORAK,
@ -158,10 +158,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
}
};
const uint16_t PROGMEM fn_actions[] = {
};
#ifdef AUDIO_ENABLE


Loading…
Cancel
Save