summaryrefslogtreecommitdiff
path: root/keyboards/handwired/prkl30
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/prkl30')
-rw-r--r--keyboards/handwired/prkl30/feather/config.h39
-rw-r--r--keyboards/handwired/prkl30/feather/rules.mk25
-rw-r--r--keyboards/handwired/prkl30/info.json19
-rw-r--r--keyboards/handwired/prkl30/keymaps/default/keymap.c103
-rw-r--r--keyboards/handwired/prkl30/keymaps/default/readme.md26
-rw-r--r--keyboards/handwired/prkl30/keymaps/erkhal/keymap.c103
-rw-r--r--keyboards/handwired/prkl30/keymaps/erkhal/readme.md16
-rw-r--r--keyboards/handwired/prkl30/prkl30.c17
-rw-r--r--keyboards/handwired/prkl30/prkl30.h40
-rw-r--r--keyboards/handwired/prkl30/promicro/config.h39
-rw-r--r--keyboards/handwired/prkl30/promicro/rules.mk19
-rw-r--r--keyboards/handwired/prkl30/readme.md19
12 files changed, 0 insertions, 465 deletions
diff --git a/keyboards/handwired/prkl30/feather/config.h b/keyboards/handwired/prkl30/feather/config.h
deleted file mode 100644
index bbed6c0b0b..0000000000
--- a/keyboards/handwired/prkl30/feather/config.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Copyright 2020 Erkki Halinen & Toni Johansson
- *
- * 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 "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 10
-
-/* PRKL30 feather pinout */
-#define MATRIX_ROW_PINS { F4, F1, F0, D2}
-#define MATRIX_COL_PINS { D3, D1, B7, D6, C7, B6, B5, D7, C6, D0}
-/* COL2ROW, ROW2COL*/
-#define DIODE_DIRECTION COL2ROW
-#define ENCODERS_PAD_A { F7 }
-#define ENCODERS_PAD_B { F6 }
-#define ENCODER_RESOLUTION 4
-
-/* RGB Light Configuration */
-
-#define RGB_DI_PIN D1
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 13
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
diff --git a/keyboards/handwired/prkl30/feather/rules.mk b/keyboards/handwired/prkl30/feather/rules.mk
deleted file mode 100644
index 7578dcef74..0000000000
--- a/keyboards/handwired/prkl30/feather/rules.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# MCU name
-MCU = atmega32u4
-
-# Processor frequency
-F_CPU = 8000000
-
-# Bootloader selection
-BOOTLOADER = caterina
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-ENCODER_ENABLE = yes
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = no # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no
-AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
-RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
-
-BLUETOOTH_ENABLE = yes
-BLUETOOTH_DRIVER = BluefruitLE
diff --git a/keyboards/handwired/prkl30/info.json b/keyboards/handwired/prkl30/info.json
deleted file mode 100644
index b122fe3328..0000000000
--- a/keyboards/handwired/prkl30/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "keyboard_name": "PRKL30",
- "manufacturer": "Ergorius & Tooni Skyy",
- "url": "https://github.com/ErkHal/prkl30",
- "maintainer": "ErkHal",
- "usb": {
- "vid": "0xE0E0",
- "pid": "0x0030",
- "device_version": "0.0.2"
- },
- "layouts": {
- "LAYOUT_all": {
- "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0, "w":1.5}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12.25, "y":1, "w":1.25, "h":2}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2, "w":1.25}]
- },
- "LAYOUT_2u_space": {
- "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0, "w":1.5}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12.25, "y":1, "w":1.25, "h":2}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2, "w":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2, "w":1.25}]
- }
- }
-}
diff --git a/keyboards/handwired/prkl30/keymaps/default/keymap.c b/keyboards/handwired/prkl30/keymaps/default/keymap.c
deleted file mode 100644
index 6a72afebf9..0000000000
--- a/keyboards/handwired/prkl30/keymaps/default/keymap.c
+++ /dev/null
@@ -1,103 +0,0 @@
-#include QMK_KEYBOARD_H
-#include "keymap_nordic.h"
-enum layers {
- _DEFAULT,
- _LOWER,
- _RAISE,
- _FN
-};
-
-enum custom_keycodes {
- PRKL = SAFE_RANGE,
-};
-
-#define LOWER MO(_LOWER)
-#define RAISE MO(_RAISE)
-#define FN MO(_FN)
-
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
-/* Default
- * ,-----------------------------------------------------------------------------------.------.
- * | Esc | Q | W | E | R | T | Y | U | I | O | P | ¨^ | Bksp |
- * |------+------+------+------+------+-------------+------+------+------+------+------|------|
- * | Tab | A | S | D | F | G | H | J | K | L | Ö | Ä | Entr |
- * |------+------+------+------+------+------|------+------+------+------+------+------|------'
- * | Shift| Z | X | C | V | Space | B | N | M | , | . |
- * |------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_DEFAULT] = LAYOUT_all(
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, NO_QUOT, KC_BSPC,
- KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, NO_AE, NO_OSLH, LT(_FN, KC_ENT),
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, LT(_LOWER, KC_SPC), _______, KC_B, KC_N, KC_M, KC_COMM, LT(_RAISE, KC_DOT)
-),
-
-/* Lower - Numbers and some symbols
- * ,------------------------------------------------------------------------------------------.
- * | ~ | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | + | DEL |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------|
- * | | | | | | | | | | | | | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------'
- * | | | | | | | | | | - | |
- * `------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_LOWER] = LAYOUT_all(
- KC_TILD, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, NO_PLUS, KC_DEL,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, NO_MINS, _______
-),
-
-/* Raise - AltGred Characters and more symbols
- * ,------------------------------------------------------------------------------------------.
- * | ~ | > | @ | £ | $ | % | & | | | [ | ] | ≈ | ? | { |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------|
- * | | | | UP | | | | | | | | | } |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------'
- * | | < | LEFT | DOWN | RIGHT| | | | | | |
- * `------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_RAISE] = LAYOUT_all(
- NO_TILD, NO_SECT, NO_AT, NO_PND, NO_DLR, KC_PERC, NO_AMPR, NO_LCBR, NO_LBRC, NO_RBRC, NO_RCBR, NO_QUES, LSFT(NO_LBRC),
- _______, _______, _______, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, LSFT(NO_RBRC),
- _______, NO_HALF, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______
-),
-
- /* FN
- * ,------------------------------------------------------------------------------------------.
- * |QK_BOOT | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------|
- * | |RGB_P |RGB_HD|RGB_HI| VOL- | PREV | NEXT | VOL+ | | | | PRKL | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------'
- * | RGB_M|RGB_VD|RGB_VI|RGB_TG| | PLAY/PAUSE | | | |LCA(DEL)| |
- * `------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_FN] = LAYOUT_all(
- QK_BOOT, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- _______, RGB_M_P, RGB_HUD, RGB_HUI, KC_VOLD, KC_MPRV, KC_MNXT, KC_VOLU, _______, _______, _______, PRKL, _______,
- RGB_MOD, RGB_VAD, RGB_VAI, RGB_TOG, _______, KC_MPLY, _______, _______, _______, _______, LCA(KC_DEL), _______
-),
-
-
-};
-
-bool encoder_update_user(uint8_t index, bool clockwise) {
- if (clockwise) {
- tap_code(KC_TAB);
- } else {
- tap_code(KC_PGUP);
- }
- return true;
-}
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case PRKL:
- if (record->event.pressed) {
- //When PRKL is pressed, print out the holy power word of our people
- SEND_STRING("PERKELE");
- }
- break;
- }
- return true;
-};
diff --git a/keyboards/handwired/prkl30/keymaps/default/readme.md b/keyboards/handwired/prkl30/keymaps/default/readme.md
deleted file mode 100644
index 8d2cf9fa06..0000000000
--- a/keyboards/handwired/prkl30/keymaps/default/readme.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# The default keymap for PRKL30
-
-## Note !
-Due to the main target audience being a small Finnish community,
-this board's default layout uses nordic keycodes.
------
-
-
-![prkl30 default layout image](https://i.imgur.com/tekFaHW.png "default")
-
-default layout
-
-
-![prkl30 lower layout image](https://i.imgur.com/NzLcXrU.png "lower")
-
-lower layout
-
-
-![prkl30 raise layout image](https://i.imgur.com/BpC8T6p.png "raise")
-
-raise layout
-
-
-![prkl30 fn layout image](https://i.imgur.com/gwgIKqj.png "fn")
-
-fn layout
diff --git a/keyboards/handwired/prkl30/keymaps/erkhal/keymap.c b/keyboards/handwired/prkl30/keymaps/erkhal/keymap.c
deleted file mode 100644
index af5a01e64c..0000000000
--- a/keyboards/handwired/prkl30/keymaps/erkhal/keymap.c
+++ /dev/null
@@ -1,103 +0,0 @@
-#include QMK_KEYBOARD_H
-#include "keymap_nordic.h"
-enum layers {
- _DEFAULT,
- _LOWER,
- _RAISE,
- _FN
-};
-
-enum custom_keycodes {
- PRKL = SAFE_RANGE,
-};
-
-#define LOWER MO(_LOWER)
-#define RAISE MO(_RAISE)
-#define FN MO(_FN)
-
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
-/* Default
- * ,-----------------------------------------------------------------------------------.------.
- * | Esc | Q | W | E | R | T | Y | U | I | O | P | ¨^ | Bksp |
- * |------+------+------+------+------+-------------+------+------+------+------+------|------|
- * | Tab | A | S | D | F | G | H | J | K | L | Ö | Ä | Entr |
- * |------+------+------+------+------+------|------+------+------+------+------+------|------'
- * | Shift| Z | X | C | V | Space | B | N | M | , | . |
- * |------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_DEFAULT] = LAYOUT_2u_space(
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, NO_QUOT, KC_BSPC,
- KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, NO_AE, NO_OSLH, LT(_FN, KC_ENT),
- KC_LSFT, LGUI_T(KC_Z), KC_X, KC_C, KC_V, LT(_LOWER, KC_SPC), KC_B, KC_N, KC_M, KC_COMM, LT(_RAISE, KC_DOT)
-),
-
-/* Lower - Numbers and some symbols
- * ,------------------------------------------------------------------------------------------.
- * | ~ | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | + | DEL |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------|
- * | | TAB | | | | | | | | | | ' | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------'
- * | | | | | | | | | | - | |
- * `------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_LOWER] = LAYOUT_2u_space(
- KC_TILD, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, NO_PLUS, KC_DEL,
- _______, KC_TAB, _______, _______, _______, _______, _______, _______, _______, _______, _______, NO_APOS, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, NO_MINS, _______
-),
-
-/* Raise - AltGred Characters and more symbols
- * ,------------------------------------------------------------------------------------------.
- * | ~ | > | @ | £ | $ | % | & | | | [ | ] | ≈ | ? | { |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------|
- * | | | | UP | | | | | | | | | } |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------'
- * | | < | LEFT | DOWN | RIGHT| | | | | | |
- * `------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_RAISE] = LAYOUT_2u_space(
- NO_TILD, NO_SECT, NO_AT, NO_PND, NO_DLR, KC_PERC, NO_AMPR, NO_LCBR, NO_LBRC, NO_RBRC, NO_RCBR, NO_QUES, LSFT(NO_LBRC),
- _______, _______, _______, KC_UP, _______, _______, _______, _______, _______, _______, _______, _______, LSFT(NO_RBRC),
- _______, NO_HALF, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______
-),
-
- /* FN
- * ,------------------------------------------------------------------------------------------.
- * |QK_BOOT | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------|
- * | |RGB_P |RGB_HD|RGB_HI| VOL- | PREV | NEXT | VOL+ | | | | PRKL | |
- * |------+------+------+------+------+------+------+------+------+------+------+------|------'
- * | RGB_M|RGB_VD|RGB_VI|RGB_TG| | PLAY/PAUSE | | | |LCA(DEL)| |
- * `------+------+------+------+------+------+------+------+------+------+------+------'
- */
-[_FN] = LAYOUT_2u_space(
- QK_BOOT, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- _______, RGB_M_P, RGB_HUD, RGB_HUI, KC_VOLD, KC_MPRV, KC_MNXT, KC_VOLU, _______, _______, _______, PRKL, _______,
- RGB_MOD, RGB_VAD, RGB_VAI, RGB_TOG, _______, KC_MPLY, _______, _______, _______, LCA(KC_DEL), _______
-),
-
-
-};
-
-bool encoder_update_user(uint8_t index, bool clockwise) {
- if (clockwise) {
- tap_code16(LCTL(KC_RIGHT));
- } else {
- tap_code16(LCTL(KC_LEFT));
- }
- return true;
-}
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case PRKL:
- if (record->event.pressed) {
- //When PRKL is pressed, print out the holy power word of our people
- SEND_STRING("PERKELE");
- }
- break;
- }
- return true;
-};
diff --git a/keyboards/handwired/prkl30/keymaps/erkhal/readme.md b/keyboards/handwired/prkl30/keymaps/erkhal/readme.md
deleted file mode 100644
index a49657bcae..0000000000
--- a/keyboards/handwired/prkl30/keymaps/erkhal/readme.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# The default keymap for PRKL30
-
-Layout geared towards productivity with OSX
------
-
-Default layer
-![prkl30 default layout image](https://i.imgur.com/tekFaHW.png "default")
-
-Lower
-![prkl30 lower layout image](https://i.imgur.com/5F4CL4g.png "lower")
-
-Raise
-![prkl30 raise layout image](https://i.imgur.com/BpC8T6p.png "raise")
-
-FN
-![prkl30 fn layout image](https://i.imgur.com/gwgIKqj.png "fn")
diff --git a/keyboards/handwired/prkl30/prkl30.c b/keyboards/handwired/prkl30/prkl30.c
deleted file mode 100644
index efec8a3aaa..0000000000
--- a/keyboards/handwired/prkl30/prkl30.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright 2020 ErkHal
- *
- * 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/>.
- */
-
-#include "prkl30.h"
diff --git a/keyboards/handwired/prkl30/prkl30.h b/keyboards/handwired/prkl30/prkl30.h
deleted file mode 100644
index 93a64c53a0..0000000000
--- a/keyboards/handwired/prkl30/prkl30.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Copyright 2020 Erkki Halinen & Toni Johansson
- *
- * 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 LAYOUT_all( \
- k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12, k13, \
- k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24, k25, k26, \
- k27, k28, k29, k30, k31, k32, k33, k34, k35, k36, k37, k38 \
-) { \
- { k01, k02, k03, k04, k05, k06, k07, k08, k09, k10 }, \
- { k14, k15, k16, k17, k18, k19, k20, k21, k22, k23 }, \
- { k27, k28, k29, k30, k31, k32, k33, k34, k35, k36 }, \
- { k11, k12, k13, k24, k25, k26, k37, k38, KC_NO, KC_NO } \
-}
-
-#define LAYOUT_2u_space( \
- k01, k02, k03, k04, k05, k06, k07, k08, k09, k10, k11, k12, k13, \
- k14, k15, k16, k17, k18, k19, k20, k21, k22, k23, k24, k25, k26, \
- k27, k28, k29, k30, k31, k32, k34, k35, k36, k37, k38 \
-) { \
- { k01, k02, k03, k04, k05, k06, k07, k08, k09, k10 }, \
- { k14, k15, k16, k17, k18, k19, k20, k21, k22, k23 }, \
- { k27, k28, k29, k30, k31, k32, KC_NO, k34, k35, k36 }, \
- { k11, k12, k13, k24, k25, k26, k37, k38, KC_NO, KC_NO } \
-}
diff --git a/keyboards/handwired/prkl30/promicro/config.h b/keyboards/handwired/prkl30/promicro/config.h
deleted file mode 100644
index 9f7c4f4f9a..0000000000
--- a/keyboards/handwired/prkl30/promicro/config.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Copyright 2020 Erkki Halinen & Toni Johansson
- *
- * 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 "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 10
-
-/* prkl30 default pinout */
-#define MATRIX_ROW_PINS { D4, C6, D7, E6 }
-#define MATRIX_COL_PINS { B4, B5, F6, F5, F4, F7, B1, B3, B2, B6}
-/* COL2ROW, ROW2COL*/
-#define DIODE_DIRECTION COL2ROW
-#define ENCODERS_PAD_A { D3 }
-#define ENCODERS_PAD_B { D2 }
-#define ENCODER_RESOLUTION 4
-
-/* RGB Light Configuration */
-
-#define RGB_DI_PIN D1
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 13
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
diff --git a/keyboards/handwired/prkl30/promicro/rules.mk b/keyboards/handwired/prkl30/promicro/rules.mk
deleted file mode 100644
index 82dfbafa4e..0000000000
--- a/keyboards/handwired/prkl30/promicro/rules.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = caterina
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-ENCODER_ENABLE = yes
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no
-AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
-RGBLIGHT_ENABLE = yes # This can be enabled if a ws2812 strip is connected to the expansion port.
diff --git a/keyboards/handwired/prkl30/readme.md b/keyboards/handwired/prkl30/readme.md
deleted file mode 100644
index 06a9fd5248..0000000000
--- a/keyboards/handwired/prkl30/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# PRKL30
-
-![prkl30](https://camo.githubusercontent.com/9b39ee253a7cdcbfdbe80f7ef36ddd3ad5b17382/68747470733a2f2f692e696d6775722e636f6d2f4e6b67493339492e6a7067)
-
-30% Keyboard with ISO Enter, ortho layout and bluetooth support
-
-* Keyboard Maintainer: [ErkHal](https://github.com/erkhal)
-* Hardware Supported: PRKL30 PCB, Pro Micro/Adafruit Feather
-* Hardware Availability: [PRKL30 repo](https://github.com/erkhal/prkl30)
-
-Make example for this keyboard with Pro Micro controller (after setting up your build environment):
-
- make handwired/prkl30/promicro:default
-
-Make example for this keyboard with Feather controller (after setting up your build environment):
-
- make handwired/prkl30/feather:default
-
-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).