diff options
author | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
commit | 9581289745736ce068a1040f44cec37a2ca8830d (patch) | |
tree | 24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/catch22 | |
parent | fe13cedf8c09fa34d5cec4e4c624738095176625 (diff) |
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/catch22')
-rw-r--r-- | keyboards/catch22/catch22.c | 18 | ||||
-rw-r--r-- | keyboards/catch22/catch22.h | 33 | ||||
-rw-r--r-- | keyboards/catch22/config.h | 44 | ||||
-rw-r--r-- | keyboards/catch22/info.json | 14 | ||||
-rw-r--r-- | keyboards/catch22/keymaps/default/keymap.c | 21 | ||||
-rw-r--r-- | keyboards/catch22/readme.md | 17 | ||||
-rw-r--r-- | keyboards/catch22/rules.mk | 18 |
7 files changed, 0 insertions, 165 deletions
diff --git a/keyboards/catch22/catch22.c b/keyboards/catch22/catch22.c deleted file mode 100644 index 11a983936e..0000000000 --- a/keyboards/catch22/catch22.c +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2018 QMK Community - -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 "catch22.h" diff --git a/keyboards/catch22/catch22.h b/keyboards/catch22/catch22.h deleted file mode 100644 index 6eefb9cd51..0000000000 --- a/keyboards/catch22/catch22.h +++ /dev/null @@ -1,33 +0,0 @@ -/* -Copyright 2018 QMK Community - -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( \ - K01, K02, K03, K04, \ - K11, K12, K13, K14, \ -K20, K21, K22, K23, K24, \ -K30, K31, K32, K33, K34, \ - K41, K42, K43, K44 \ -) { \ - { KC_NO, K01, K02, K03, K04 }, \ - { KC_NO, K11, K12, K13, K14 }, \ - { K20, K21, K22, K23, K24 }, \ - { K30, K31, K32, K33, K34 }, \ - { KC_NO, K41, K42, K43, K44 }, \ -} diff --git a/keyboards/catch22/config.h b/keyboards/catch22/config.h deleted file mode 100644 index 94be3c3451..0000000000 --- a/keyboards/catch22/config.h +++ /dev/null @@ -1,44 +0,0 @@ -/* -Copyright 2018 QMK Contributors - -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 5 -#define MATRIX_COLS 5 - -/* key matrix pins */ -#define MATRIX_ROW_PINS { B6, B2, B3, B1, F7 } -#define MATRIX_COL_PINS { B5, B4, E6, D7, C6 } - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - -/* Set 0 if debouncing isn't needed */ -// #define DEBOUNCE 0 - -/* key combination for command */ -#define IS_COMMAND() ( \ - false \ -) - -#ifdef RGBLIGHT_ENABLE -#define RGB_DI_PIN F6 -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 6 -#endif diff --git a/keyboards/catch22/info.json b/keyboards/catch22/info.json deleted file mode 100644 index c77a0f5394..0000000000 --- a/keyboards/catch22/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "keyboard_name": "Catch22 Hotswap Macropad", - "manufacturer": "rockydbull", - "usb": { - "vid": "0xFEED", - "pid": "0xCA22", - "device_version": "0.0.1" - }, - "layouts": { - "LAYOUT": { - "layout": [{"label":"A", "x":1, "y":0}, {"label":"B", "x":2, "y":0}, {"label":"C", "x":3, "y":0}, {"label":"D", "x":4, "y":0}, {"label":"E", "x":1, "y":1}, {"label":"F", "x":2, "y":1}, {"label":"G", "x":3, "y":1}, {"label":"H", "x":4, "y":1}, {"label":"I", "x":0, "y":2}, {"label":"J", "x":1, "y":2}, {"label":"K", "x":2, "y":2}, {"label":"L", "x":3, "y":2}, {"label":"M", "x":4, "y":2}, {"label":"1", "x":0, "y":3, "h":2}, {"label":"N", "x":1, "y":3}, {"label":"O", "x":2, "y":3}, {"label":"P", "x":3, "y":3}, {"label":"Q", "x":4, "y":3}, {"label":"R", "x":1, "y":4}, {"label":"S", "x":2, "y":4}, {"label":"T", "x":3, "y":4}, {"label":"U", "x":4, "y":4}] - } - } -} diff --git a/keyboards/catch22/keymaps/default/keymap.c b/keyboards/catch22/keymaps/default/keymap.c deleted file mode 100644 index 9985ef5838..0000000000 --- a/keyboards/catch22/keymaps/default/keymap.c +++ /dev/null @@ -1,21 +0,0 @@ -#include QMK_KEYBOARD_H - -#define _BASE 0 -#define _FN 1 - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { -[_BASE] = LAYOUT( /* Base */ - KC_NLCK, KC_PSLS, KC_PAST, KC_BSPC, - KC_P7, KC_P8, KC_P9, KC_PEQL, - MO(_FN), KC_P4, KC_P5, KC_P6, KC_PPLS, - KC_PENT, KC_P1, KC_P2, KC_P3, KC_PMNS, - KC_SPC, KC_P0, KC_PDOT, KC_TAB -), -[_FN] = LAYOUT( - RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUI, - _______, _______, _______, _______, - _______, _______, _______, _______, _______, - KC_2, _______, _______, _______, _______, - _______, _______, _______, _______ -), -}; diff --git a/keyboards/catch22/readme.md b/keyboards/catch22/readme.md deleted file mode 100644 index 8d4a22398f..0000000000 --- a/keyboards/catch22/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# Catch 22 Budget Hotswap Macropad - -GB by /u/rockydbull run in July 2018, PCB designed with help from /u/Kilgarah. - -Designed to be a budget project board to enjoy hotswapping/switch testing/macro making fun. The board is controlled by a pro micro clone made famous by other projects like the lets split, iris, and nyquist and allows for full QMK implementation. Each Catch22 kit will contain: - - * 2 pcbs (one to solder to and one to be a base)(green color) - * 1 pcb material switch plate( green color) with cut out for pcb mount cherry stabilizers - * 40 throughhole diodes (22 for the pcb and the remaining as extras in case you lose one and to use to make the pro micro removeable without desoldering) - * 22 Kailh hotswap sockets - * 1 smd reset button - * 1 dip socket to mount between the pcb and pro micro if you choose to make it removeable without desoldering - * 5 (12mm) m2 standoffs - * 10 m2 screws - * Genuine Cherry pcb mount 2u stabilizer - * 4 rubber bumpons - * Pro Micro is included in kit diff --git a/keyboards/catch22/rules.mk b/keyboards/catch22/rules.mk deleted file mode 100644 index b5f690c805..0000000000 --- a/keyboards/catch22/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled -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. |