@@ -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