From b6850bc043b1d129042f47501f0a1dc1e196f962 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 9 Apr 2019 08:58:11 -0700 Subject: remove all keyboards but ergodox and planck --- keyboards/jd40/config.h | 73 -------------------------------- keyboards/jd40/info.json | 57 ------------------------- keyboards/jd40/jd40.c | 26 ------------ keyboards/jd40/jd40.h | 57 ------------------------- keyboards/jd40/keymaps/default/keymap.c | 53 ----------------------- keyboards/jd40/keymaps/vanagon/README.md | 17 -------- keyboards/jd40/keymaps/vanagon/config.h | 13 ------ keyboards/jd40/keymaps/vanagon/keymap.c | 26 ------------ keyboards/jd40/keymaps/vanagon/rules.mk | 0 keyboards/jd40/readme.md | 14 ------ keyboards/jd40/rules.mk | 69 ------------------------------ 11 files changed, 405 deletions(-) delete mode 100644 keyboards/jd40/config.h delete mode 100644 keyboards/jd40/info.json delete mode 100644 keyboards/jd40/jd40.c delete mode 100644 keyboards/jd40/jd40.h delete mode 100644 keyboards/jd40/keymaps/default/keymap.c delete mode 100644 keyboards/jd40/keymaps/vanagon/README.md delete mode 100644 keyboards/jd40/keymaps/vanagon/config.h delete mode 100644 keyboards/jd40/keymaps/vanagon/keymap.c delete mode 100644 keyboards/jd40/keymaps/vanagon/rules.mk delete mode 100644 keyboards/jd40/readme.md delete mode 100644 keyboards/jd40/rules.mk (limited to 'keyboards/jd40') diff --git a/keyboards/jd40/config.h b/keyboards/jd40/config.h deleted file mode 100644 index 70648d2f53..0000000000 --- a/keyboards/jd40/config.h +++ /dev/null @@ -1,73 +0,0 @@ -/* -Copyright 2012 Jun Wako - -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 . -*/ - -#ifndef CONFIG_H -#define CONFIG_H - -#include "config_common.h" - -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 -#define MANUFACTURER geekhack -#define PRODUCT jd40v2 -#define DESCRIPTION t.m.k. keyboard firmware for JD40 MKII - -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 12 - -/* - * Keyboard Matrix Assignments - * - * Change this to how you wired your keyboard - * COLS: AVR pins used for columns, left to right - * ROWS: AVR pins used for rows, top to bottom - * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) - * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) - * -*/ -#define MATRIX_ROW_PINS { F0, F1, F5, B4 } -#define MATRIX_COL_PINS { F4, D7, B5, B6, C6, C7, D4, D6, D5, D0, D1, D2 } -#define UNUSED_PINS - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCING_DELAY 5 - -/* define if matrix has ghost (lacks anti-ghosting diodes) */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -#define BACKLIGHT_LEVELS 3 - -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE - -#define RGB_DI_PIN D3 -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 12 // Number of LEDs -#define RGBLIGHT_HUE_STEP 8 -#define RGBLIGHT_SAT_STEP 8 -#define RGBLIGHT_VAL_STEP 8 - -#endif diff --git a/keyboards/jd40/info.json b/keyboards/jd40/info.json deleted file mode 100644 index 4d321ee356..0000000000 --- a/keyboards/jd40/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "keyboard_name": "jd40", - "url": "", - "maintainer": "qmk", - "width": 12, - "height": 4, - "layouts": { - "LAYOUT": { - "layout": [ - { "label": "Esc", "x": 0, "y": 0 }, - { "label": "Q", "x": 1, "y": 0 }, - { "label": "W", "x": 2, "y": 0 }, - { "label": "E", "x": 3, "y": 0 }, - { "label": "R", "x": 4, "y": 0 }, - { "label": "T", "x": 5, "y": 0 }, - { "label": "Y", "x": 6, "y": 0 }, - { "label": "U", "x": 7, "y": 0 }, - { "label": "I", "x": 8, "y": 0 }, - { "label": "O", "x": 9, "y": 0 }, - { "label": "P", "x": 10, "y": 0 }, - { "label": "Back
Space", "x": 11, "y": 0 }, - { "label": "Tab", "x": 0, "y": 1, "w": 1.25 }, - { "label": "A", "x": 1.25, "y": 1 }, - { "label": "S", "x": 2.25, "y": 1 }, - { "label": "D", "x": 3.25, "y": 1 }, - { "label": "F", "x": 4.25, "y": 1 }, - { "label": "G", "x": 5.25, "y": 1 }, - { "label": "H", "x": 6.25, "y": 1 }, - { "label": "J", "x": 7.25, "y": 1 }, - { "label": "K", "x": 8.25, "y": 1 }, - { "label": "L", "x": 9.25, "y": 1 }, - { "label": "Enter", "x": 10.25, "y": 1, "w": 1.75 }, - { "label": "Shift", "x": 0, "y": 2, "w": 1.75 }, - { "label": "Z", "x": 1.75, "y": 2 }, - { "label": "X", "x": 2.75, "y": 2 }, - { "label": "C", "x": 3.75, "y": 2 }, - { "label": "V", "x": 4.75, "y": 2 }, - { "label": "B", "x": 5.75, "y": 2 }, - { "label": "N", "x": 6.75, "y": 2 }, - { "label": "M", "x": 7.75, "y": 2 }, - { "label": "<", "x": 8.75, "y": 2 }, - { "label": "Shift", "x": 9.75, "y": 2, "w": 1.25 }, - { "label": ">", "x": 11, "y": 2 }, - { "label": "Ctrl", "x": 0, "y": 3 }, - { "label": "Fn", "x": 1, "y": 3 }, - { "label": "Alt", "x": 2, "y": 3 }, - { "label": "Super", "x": 3, "y": 3, "w": 1.25 }, - { "x": 4.25, "y": 3, "w": 1.75 }, - { "x": 6, "y": 3, "w": 1.75 }, - { "label": "Menu", "x": 7.75, "y": 3, "w": 1.25 }, - { "label": "Alt", "x": 9, "y": 3 }, - { "label": "Fn2", "x": 10, "y": 3 }, - { "label": "Ctrl", "x": 11, "y": 3 } - ] - } - } -} diff --git a/keyboards/jd40/jd40.c b/keyboards/jd40/jd40.c deleted file mode 100644 index fa06356d97..0000000000 --- a/keyboards/jd40/jd40.c +++ /dev/null @@ -1,26 +0,0 @@ -#include "jd40.h" - -void led_set_kb(uint8_t usb_led) { - // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here - - - // if (usb_led & (1<