]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/v60_type_r/keymaps/default/keymap.c
[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)
[qmk_firmware.git] / keyboards / v60_type_r / keymaps / default / keymap.c
index 3ba77c658cbb6592e888b6c1cf928e4e756d70f1..831def0789bd22c1be7c76a84388161e9c6ed2c1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2017 benlyall, MechMerlin
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 /* This is the default ANSI layout provided by the KBP V60 Type R
 * as depicted in their manual and on the stock keycaps.
 */
-#include "v60_type_r.h"
+#include QMK_KEYBOARD_H
 
 
 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
@@ -63,13 +63,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 
 };
 
-
-
-
-const uint16_t PROGMEM fn_actions[] = {
-
-};
-
 const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
 {
   // MACRODOWN only works in this function