summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-10-22 18:03:33 +0100
committerGitHub <noreply@github.com>2022-10-22 18:03:33 +0100
commit428114fac25dedadfff9fceaf98f3ecd196a469d (patch)
tree9c6ee0020feb53cd53efd1006185b50439045148
parent4f3af0920903b2253ea80fce9de55ed669ba2e8d (diff)
Remove broken userspace and keymaps (#18806)
-rw-r--r--keyboards/splitkb/kyria/keymaps/bbaserdem/config.h32
-rw-r--r--keyboards/splitkb/kyria/keymaps/bbaserdem/keymap.c109
-rw-r--r--keyboards/splitkb/kyria/keymaps/bbaserdem/readme.md32
-rw-r--r--keyboards/splitkb/kyria/keymaps/bbaserdem/rules.mk30
-rw-r--r--layouts/community/ortho_3x10/bbaserdem/config.h21
-rw-r--r--layouts/community/ortho_3x10/bbaserdem/keymap.c98
-rw-r--r--layouts/community/ortho_3x10/bbaserdem/readme.md19
-rwxr-xr-xlayouts/community/ortho_3x10/bbaserdem/rules.mk23
-rwxr-xr-xlayouts/community/ortho_4x12/bbaserdem/config.h26
-rwxr-xr-xlayouts/community/ortho_4x12/bbaserdem/keymap.c88
-rw-r--r--layouts/community/ortho_4x12/bbaserdem/readme.md12
-rwxr-xr-xlayouts/community/ortho_4x12/bbaserdem/rules.mk26
-rw-r--r--layouts/community/split_3x5_3/bbaserdem/config.h35
-rw-r--r--layouts/community/split_3x5_3/bbaserdem/keymap.c117
-rw-r--r--layouts/community/split_3x5_3/bbaserdem/readme.md18
-rw-r--r--layouts/community/split_3x5_3/bbaserdem/rules.mk22
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/chconf.h23
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/config.h77
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/halconf.h24
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/keymap.c191
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/mcuconf.h25
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/readme.md15
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/rules.mk47
-rw-r--r--layouts/community/split_3x6_3/bbaserdem/ssd1306.c16
-rw-r--r--users/bbaserdem/.gitignore2
-rw-r--r--users/bbaserdem/bb-audio.c82
-rw-r--r--users/bbaserdem/bb-audio.h28
-rw-r--r--users/bbaserdem/bb-backlight.c30
-rw-r--r--users/bbaserdem/bb-backlight.h23
-rw-r--r--users/bbaserdem/bb-encoder.c514
-rw-r--r--users/bbaserdem/bb-encoder.h29
-rw-r--r--users/bbaserdem/bb-macro.c156
-rw-r--r--users/bbaserdem/bb-macro.h113
-rw-r--r--users/bbaserdem/bb-oled-extra.c796
-rw-r--r--users/bbaserdem/bb-oled-extra.h25
-rw-r--r--users/bbaserdem/bb-oled.c216
-rw-r--r--users/bbaserdem/bb-oled.h32
-rw-r--r--users/bbaserdem/bb-rgb.c123
-rw-r--r--users/bbaserdem/bb-rgb.h28
-rw-r--r--users/bbaserdem/bb-underglow.c116
-rw-r--r--users/bbaserdem/bb-underglow.h28
-rw-r--r--users/bbaserdem/bbaserdem.c376
-rw-r--r--users/bbaserdem/bbaserdem.h573
-rw-r--r--users/bbaserdem/config.h134
-rw-r--r--users/bbaserdem/keymap-bitmaps/.gitignore4
-rwxr-xr-xusers/bbaserdem/keymap-bitmaps/cropBmp38
-rw-r--r--users/bbaserdem/readme.md131
-rw-r--r--users/bbaserdem/rules.mk87
48 files changed, 0 insertions, 4810 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/bbaserdem/config.h b/keyboards/splitkb/kyria/keymaps/bbaserdem/config.h
deleted file mode 100644
index b7b883d3bd..0000000000
--- a/keyboards/splitkb/kyria/keymaps/bbaserdem/config.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Copyright 2021 Batuhan Başerdem
- * <baserdem.batuhan@gmail.com> @bbaserdem
- *
- * 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
-
-// Kyria specific
-#ifdef KEYBOARD_splitkb_kyria_rev1
- // Split definition; use the following to flash;
- // pro-micro: avrdude-split-left/right
- // elite-c: dfu-split-left/right
-# define ENCODER_DIRECTION_FLIP
-# define EE_HANDS
-
- // Make sure kyria has bigger oled display
-# ifdef OLED_ENABLE
-# define OLED_DISPLAY_128X64
-# endif
-#endif
diff --git a/keyboards/splitkb/kyria/keymaps/bbaserdem/keymap.c b/keyboards/splitkb/kyria/keymaps/bbaserdem/keymap.c
deleted file mode 100644
index d3720ea764..0000000000
--- a/keyboards/splitkb/kyria/keymaps/bbaserdem/keymap.c
+++ /dev/null
@@ -1,109 +0,0 @@
-/* Copyright 2021 Batuhan Başerdem
- * <baserdem.batuhan@gmail.com> @bbaserdem
- *
- * 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 QMK_KEYBOARD_H
-#include "bbaserdem.h"
-
-#define LAYOUT_split_3x6_5_wrapper(...) LAYOUT_split_3x6_5(__VA_ARGS__)
-
-/* F layout
- * ┌───┬───┬───┬───┬───┬───┐        ┌───┬───┬───┬───┬───┬───┐
- * │ W │ F │ G │ Ğ │ I │ O │        │ D │ R │ N │ H │ P │ Q │
- * ├───┼───┼───┼───┼───┼───┤        ├───┼───┼───┼───┼───┼───┤
- * │ X │ A │ S │ D │ F │ G │        │ T │ K │ M │ L │ Y │ Ş │
- * ├───┼───┼───┼───┼───┼───┼───┬───┐ ┌───┬───┼───┼───┼───┼───┼───┼───┤
- * │* +│ J │ Ö │ V │ C │ Ç │   │   │ │   │   │ Z │ S │ B │. :│, ;│< >│
- * └───┴───┴───┼───┼───┼───┤Esc│Shf│ │Shf│Del├───┼───┼───┼───┴───┴───┘
- *             │En1│Tab│Ent│ │ │ │ │ │Spc│Bsp│En2│
- *             └───┴───┴───┴───┴───┘ └───┴───┴───┴───┴───┘
- */
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_BASE] = LAYOUT_split_3x6_5_wrapper(
- _BL1_1_,_BL1_5_, _BR1_5_,_BR1_1_,
- _BL2_1_,_BL2_5_, _BR2_5_,_BR2_1_,
- _BL3_1_,_BL3_5_,xxx2xxx,xxx2xxx,_BR3_5_,_BR3_1_,
- BB_ENC0, _BL4_3_,KC_LSFT,KC_RSFT,_BR4_3_,BB_ENC1
- ),
- [_CHAR] = LAYOUT_split_3x6_5_wrapper(
- XXXXXXX,_CL1_5_, _CR1_5_,XXXXXXX,
- XXXXXXX,_CL2_5_, _CR2_5_,XXXXXXX,
- XXXXXXX,_CL3_5_,xxx2xxx,xxx2xxx,_CR3_5_,XXXXXXX,
- _______,_CL4_3_,_______,_______,_CR4_3_,_______
- ),
- [_GAME] = LAYOUT_split_3x6_5_wrapper(
- _GA1_1_,_GA1_5_, ___5___,___1___,
- _GA2_1_,_GA2_5_, ___5___,___1___,
- _GA3_1_,_GA3_5_,xxx2xxx,xxx2xxx,___5___,___1___,
- _______,_GA4_3_,_______,_______,___3___,_______
- ),
- [_MEDI] = LAYOUT_split_3x6_5_wrapper(
- ___1___,___5___, _ME1_5_,___1___,
- ___1___,___5___, _ME2_5_,___1___,
- ___1___,___5___,xxx2xxx,xxx2xxx,_ME3_5_,___1___,
- ___1___,___3___,_______,_______,_ME4_3_,___1___
- ),
- [_NAVI] = LAYOUT_split_3x6_5_wrapper(
- ___1___,___5___, _NA1_5_,___1___,
- ___1___,___5___, _NA2_5_,___1___,
- ___1___,___5___,xxx2xxx,xxx2xxx,_NA3_5_,___1___,
- ___1___,___3___,_______,_______,_NA4_3_,___1___
- ),
- [_SYMB] = LAYOUT_split_3x6_5_wrapper(
- ___1___,___5___, _SY1_5_,___1___,
- ___1___,___5___, _SY2_5_,___1___,
- ___1___,___5___,xxx2xxx,xxx2xxx,_SY3_5_,___1___,
- ___1___,___3___,_______,_______,_SY4_3_,___1___
- ),
- [_NUMB] = LAYOUT_split_3x6_5_wrapper(
- ___1___,_NU1_5_, ___5___,___1___,
- ___1___,_NU2_5_, ___5___,___1___,
- ___1___,_NU3_5_,xxx2xxx,xxx2xxx,___5___,___1___,
- ___1___,_NU4_3_,_______,_______,___3___,___1___
- ),
- [_FUNC] = LAYOUT_split_3x6_5_wrapper(
- ___1___,_FU1_5_, ___5___,___1___,
- ___1___,_FU2_5_, ___5___,___1___,
- ___1___,_FU3_5_,xxx2xxx,xxx2xxx,___5___,___1___,
- ___1___,_FU4_3_,_______,_______,___3___,___1___
- ),
- [_MOUS] = LAYOUT_split_3x6_5_wrapper(
- ___1___,_MO1_5_, ___5___,___1___,
- ___1___,_MO2_5_, ___5___,___1___,
- ___1___,_MO3_5_,xxx2xxx,xxx2xxx,___5___,___1___,
- ___1___,_MO4_3_,_______,_______,___3___,___1___
- ),
- [_MUSI] = LAYOUT_split_3x6_5_wrapper(
- _MU_12_,_MU_12_,
- _MU_06_,xxx2xxx,xxx2xxx,_MU_06_,
- MU_TOG,_MUL_3_,_MU_02_,_MUR_3_,___1___
- )
-};
-
-#ifdef KEYBOARD_splitkb_kyria_rev1 // Kyria specific code
-#ifdef OLED_ENABLE // Kyria's oled screen
-// Rotate the display on kyria
-oled_rotation_t oled_init_user(oled_rotation_t rotation) {
- return OLED_ROTATION_180;
-}
-// For kyria; print logo, and allow default status printing
-bool oled_task_keymap(void) {
- render_qmk_logo(0, 0);
- render_status_lite(4, 0);
- return false;
-}
-#endif //OLED_ENABLE
-#endif //KEYBOARD_splitkb_kyria_rev1
diff --git a/keyboards/splitkb/kyria/keymaps/bbaserdem/readme.md b/keyboards/splitkb/kyria/keymaps/bbaserdem/readme.md
deleted file mode 100644
index 6381612978..0000000000
--- a/keyboards/splitkb/kyria/keymaps/bbaserdem/readme.md
+++ /dev/null
@@ -1,32 +0,0 @@
-This folder contains my Kyria (`split_3x6_5`) board layout.
-Check out the [user readme](../../../../../users/bbaserdem/readme.md) for more info.
-
-# Kyria
-
-I use a rev 1.3 PCB as a daily driver.
-
-## Hardware
-
-* Using a modified High-profile case; with metal switch plate.
-* Currently using a Pro-Micro and an Elite-C as microcontrollers.
-* Using Gateron Silent Black Ink with Progressive springs (100g), lubed.
-* Have mill-max sockets for hotswap feature.
-* All microcontrollers and OLED's are socketed for easy removal.
-
-## Features
-
-* Use two thumb keys in the 2u layout.
-* Have rotary encoders in the outermost keys of the thumb cluster.
-* Have underglow leds soldered.
-
-## Issues
-
-* Stabilizers squiek, and need lubing.
-* The double tap buttons (home row; left leader the most) don't contact well.
-
-## Todo
-
-* Switch to Proton C conversion with a game plan.
-* Lube stabilizers.
-* Get tenting puck.
-* (Not depending on me) migrate this code to layouts.
diff --git a/keyboards/splitkb/kyria/keymaps/bbaserdem/rules.mk b/keyboards/splitkb/kyria/keymaps/bbaserdem/rules.mk
deleted file mode 100644
index 21013120e6..0000000000
--- a/keyboards/splitkb/kyria/keymaps/bbaserdem/rules.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021 Batuhan Başerdem
-# <baserdem.batuhan@gmail.com> @bbaserdem
-#
-# 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/>.
-
-# Kyria hardware
-ifneq (,$(findstring splitkb/kyria/rev1,$(KEYBOARD)))
- # Elective features
- ENCODER_ENABLE = yes
- OLED_ENABLE = yes
- # Nonexistent features
- AUDIO_ENABLE = no
- BACKLIGHT_ENABLE = no
- RGB_MATRIX_ENABLE = no
- # Space savers
- NKRO_ENABLE = no
- VELOCIKEY_ENABLE = no
- WPM_ENABLE = no
-endif
diff --git a/layouts/community/ortho_3x10/bbaserdem/config.h b/layouts/community/ortho_3x10/bbaserdem/config.h
deleted file mode 100644
index b792b2e6fa..0000000000
--- a/layouts/community/ortho_3x10/bbaserdem/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Copyright 2019 Batuhan Başerdem <baserdem.batuhan@gmail.com> @bbaserdem
-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
-
-// Gherkin specific
-#ifdef KEYBOARD_40percentclub_gherkin
- #define MUSIC_MAP
- #define RGB_DI_PIN F6
- #define RGB_MATRIX_LED_COUNT 10
-#endif
diff --git a/layouts/community/ortho_3x10/bbaserdem/keymap.c b/layouts/community/ortho_3x10/bbaserdem/keymap.c
deleted file mode 100644
index 06228cc37a..0000000000
--- a/layouts/community/ortho_3x10/bbaserdem/keymap.c
+++ /dev/null
@@ -1,98 +0,0 @@
-/*
-Copyright 2019 Batuhan Başerdem <baserdem.batuhan@gmail.com> @bbaserdem
-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 QMK_KEYBOARD_H
-#include "bbaserdem.h"
-
-#ifdef KEYBOARD_40percentclub_gherkin
- // Flip it
- #undef LAYOUT_ortho_3x10
- #define LAYOUT_ortho_3x10( \
- K00, K01, K02, K03, K04, K05, K10, K11, K12, K13 , \
- K14, K15, K20, K21, K22, K23, K24, K25, K30, K31 , \
- K32, K33, K34, K35, K40, K41, K42, K43, K44, K45 \
- ) { \
- { K45, K44, K43, K42, K41, K40 }, \
- { K35, K34, K33, K32, K31, K30 }, \
- { K25, K24, K23, K22, K21, K20 }, \
- { K15, K14, K13, K12, K11, K10 }, \
- { K05, K04, K03, K02, K01, K00 } \
- }
-#endif
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-/* Game pad
- * ,-----------------------------------------------------------.
- * | Esc | 1 | 2 | 3 | 4 | 5 | 6 | F1 | F2 | F3 |
- * |-----+-----+-----+-----+-----+-----+-----+-----+-----+-----|
- * |AdjsL| Q | W | E | R | Ent | Tab | Ctr | |^| | Alt |
- * |-----+-----+-----+-----+-----+-----+-----+-----+-----+-----|
- * |Music| A | S | D | F | Spc |Shift| <-- | |v| | --> |
- * `-----------------------------------------------------------'
- */
- [_BASE] = LAYOUT_ortho_3x10(
- KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_F1, KC_F2, KC_F3,
- MO(_MEDI), KC_Q, KC_W, KC_E, KC_R, KC_ENT, KC_TAB, KC_LCTL,KC_UP, KC_LALT,
- MU_TOG, KC_A, KC_S, KC_D, KC_F, KC_SPC, KC_LSFT,KC_LEFT,KC_DOWN,KC_RGHT
- ),
-/* Adjust
- * ,-----------------------------------------------------------.
- * | Esc |RGBTg|HueUp|HueDn|SatUp|SatDn|ValUp|ValDn|ModNx|ModPr|
- * |-----+-----+-----+-----+-----+-----+-----+-----+-----+-----|
- * | |BltTg|Breth|BriUp|BriDn| | |Veloc|SpdUp|SpdDn|
- * |-----+-----+-----+-----+-----+-----+-----+-----+-----+-----|
- * |Music| | | | | | | |EEprm|Reset|
- * `-----------------------------------------------------------'
- */
- [_MEDI] = LAYOUT_ortho_3x10(
- CK_TOGG,RGB_TOG,RGB_HUI,RGB_HUD,RGB_SAI,RGB_SAD,RGB_VAI,RGB_VAD,RGB_MOD,RGB_RMOD,
- _______,BL_TOGG,BL_BRTG,BL_INC, BL_DEC, XXXXXXX,XXXXXXX,VLK_TOG,RGB_SPI,RGB_SPD,
- AU_TOG, XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,EE_CLR,QK_BOOT
- ),
- [_MUSI] = LAYOUT_ortho_3x10_wrapper(
- MU_FAST,_MU_08_,MU_REC,
- MU_SLOW,_MU_08_,MU_STOP,
- MU_TOG, _MU_08_,MU_PLAY
- ),
-};
-
-// Music map, guitar like.
-#ifdef AUDIO_ENABLE
-const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = LAYOUT_ortho_3x10(
- 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
- 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
-);
-#endif
-
-// RGB matrix code
-#ifdef RGB_MATRIX_ENABLE
-// Gherkin
-#if defined(KEYBOARD_40percentclub_gherkin)
-led_config_t g_led_config = {
- { // Key Matrix to LED Index
- { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED},
- { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED},
- { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED},
- { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED},
- { NO_LED, NO_LED, NO_LED, NO_LED, NO_LED}
-}, { // LED Index to Physical Position
- {224, 0}, {168, 0}, {112, 0}, { 56, 0}, { 0, 0},
- { 0, 64}, { 56, 64}, {112, 64}, {168, 64}, {224, 64},
-}, { // LED Index to Flag
- 2,2,2,2,2,2,2,2,2,2
-}};
-// Disable layer switching
-bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {return true;}
-#endif // Gherkin
-#endif // RGB Matrix
diff --git a/layouts/community/ortho_3x10/bbaserdem/readme.md b/layouts/community/ortho_3x10/bbaserdem/readme.md
deleted file mode 100644
index 3681eb840a..0000000000
--- a/layouts/community/ortho_3x10/bbaserdem/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-This folder contains my [3x10\_ortho](../../../default/ortho_3x10) board layouts
-Check out the [user readme](../../../../users/bbaserdem/readme.md) for more info.
-
-# Gherkin
-
-I use [Gherkin](../../../../keyboards/40percentclub/gherkin/readme.md).
-
-It is used as a game pad, and key layout is inspired by spare keys I had lying around.
-The firmware is very simple, and only includes one layer keymap, and RGB effects.
-
-## Status
-
-* [x] Layout adapted
-* [x] Tested build
-* [x] Confirmed on board
-
-## Build
-
-Build command: `CFLAGS="-Wno-error=deprecated" <FILL-IN-LATER>`
diff --git a/layouts/community/ortho_3x10/bbaserdem/rules.mk b/layouts/community/ortho_3x10/bbaserdem/rules.mk
deleted file mode 100755
index 7232f6969d..0000000000
--- a/layouts/community/ortho_3x10/bbaserdem/rules.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2019 Batuhan Başerdem <baserdem.batuhan@gmail.com> @bbaserdem
-# 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/>.
-
-# This small layout is a macro-pad; does not need userspace
-
-# Gherkin has both RGB strip and LED lights
-ifneq (,$(findstring 40percentclub/gherkin,$(KEYBOARD)))
- CONVERT_TO_PROTON_C = yes
- RGB_MATRIX_ENABLE = yes
- RGB_MATRIX_DRIVER = WS2812
- AUDIO_ENABLE = yes
- BACKLIGHT_ENABLE = yes
- VELOCIKEY_ENABLE = yes
-endif
diff --git a/layouts/community/ortho_4x12/bbaserdem/config.h b/layouts/community/ortho_4x12/bbaserdem/config.h
deleted file mode 100755
index fb3ec1371b..0000000000
--- a/layouts/community/ortho_4x12/bbaserdem/config.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright 2021 Batuhan Başerdem
- * <baserdem.batuhan@gmail.com> @bbaserdem
- *
- * 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
-
-// Code pertaining to planck rev6
-#ifdef KEYBOARD_planck_rev6
- // Encoder I use;
-# ifdef ENCODER_RESOLUTION
-# undef ENCODER_RESOLUTION
-# endif
-# define ENCODER_RESOLUTION 2
-#endif
diff --git a/layouts/community/ortho_4x12/bbaserdem/keymap.c b/layouts/community/ortho_4x12/bbaserdem/keymap.c
deleted file mode 100755
index 91ddc61764..0000000000
--- a/layouts/community/ortho_4x12/bbaserdem/keymap.c
+++ /dev/null
@@ -1,88 +0,0 @@
-/* Copyright 2021 Batuhan Başerdem
- * <baserdem.batuhan@gmail.com> @bbaserdem
- *
- * 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 QMK_KEYBOARD_H
-#include "bbaserdem.h"
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- // Base layer
- [_BASE] = LAYOUT_ortho_4x12_wrapper(
- _BL1_5_,_BL1_1_,_BR1_1_,_BR1_5_,
- _BL2_5_,_BL2_1_,_BR2_1_,_BR2_5_,
- _BL3_5_,_BL3_1_,_BR3_1_,_BR3_5_,
- BB_ENC0,KC_DOWN,KC_UP, _BL4_3_,_BR4_3_,KC_LEFT,KC_RGHT,RGB_TOG
- ),
- // Extra characters overlay
- [_CHAR] = LAYOUT_ortho_4x12_wrapper(
- _CL1_5_,xxx2xxx,_CR1_5_,
- _CL2_5_,xxx2xxx,_CR2_5_,
- _CL3_5_,xxx2xxx,_CR3_5_,
- ___3___,_CL4_3_,_CR4_3_,___3___
- ),
- // Game layer: left_half
- [_GAME] = LAYOUT_ortho_4x12_wrapper(
- _GA1_5_,_GA1_1_,___6___,
- _GA2_5_,_GA2_1_,___6___,
- _GA3_5_,_GA3_1_,___6___,
- ___3___,_GA4_3_,___6___
- ),
- // Media layer: right_half
- [_MEDI] = LAYOUT_ortho_4x12_wrapper(
- ___6___,xxx1xxx,_ME1_5_,
- ___6___,xxx1xxx,_ME2_5_,
- ___6___,xxx1xxx,_ME3_5_,
- ___6___,_ME4_3_,___3___
- ),
- // Navigation layer: right_half
- [_NAVI] = LAYOUT_ortho_4x12_wrapper(
- ___6___,xxx1xxx,_NA1_5_,
- ___6___,xxx1xxx,_NA2_5_,
- ___6___,xxx1xxx,_NA3_5_,
- ___6___,_NA4_3_,___3___
- ),
- // Symbol layer: right_half
- [_SYMB] = LAYOUT_ortho_4x12_wrapper(
- ___6___,xxx1xxx,_SY1_5_,
- ___6___,xxx1xxx,_SY2_5_,
- ___6___,xxx1xxx,_SY3_5_,
- ___6___,_SY4_3_,___3___
- ),
- // Number layer: left_half
- [_NUMB] = LAYOUT_ortho_4x12_wrapper(
- xxx1xxx,_NU1_5_,___6___,
- xxx1xxx,_NU2_5_,___6___,
- xxx1xxx,_NU3_5_,___6___,
- ___3___,_NU4_3_,___6___
- ),
- // Function layer: left_half
- [_FUNC] = LAYOUT_ortho_4x12_wrapper(
- _FU1_5_,xxx1xxx,___6___,
- _FU2_5_,xxx1xxx,___6___,
- _FU3_5_,xxx1xxx,___6___,
- ___3___,_FU4_3_,___6___
- ),
- // Mouse layer: left_half
- [_MOUS] = LAYOUT_ortho_4x12_wrapper(
- _MO1_5_,xxx1xxx,___6___,
- _MO2_5_,xxx1xxx,___6___,
- _MO3_5_,xxx1xxx,___6___,
- ___3___,_MO4_3_,___6___
- ),
- // Music layer: everything
- [_MUSI] = LAYOUT_ortho_4x12_wrapper(
- _MU_12_,_MU_12_,_MU_12_,
- ___1___,_MU_02_,_MUL_3_,_MUR_3_,_MU_02_,___1___)
-};
diff --git a/layouts/community/ortho_4x12/bbaserdem/readme.md b/layouts/community/ortho_4x12/bbaserdem/readme.md
deleted file mode 100644
index 5eb6548574..0000000000
--- a/layouts/community/ortho_4x12/bbaserdem/readme.md
+++ /dev/null
@@ -1,12 +0,0 @@
-This folder contains my [4x12\_ortho](../../../default/ortho_4x12) board layouts
-Check out the [user readme](../../../../users/bbaserdem/readme.md) for more info.
-
-# Planck Light
-
-I use a couple [planck](../../../../keyboards/planck/readme.md) keyboards.
-To sell soon; don't use them anymore, but will keep the light version.
-
-# JJ40
-
-A planck rev4 replacement; for my acrylic planck case which used to host a now
-defunct rev4.
diff --git a/layouts/community/ortho_4x12/bbaserdem/rules.mk b/layouts/community/ortho_4x12/bbaserdem/rules.mk
deleted file mode 100755
index b3ce684315..0000000000
--- a/layouts/community/ortho_4x12/bbaserdem/rules.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-
-# Copyright 2021 Batuhan Başerdem
-# <baserdem.batuhan@gmail.com> @bbaserdem
-#
-# 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/>.
-
-# Planck rev6 has both RGBLIGHT and RGB_MATRIX enabled
-ifneq (,$(findstring planck/rev6,$(KEYBOARD)))
- RGB_MATRIX_ENABLE = yes
- RGBLIGHT_ENABLE = no
-endif
-# JJ40 here
-ifneq (,$(findstring jj40,$(KEYBOARD)))
- RGB_MATRIX_ENABLE = yes
-endif
diff --git a/layouts/community/split_3x5_3/bbaserdem/config.h b/layouts/community/split_3x5_3/bbaserdem/config.h
deleted file mode 100644
index 2f7c0f7068..0000000000
--- a/layouts/community/split_3x5_3/bbaserdem/config.h
+++ /dev/null
@@ -1,35 +0,0 @@
-
-/* Copyright 2021 Batuhan Başerdem
- * <baserdem.batuhan@gmail.com> @bbaserdem
- *
- * 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 thi