From c738ce2f6561d2145d04b53a5804f423acc75a3a Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Thu, 15 Oct 2020 20:05:44 +0100
Subject: [PATCH] Move SP-111 to vendor folder (#10633)

* Move SP-111 to vendor folder

* Fix space indentation
---
 keyboards/sp111/sp111.h                       | 41 -------------------
 keyboards/viktus/readme.md                    |  1 +
 keyboards/{ => viktus}/sp111/config.h         |  4 +-
 keyboards/{ => viktus}/sp111/info.json        |  2 +-
 .../sp111/keymaps/default/keymap.c            |  4 +-
 .../{ => viktus}/sp111/keymaps/via/config.h   |  0
 .../{ => viktus}/sp111/keymaps/via/keymap.c   |  8 ++--
 .../{ => viktus}/sp111/keymaps/via/rules.mk   |  0
 keyboards/{ => viktus}/sp111/matrix.c         |  0
 keyboards/{ => viktus}/sp111/mcp23018.c       |  0
 keyboards/{ => viktus}/sp111/mcp23018.h       |  0
 keyboards/{ => viktus}/sp111/readme.md        |  4 +-
 keyboards/{ => viktus}/sp111/rules.mk         |  0
 keyboards/{ => viktus}/sp111/sp111.c          |  0
 keyboards/viktus/sp111/sp111.h                | 41 +++++++++++++++++++
 15 files changed, 53 insertions(+), 52 deletions(-)
 delete mode 100644 keyboards/sp111/sp111.h
 create mode 100644 keyboards/viktus/readme.md
 rename keyboards/{ => viktus}/sp111/config.h (97%)
 rename keyboards/{ => viktus}/sp111/info.json (95%)
 rename keyboards/{ => viktus}/sp111/keymaps/default/keymap.c (96%)
 rename keyboards/{ => viktus}/sp111/keymaps/via/config.h (100%)
 rename keyboards/{ => viktus}/sp111/keymaps/via/keymap.c (94%)
 rename keyboards/{ => viktus}/sp111/keymaps/via/rules.mk (100%)
 rename keyboards/{ => viktus}/sp111/matrix.c (100%)
 rename keyboards/{ => viktus}/sp111/mcp23018.c (100%)
 rename keyboards/{ => viktus}/sp111/mcp23018.h (100%)
 rename keyboards/{ => viktus}/sp111/readme.md (92%)
 rename keyboards/{ => viktus}/sp111/rules.mk (100%)
 rename keyboards/{ => viktus}/sp111/sp111.c (100%)
 create mode 100644 keyboards/viktus/sp111/sp111.h

diff --git a/keyboards/sp111/sp111.h b/keyboards/sp111/sp111.h
deleted file mode 100644
index fb7e3394ac..0000000000
--- a/keyboards/sp111/sp111.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* Copyright 2020 blindassassin111
- *
- * 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
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-#pragma once
-
-#include "quantum.h"
-#define ___ KC_NO
-
-#define LAYOUT_all( \
-	L00, L01, L02, L03,   L04, L05, L06, L07, L08, L09, L0A,  		R01, R02,   R03, R04, R05, R06,   R07, R08, R09, \
-	L10, L11, L12, L13,   L14, L15, L16, L17, L18, L19, L0B,   	R10, R11, R12, R13, R14, R15, R16, R17,	   R18, R19, \
-	L20, L21, L22, L23,   L24, L25, L26, L27, L28, L29,    	  R20, R21, R22, R23, R24, R25, R26, R27, 	   R28, R29, \
-	L30, L31, L32, L33,   L34, L35, L36, L37, L38, L39,    	R30, R31, R32, R33, R34, R35, R36, R37,		   R38, R39, \
-	L40, L41, L42, L43,   L44, L45, L46, L47, L48, L49,     	  R41, R42, R43, R44, R45, R46, R47,	   R48,      \
-	L50, L51, L52, L53,    L54, L55, L56, L57, L58, 			  	R52, R53, R54, R55, R56,	  	  R57, R49, R59  \
-) { \
-	{ L00, L01, L02, L03, L04, L05, L06, L07, L08, L09, L0A }, \
-	{ L10, L11, L12, L13, L14, L15, L16, L17, L18, L19, L0B }, \
-	{ L20, L21, L22, L23, L24, L25, L26, L27, L28, L29, ___ }, \
-	{ L30, L31, L32, L33, L34, L35, L36, L37, L38, L39, ___ }, \
-	{ L40, L41, L42, L43, L44, L45, L46, L47, L48, L49, ___ }, \
-	{ L50, L51, L52, L53, L54, L55, L56, L57, L58, ___, ___ }, \
-	{ ___, R01, R02, R03, R04, R05, R06, R07, R08, R09, ___ }, \
-	{ R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, ___ }, \
-	{ R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, ___ }, \
-	{ R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, ___ }, \
-	{ ___, R41, R42, R43, R44, R45, R46, R47, R48, ___, ___ }, \
-	{ ___, ___, R52, R53, R54, R55, R56, R57, R49, R59, ___ }  \
-}
diff --git a/keyboards/viktus/readme.md b/keyboards/viktus/readme.md
new file mode 100644
index 0000000000..e65a030a1b
--- /dev/null
+++ b/keyboards/viktus/readme.md
@@ -0,0 +1 @@
+# Viktus Design
diff --git a/keyboards/sp111/config.h b/keyboards/viktus/sp111/config.h
similarity index 97%
rename from keyboards/sp111/config.h
rename to keyboards/viktus/sp111/config.h
index ee765dc8fb..7dda6457f6 100644
--- a/keyboards/sp111/config.h
+++ b/keyboards/viktus/sp111/config.h
@@ -18,10 +18,10 @@
 #include "config_common.h"
 
 /* USB Device descriptor parameter */
-#define VENDOR_ID       0x544B //TK
+#define VENDOR_ID       0x5644 //VD
 #define PRODUCT_ID      0x5111
 #define DEVICE_VER      0x0001
-#define MANUFACTURER    The Key Company
+#define MANUFACTURER    Viktus Design
 #define PRODUCT         SP111
 
 /* key matrix size */
diff --git a/keyboards/sp111/info.json b/keyboards/viktus/sp111/info.json
similarity index 95%
rename from keyboards/sp111/info.json
rename to keyboards/viktus/sp111/info.json
index e478a32208..0061062f56 100644
--- a/keyboards/sp111/info.json
+++ b/keyboards/viktus/sp111/info.json
@@ -10,7 +10,7 @@
                 {"label":"F13", "x":0, "y":0}, {"label":"F14", "x":1, "y":0}, {"label":"F15", "x":2, "y":0}, {"label":"F16", "x":3, "y":0}, {"label":"Esc", "x":4.5, "y":0}, {"label":"F1", "x":5.75, "y":0}, {"label":"F2", "x":6.75, "y":0}, {"label":"F3", "x":7.75, "y":0}, {"label":"F4", "x":8.75, "y":0}, {"label":"F5", "x":10, "y":0}, {"label":"F6", "x":11, "y":0}, {"label":"F7", "x":12.75, "y":0}, {"label":"F8", "x":13.75, "y":0}, {"label":"F9", "x":15, "y":0}, {"label":"F10", "x":16, "y":0}, {"label":"F11", "x":17, "y":0}, {"label":"F12", "x":18, "y":0}, {"label":"Prt Scn", "x":19.25, "y":0}, {"label":"Scl Lck", "x":20.5, "y":0}, {"label":"Pause", "x":21.5, "y":0},
                 {"label":"Num Lock", "x":0, "y":1.5}, {"label":"/", "x":1, "y":1.5}, {"label":"*", "x":2, "y":1.5}, {"label":"-", "x":3, "y":1.5}, {"label":"~", "x":4.5, "y":1.5}, {"label":"!", "x":5.5, "y":1.5}, {"label":"@", "x":6.5, "y":1.5}, {"label":"#", "x":7.5, "y":1.5}, {"label":"$", "x":8.5, "y":1.5}, {"label":"%", "x":9.5, "y":1.5}, {"label":"^", "x":10.5, "y":1.5}, {"label":"&", "x":12.25, "y":1.5}, {"label":"*", "x":13.25, "y":1.5}, {"label":"(", "x":14.25, "y":1.5}, {"label":")", "x":15.25, "y":1.5}, {"label":"_", "x":16.25, "y":1.5}, {"label":"+", "x":17.25, "y":1.5}, {"label":"Backspace", "x":18.25, "y":1.5}, {"label":"Backspace2", "x":19.25, "y":1.5}, {"label":"Home", "x":20.5, "y":1.5}, {"label":"Insert", "x":21.5, "y":1.5},
                 {"label":"7", "x":0, "y":2.5}, {"label":"8", "x":1, "y":2.5}, {"label":"9", "x":2, "y":2.5}, {"label":"+", "x":3, "y":2.5}, {"label":"Tab", "x":4.5, "y":2.5, "w":1.5}, {"label":"Q", "x":6, "y":2.5}, {"label":"W", "x":7, "y":2.5}, {"label":"E", "x":8, "y":2.5}, {"label":"R", "x":9, "y":2.5}, {"label":"T", "x":10, "y":2.5}, {"label":"Y", "x":11.75, "y":2.5}, {"label":"U", "x":12.75, "y":2.5}, {"label":"I", "x":13.75, "y":2.5}, {"label":"O", "x":14.75, "y":2.5}, {"label":"P", "x":15.75, "y":2.5}, {"label":"{", "x":16.75, "y":2.5}, {"label":"}", "x":17.75, "y":2.5}, {"label":"|", "x":18.75, "y":2.5, "w":1.5}, {"label":"End", "x":20.5, "y":2.5}, {"label":"Delete", "x":21.5, "y":2.5},
-                {"label":"4", "x":0, "y":3.5}, {"label":"5", "x":1, "y":3.5}, {"label":"6", "x":2, "y":3.5}, {"label":"=", "x":3, "y":3.5}, {"label":"Caps Lock", "x":4.5, "y":3.5, "w":1.75}, {"label":"A", "x":6.25, "y":3.5}, {"label":"S", "x":7.25, "y":3.5}, {"label":"D", "x":8.25, "y":3.5}, {"label":"F", "x":9.25, "y":3.5}, {"label":"G", "x":10.25, "y":3.5}, {"label":"H", "x":12, "y":3.5}, {"label":"J", "x":13, "y":3.5}, {"label":"K", "x":14, "y":3.5}, {"label":"L", "x":15, "y":3.5}, {"label":":", "x":16, "y":3.5}, {"label":"\"", "x":17, "y":3.5}, {"label":"Enter", "x":18, "y":3.5, "w":2.25}, {"label":"PgUp", "x":20.5, "y":3.5}, {"label":"PgDn", "x":21.5, "y":3.5},
+                {"label":"4", "x":0, "y":3.5}, {"label":"5", "x":1, "y":3.5}, {"label":"6", "x":2, "y":3.5}, {"label":"=", "x":3, "y":3.5}, {"label":"Caps Lock", "x":4.5, "y":3.5, "w":1.75}, {"label":"A", "x":6.25, "y":3.5}, {"label":"S", "x":7.25, "y":3.5}, {"label":"D", "x":8.25, "y":3.5}, {"label":"F", "x":9.25, "y":3.5}, {"label":"G", "x":10.25, "y":3.5}, {"label":"H", "x":12, "y":3.5}, {"label":"J", "x":13, "y":3.5}, {"label":"K", "x":14, "y":3.5}, {"label":"L", "x":15, "y":3.5}, {"label":":", "x":16, "y":3.5}, {"label":"\"", "x":17, "y":3.5}, {"label":"#", "x":18, "y":3.5, "w":1}, {"label":"Enter", "x":19, "y":3.5, "w":1.25}, {"label":"PgUp", "x":20.5, "y":3.5}, {"label":"PgDn", "x":21.5, "y":3.5},
                 {"label":"1", "x":0, "y":4.5}, {"label":"2", "x":1, "y":4.5}, {"label":"3", "x":2, "y":4.5}, {"label":"Enter", "x":3, "y":4.5}, {"label":"Shift", "x":4.5, "y":4.5, "w":1.25}, {"label":"numbs", "x":5.75, "y":4.5, "w":1}, {"label":"Z", "x":6.75, "y":4.5}, {"label":"X", "x":7.75, "y":4.5}, {"label":"C", "x":8.75, "y":4.5}, {"label":"V", "x":9.75, "y":4.5}, {"label":"B", "x":10.75, "y":4.5}, {"label":"N", "x":12.5, "y":4.5}, {"label":"M", "x":13.5, "y":4.5}, {"label":"<", "x":14.5, "y":4.5}, {"label":">", "x":15.5, "y":4.5}, {"label":"?", "x":16.5, "y":4.5}, {"label":"Shift", "x":17.5, "y":4.5, "w":1.75}, {"label":"Fn", "x":19.25, "y":4.5}, {"label":"\u2191", "x":20.5, "y":4.75},
                 {"label":"0", "x":0, "y":5.5}, {"label":"00", "x":1, "y":5.5}, {"label":".", "x":2, "y":5.5}, {"label":"..", "x":3, "y":5.5}, {"label":"Ctrl", "x":4.5, "y":5.5, "w":1.25}, {"label":"Code", "x":5.75, "y":5.5, "w":1.25}, {"label":"Alt", "x":7, "y":5.5, "w":1.25}, {"label":"Fn", "x":8.25, "y":5.5, "w":1}, {"label":"", "x":9.25, "y":5.5, "w":2.25}, {"label":"", "x":12.25, "y":5.5, "w":2.25}, {"label":"", "x":14.5, "y":5.5, "w":1}, {"label":"Alt", "x":15.5, "y":5.5, "w":1.25}, {"label":"Code", "x":16.75, "y":5.5, "w":1.25}, {"label":"Ctrl", "x":18, "y":5.5, "w":1.25}, {"label":"\u2190", "x":19.5, "y":5.75}, {"label":"\u2193", "x":20.5, "y":5.75}, {"label":"\u2192", "x":21.5, "y":5.75}
             ]
diff --git a/keyboards/sp111/keymaps/default/keymap.c b/keyboards/viktus/sp111/keymaps/default/keymap.c
similarity index 96%
rename from keyboards/sp111/keymaps/default/keymap.c
rename to keyboards/viktus/sp111/keymaps/default/keymap.c
index 0cb29f42a0..11571e37a2 100644
--- a/keyboards/sp111/keymaps/default/keymap.c
+++ b/keyboards/viktus/sp111/keymaps/default/keymap.c
@@ -31,7 +31,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     KC_MUTE, KC_MPRV, KC_MPLY, KC_MNXT,      KC_ESC,  KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,           KC_PSCR, KC_SLCK, KC_PAUS,
     KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,      KC_GRV,  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_BSPC, KC_DEL,  KC_HOME, KC_INS,
     KC_P7,   KC_P8,   KC_P9,   KC_PPLS,      KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS,          KC_END,  KC_DEL,
-    KC_P4,   KC_P5,   KC_P6,   KC_PEQL,      KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_ENT,                    KC_PGUP, KC_PGDN,
+    KC_P4,   KC_P5,   KC_P6,   KC_PEQL,      KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,           KC_PGUP, KC_PGDN,
     KC_P1,   KC_P2,   KC_P3,   KC_PENT,      KC_LSFT, KC_NUBS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT, MO(_FN),          KC_UP,
     KC_P0,   KC_P0,   KC_P00,  KC_PDOT,      KC_LCTL, KC_LGUI, KC_LALT, KC_MUTE, KC_SPC,           KC_SPC,  KC_APP,  KC_RALT, KC_RGUI, KC_RCTL,                            KC_LEFT, KC_DOWN, KC_RIGHT),
     
@@ -39,7 +39,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______, RESET,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______,
-    _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                   _______, _______,
+    _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______,          _______, _______, _______, _______, _______,                            _______, _______, _______),
 };
diff --git a/keyboards/sp111/keymaps/via/config.h b/keyboards/viktus/sp111/keymaps/via/config.h
similarity index 100%
rename from keyboards/sp111/keymaps/via/config.h
rename to keyboards/viktus/sp111/keymaps/via/config.h
diff --git a/keyboards/sp111/keymaps/via/keymap.c b/keyboards/viktus/sp111/keymaps/via/keymap.c
similarity index 94%
rename from keyboards/sp111/keymaps/via/keymap.c
rename to keyboards/viktus/sp111/keymaps/via/keymap.c
index 1cb4380dd5..37dacc3835 100644
--- a/keyboards/sp111/keymaps/via/keymap.c
+++ b/keyboards/viktus/sp111/keymaps/via/keymap.c
@@ -20,15 +20,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     KC_MUTE, KC_MPRV, KC_MPLY, KC_MNXT,      KC_ESC,  KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,           KC_PSCR, KC_SLCK, KC_PAUS,
     KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS,      KC_GRV,  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_BSPC, KC_DEL,  KC_HOME, KC_INS,
     KC_P7,   KC_P8,   KC_P9,   KC_PPLS,      KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS,          KC_END,  KC_DEL,
-    KC_P4,   KC_P5,   KC_P6,   KC_PEQL,      KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_ENT,                    KC_PGUP, KC_PGDN,
+    KC_P4,   KC_P5,   KC_P6,   KC_PEQL,      KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT,           KC_PGUP, KC_PGDN,
     KC_P1,   KC_P2,   KC_P3,   KC_PENT,      KC_LSFT, KC_NUBS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT, MO(1),            KC_UP,
-    KC_P0,   KC_P0,   KC_P0,   KC_PDOT,      KC_LCTL, KC_LGUI, KC_LALT, KC_MUTE, KC_SPC,           KC_SPC,  KC_APP,  KC_RALT, KC_RGUI, KC_RCTL,                            KC_LEFT, KC_DOWN, KC_RIGHT),
+    KC_P0,   KC_P0,   KC_PDOT, KC_PDOT,      KC_LCTL, KC_LGUI, KC_LALT, KC_MUTE, KC_SPC,           KC_SPC,  KC_APP,  KC_RALT, KC_RGUI, KC_RCTL,                            KC_LEFT, KC_DOWN, KC_RIGHT),
 
     [1] = LAYOUT_all(
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______, RESET,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______,
-    _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                   _______, _______,
+    _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______,          _______, _______, _______, _______, _______,                            _______, _______, _______),
 
@@ -36,7 +36,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______,
-    _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,                   _______, _______,
+    _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______, _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,
     _______, _______, _______, _______,      _______, _______, _______, _______, _______,          _______, _______, _______, _______, _______,                            _______, _______, _______),
 };
diff --git a/keyboards/sp111/keymaps/via/rules.mk b/keyboards/viktus/sp111/keymaps/via/rules.mk
similarity index 100%
rename from keyboards/sp111/keymaps/via/rules.mk
rename to keyboards/viktus/sp111/keymaps/via/rules.mk
diff --git a/keyboards/sp111/matrix.c b/keyboards/viktus/sp111/matrix.c
similarity index 100%
rename from keyboards/sp111/matrix.c
rename to keyboards/viktus/sp111/matrix.c
diff --git a/keyboards/sp111/mcp23018.c b/keyboards/viktus/sp111/mcp23018.c
similarity index 100%
rename from keyboards/sp111/mcp23018.c
rename to keyboards/viktus/sp111/mcp23018.c
diff --git a/keyboards/sp111/mcp23018.h b/keyboards/viktus/sp111/mcp23018.h
similarity index 100%
rename from keyboards/sp111/mcp23018.h
rename to keyboards/viktus/sp111/mcp23018.h
diff --git a/keyboards/sp111/readme.md b/keyboards/viktus/sp111/readme.md
similarity index 92%
rename from keyboards/sp111/readme.md
rename to keyboards/viktus/sp111/readme.md
index b9f8f02e07..608fd402b6 100644
--- a/keyboards/sp111/readme.md
+++ b/keyboards/viktus/sp111/readme.md
@@ -12,10 +12,10 @@ Right side layout to maintain the functionality of a full size board in a much m
 
 Make example for this keyboard (after setting up your build environment):
 
-    make sp111:default
+    make viktus/sp111:default
 
 Flashing example for this keyboard:
 
-    make sp111:default:flash
+    make viktus/sp111:default:flash
 
 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/sp111/rules.mk b/keyboards/viktus/sp111/rules.mk
similarity index 100%
rename from keyboards/sp111/rules.mk
rename to keyboards/viktus/sp111/rules.mk
diff --git a/keyboards/sp111/sp111.c b/keyboards/viktus/sp111/sp111.c
similarity index 100%
rename from keyboards/sp111/sp111.c
rename to keyboards/viktus/sp111/sp111.c
diff --git a/keyboards/viktus/sp111/sp111.h b/keyboards/viktus/sp111/sp111.h
new file mode 100644
index 0000000000..b5f3a97d85
--- /dev/null
+++ b/keyboards/viktus/sp111/sp111.h
@@ -0,0 +1,41 @@
+/* Copyright 2020 blindassassin111
+ *
+ * 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
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+#pragma once
+
+#include "quantum.h"
+#define ___ KC_NO
+
+#define LAYOUT_all( \
+    L00, L01, L02, L03,   L04, L05, L06, L07, L08, L09, L0A,        R01, R02,   R03, R04, R05, R06,   R07, R08, R09, \
+    L10, L11, L12, L13,   L14, L15, L16, L17, L18, L19, L0B,    R10, R11, R12, R13, R14, R15, R16, R17,    R18, R19, \
+    L20, L21, L22, L23,   L24, L25, L26, L27, L28, L29,       R20, R21, R22, R23, R24, R25, R26, R27,      R28, R29, \
+    L30, L31, L32, L33,   L34, L35, L36, L37, L38, L39,     R30, R31, R32, R33, R34, R35, R36, R37,        R38, R39, \
+    L40, L41, L42, L43,   L44, L45, L46, L47, L48, L49, L4A,      R41, R42, R43, R44, R45, R46, R47,       R48,      \
+    L50, L51, L52, L53,    L54, L55, L56, L57, L58,                 R52, R53, R54, R55, R56,          R57, R49, R59  \
+) { \
+    { L00, L01, L02, L03, L04, L05, L06, L07, L08, L09, L0A }, \
+    { L10, L11, L12, L13, L14, L15, L16, L17, L18, L19, L0B }, \
+    { L20, L21, L22, L23, L24, L25, L26, L27, L28, L29, ___ }, \
+    { L30, L31, L32, L33, L34, L35, L36, L37, L38, L39, ___ }, \
+    { L40, L41, L42, L43, L44, L45, L46, L47, L48, L49, L4A }, \
+    { L50, L51, L52, L53, L54, L55, L56, L57, L58, ___, ___ }, \
+    { ___, R01, R02, R03, R04, R05, R06, R07, R08, R09, ___ }, \
+    { R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, ___ }, \
+    { R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, ___ }, \
+    { R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, ___ }, \
+    { ___, R41, R42, R43, R44, R45, R46, R47, R48, ___, ___ }, \
+    { ___, ___, R52, R53, R54, R55, R56, R57, R49, R59, ___ }  \
+}