From 9581289745736ce068a1040f44cec37a2ca8830d Mon Sep 17 00:00:00 2001 From: lokher Date: Tue, 13 Sep 2022 11:24:05 +0800 Subject: Remove non-Keychron keyboards --- keyboards/mechwild/bde/config.h | 26 --- keyboards/mechwild/bde/info.json | 31 --- keyboards/mechwild/bde/lefty/info.json | 77 ------- .../mechwild/bde/lefty/keymaps/default/config.h | 23 -- .../mechwild/bde/lefty/keymaps/default/keymap.c | 55 ----- .../mechwild/bde/lefty/keymaps/default/rules.mk | 9 - .../mechwild/bde/lefty/keymaps/fancy/config.h | 22 -- .../mechwild/bde/lefty/keymaps/fancy/keymap.c | 121 ---------- .../mechwild/bde/lefty/keymaps/fancy/rules.mk | 2 - keyboards/mechwild/bde/lefty/keymaps/via/config.h | 22 -- keyboards/mechwild/bde/lefty/keymaps/via/keymap.c | 56 ----- keyboards/mechwild/bde/lefty/keymaps/via/rules.mk | 2 - keyboards/mechwild/bde/lefty/rules.mk | 1 - keyboards/mechwild/bde/lib/rev2.c | 244 --------------------- keyboards/mechwild/bde/readme.md | 33 --- keyboards/mechwild/bde/rev2/config.h | 27 --- keyboards/mechwild/bde/rev2/info.json | 72 ------ .../mechwild/bde/rev2/keymaps/default/keymap.c | 69 ------ .../mechwild/bde/rev2/keymaps/default/rules.mk | 13 -- keyboards/mechwild/bde/rev2/keymaps/via/config.h | 22 -- keyboards/mechwild/bde/rev2/keymaps/via/keymap.c | 68 ------ keyboards/mechwild/bde/rev2/keymaps/via/rules.mk | 3 - keyboards/mechwild/bde/rev2/rev2.c | 81 ------- keyboards/mechwild/bde/rev2/rev2.h | 18 -- keyboards/mechwild/bde/rev2/rules.mk | 3 - keyboards/mechwild/bde/righty/info.json | 77 ------- .../mechwild/bde/righty/keymaps/default/config.h | 23 -- .../mechwild/bde/righty/keymaps/default/keymap.c | 55 ----- .../mechwild/bde/righty/keymaps/default/rules.mk | 9 - keyboards/mechwild/bde/righty/keymaps/via/config.h | 23 -- keyboards/mechwild/bde/righty/keymaps/via/keymap.c | 55 ----- keyboards/mechwild/bde/righty/keymaps/via/rules.mk | 2 - keyboards/mechwild/bde/righty/rules.mk | 1 - keyboards/mechwild/bde/rules.mk | 1 - 34 files changed, 1346 deletions(-) delete mode 100644 keyboards/mechwild/bde/config.h delete mode 100644 keyboards/mechwild/bde/info.json delete mode 100644 keyboards/mechwild/bde/lefty/info.json delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/default/config.h delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/default/keymap.c delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/default/rules.mk delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/fancy/config.h delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/fancy/keymap.c delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/fancy/rules.mk delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/via/config.h delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/via/keymap.c delete mode 100644 keyboards/mechwild/bde/lefty/keymaps/via/rules.mk delete mode 100644 keyboards/mechwild/bde/lefty/rules.mk delete mode 100644 keyboards/mechwild/bde/lib/rev2.c delete mode 100644 keyboards/mechwild/bde/readme.md delete mode 100644 keyboards/mechwild/bde/rev2/config.h delete mode 100644 keyboards/mechwild/bde/rev2/info.json delete mode 100644 keyboards/mechwild/bde/rev2/keymaps/default/keymap.c delete mode 100644 keyboards/mechwild/bde/rev2/keymaps/default/rules.mk delete mode 100644 keyboards/mechwild/bde/rev2/keymaps/via/config.h delete mode 100644 keyboards/mechwild/bde/rev2/keymaps/via/keymap.c delete mode 100644 keyboards/mechwild/bde/rev2/keymaps/via/rules.mk delete mode 100644 keyboards/mechwild/bde/rev2/rev2.c delete mode 100644 keyboards/mechwild/bde/rev2/rev2.h delete mode 100644 keyboards/mechwild/bde/rev2/rules.mk delete mode 100644 keyboards/mechwild/bde/righty/info.json delete mode 100644 keyboards/mechwild/bde/righty/keymaps/default/config.h delete mode 100644 keyboards/mechwild/bde/righty/keymaps/default/keymap.c delete mode 100644 keyboards/mechwild/bde/righty/keymaps/default/rules.mk delete mode 100644 keyboards/mechwild/bde/righty/keymaps/via/config.h delete mode 100644 keyboards/mechwild/bde/righty/keymaps/via/keymap.c delete mode 100644 keyboards/mechwild/bde/righty/keymaps/via/rules.mk delete mode 100644 keyboards/mechwild/bde/righty/rules.mk delete mode 100644 keyboards/mechwild/bde/rules.mk (limited to 'keyboards/mechwild/bde') diff --git a/keyboards/mechwild/bde/config.h b/keyboards/mechwild/bde/config.h deleted file mode 100644 index ad54af1aa8..0000000000 --- a/keyboards/mechwild/bde/config.h +++ /dev/null @@ -1,26 +0,0 @@ -/* -Copyright 2022 Kyle McCreery - -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 . -*/ - -#pragma once - -#include "config_common.h" - -/* 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 diff --git a/keyboards/mechwild/bde/info.json b/keyboards/mechwild/bde/info.json deleted file mode 100644 index 0177b4c949..0000000000 --- a/keyboards/mechwild/bde/info.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "manufacturer": "MechWild", - "url": "mechwild.com", - "maintainer": "kylemccreery", - "usb": { - "vid": "0x6D77" - }, - "debounce": 5, - "build": { - "lto": true - }, - "features": { - "bootmagic": true, - "command": false, - "console": false, - "debug": false, - "extrakey": true, - "mousekey": true, - "rgblight": true, - "nkro": true - }, - "development_board": "promicro", - "rgblight": { - "sleep": true, - "max_brightness": 255 - }, - "tapping": { - "tap_keycode_delay": 10, - "tap_capslock_delay": 10 - } -} diff --git a/keyboards/mechwild/bde/lefty/info.json b/keyboards/mechwild/bde/lefty/info.json deleted file mode 100644 index 5aa4ac1e80..0000000000 --- a/keyboards/mechwild/bde/lefty/info.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "keyboard_name": "BDE Lefty", - "usb": { - "pid": "0x1701", - "device_version": "2.0.3" - }, - "matrix_pins": { - "rows": ["D1", "D7", "D3"], - "cols": ["F7", "B1", "B6", "B2", "B3", "F6", "F5", "F4", "D0", "D4", "C6", "E6", "B5", "B4"] - }, - "diode_direction": "ROW2COL", - "rgblight": { - "led_count": 16, - "pin": "D2", - "animations": { - "alternating": true, - "breathing": true, - "christmas": true, - "knight": true, - "rainbow_mood": true, - "rainbow_swirl": true, - "rgb_test": true, - "snake": true, - "static_gradient": true, - "twinkle": true - } - }, - "layouts": { - "LAYOUT": { - "layout": [ - { "matrix": [0, 0], "label":"7", "x":0, "y":0 }, - { "matrix": [0, 1], "label":"8", "x":1, "y":0 }, - { "matrix": [0, 2], "label":"9", "x":2, "y":0 }, - { "matrix": [0, 3], "label":"0", "x":3, "y":0 }, - { "matrix": [0, 4], "label":"Q", "x":4, "y":0 }, - { "matrix": [0, 5], "label":"W", "x":5, "y":0 }, - { "matrix": [0, 6], "label":"E", "x":6, "y":0 }, - { "matrix": [0, 7], "label":"R", "x":7, "y":0 }, - { "matrix": [0, 8], "label":"T", "x":8, "y":0 }, - { "matrix": [0, 9], "label":"Y", "x":9, "y":0 }, - { "matrix": [0, 10], "label":"U", "x":10, "y":0 }, - { "matrix": [0, 11], "label":"I", "x":11, "y":0 }, - { "matrix": [0, 12], "label":"O", "x":12, "y":0 }, - { "matrix": [0, 13], "label":"P", "x":13, "y":0 }, - - { "matrix": [1, 0], "label":"4", "x":0, "y":1 }, - { "matrix": [1, 1], "label":"5", "x":1, "y":1 }, - { "matrix": [1, 2], "label":"6", "x":2, "y":1 }, - { "matrix": [1, 3], "label":"Enter", "x":3, "y":1, "h":2 }, - { "matrix": [1, 4], "label":"A", "x":4, "y":1 }, - { "matrix": [1, 5], "label":"S", "x":5, "y":1 }, - { "matrix": [1, 6], "label":"D", "x":6, "y":1 }, - { "matrix": [1, 7], "label":"F", "x":7, "y":1 }, - { "matrix": [1, 8], "label":"G", "x":8, "y":1 }, - { "matrix": [1, 9], "label":"H", "x":9, "y":1 }, - { "matrix": [1, 10], "label":"J", "x":10, "y":1 }, - { "matrix": [1, 11], "label":"K", "x":11, "y":1 }, - { "matrix": [1, 12], "label":"L", "x":12, "y":1 }, - { "matrix": [1, 13], "label":"Esc", "x":13, "y":1 }, - - { "matrix": [2, 0], "label":"1", "x":0, "y":2 }, - { "matrix": [2, 1], "label":"2", "x":1, "y":2 }, - { "matrix": [2, 2], "label":"3", "x":2, "y":2 }, - { "matrix": [2, 4], "label":"Z", "x":4, "y":2 }, - { "matrix": [2, 5], "label":"X", "x":5, "y":2 }, - { "matrix": [2, 6], "label":"C", "x":6, "y":2 }, - { "matrix": [2, 7], "label":"V", "x":7, "y":2 }, - { "matrix": [2, 8], "label":"Back", "x":8, "y":2 }, - { "matrix": [2, 9], "label":"Space", "x":9, "y":2 }, - { "matrix": [2, 10], "label":"B", "x":10, "y":2 }, - { "matrix": [2, 11], "label":"N", "x":11, "y":2 }, - { "matrix": [2, 12], "label":"M", "x":12, "y":2 }, - { "matrix": [2, 13], "label":"Shift", "x":13, "y":2 } - ] - } - } -} diff --git a/keyboards/mechwild/bde/lefty/keymaps/default/config.h b/keyboards/mechwild/bde/lefty/keymaps/default/config.h deleted file mode 100644 index 5c2d15a006..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/default/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - -#pragma once -/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/ -#define IGNORE_MOD_TAP_INTERRUPT - -/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/ -#define TAPPING_TERM 250 - diff --git a/keyboards/mechwild/bde/lefty/keymaps/default/keymap.c b/keyboards/mechwild/bde/lefty/keymaps/default/keymap.c deleted file mode 100644 index 804c29824c..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/default/keymap.c +++ /dev/null @@ -1,55 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - - -#include QMK_KEYBOARD_H - -#define FN1_SPC LT(1, KC_SPC) -#define FN2_BSPC LT(2, KC_BSPC) -#define FN3_B LT(3, KC_B) -#define CTL_Z CTL_T(KC_Z) -#define ALT_X ALT_T(KC_X) -#define ALT_N ALGR_T(KC_N) -#define CTL_M RCTL_T(KC_M) -#define SFT_ENT RSFT_T(KC_ENT) -#define WIN_C LGUI_T(KC_C) - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - [0] = LAYOUT( - KC_7, KC_8, KC_9, KC_0, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, - KC_4, KC_5, KC_6, SFT_ENT, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ESC, - KC_1, KC_2, KC_3, CTL_Z, ALT_X, WIN_C, KC_V, FN2_BSPC, FN1_SPC, FN3_B, ALT_N, CTL_M, SFT_ENT - ), - - [1] = LAYOUT( - KC_F7, KC_F8, KC_F9, KC_F10, _______, _______, _______, QK_BOOT, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, - KC_F4, KC_F5, KC_F6, KC_TAB, _______, _______, _______, _______, _______, KC_COMM, KC_DOT, KC_SLSH, KC_SCLN, KC_QUOT, - KC_F1, KC_F2, KC_F3, _______, _______, KC_LGUI, _______, KC_DEL, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT - ), - - [2] = LAYOUT( - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LABK, KC_RABK, KC_QUES, KC_COLN, KC_DQUO, - KC_F11, KC_F12, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_HOME, KC_PGDN, KC_PGUP, KC_END - ), - - [3] = LAYOUT( - RGB_M_G, RGB_M_T, _______, RGB_M_P, RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, _______, _______, _______, _______, _______, - RGB_M_SN, RGB_M_K, RGB_M_X, RGB_TOG, RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD, _______, _______, _______, _______, _______, _______, - RGB_M_B, RGB_M_R, RGB_M_SW, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ) - -}; diff --git a/keyboards/mechwild/bde/lefty/keymaps/default/rules.mk b/keyboards/mechwild/bde/lefty/keymaps/default/rules.mk deleted file mode 100644 index a4c9ac387a..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/default/rules.mk +++ /dev/null @@ -1,9 +0,0 @@ -# If you are using a custom Pro Micro-compatible dev board (Elite-C, Sea-Micro, etc) -# you may need to uncomment and modify this BOOTLOADER setting to use the correct -# bootloader. (e.g. Elite-Cs use "atmel-dfu", not "caterina".) -# -# See the QMK docs for more information: -# https://docs.qmk.fm/#/flashing -# https://docs.qmk.fm/#/driver_installation_zadig?id=list-of-known-bootloaders - -# BOOTLOADER = caterina diff --git a/keyboards/mechwild/bde/lefty/keymaps/fancy/config.h b/keyboards/mechwild/bde/lefty/keymaps/fancy/config.h deleted file mode 100644 index 8476c8ccd6..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/fancy/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - -#pragma once -/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/ -#define IGNORE_MOD_TAP_INTERRUPT - -/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/ -#define TAPPING_TERM 250 diff --git a/keyboards/mechwild/bde/lefty/keymaps/fancy/keymap.c b/keyboards/mechwild/bde/lefty/keymaps/fancy/keymap.c deleted file mode 100644 index 3240dbdfb2..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/fancy/keymap.c +++ /dev/null @@ -1,121 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - - -#include QMK_KEYBOARD_H - - -#define FN1_SPC LT(1, KC_SPC) -#define FN2_BSPC LT(2, KC_BSPC) -#define FN3_B LT(3, KC_B) -#define CTL_Z CTL_T(KC_Z) -#define ALT_X ALT_T(KC_X) -#define ALT_N ALGR_T(KC_N) -#define CTL_M RCTL_T(KC_M) -#define SFT_ENT RSFT_T(KC_ENT) -#define WIN_C LGUI_T(KC_C) - -typedef struct { - bool is_press_action; - uint8_t state; -} tap; - -enum { - SINGLE_TAP = 1, - SINGLE_HOLD, - DOUBLE_TAP -}; - -// Tap dance enums -enum { - left_enter, -}; - -uint8_t cur_dance(qk_tap_dance_state_t *state); -void left_enter_finished(qk_tap_dance_state_t *state, void *user_data); -void left_enter_reset(qk_tap_dance_state_t *state, void *user_data); - - - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - [0] = LAYOUT( - KC_7, KC_8, KC_9, KC_0, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, - KC_4, KC_5, KC_6, TD(left_enter), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ESC, - KC_1, KC_2, KC_3, CTL_Z, ALT_X, WIN_C, KC_V, FN2_BSPC, FN1_SPC, FN3_B, ALT_N, CTL_M, SFT_ENT - ), - - [1] = LAYOUT( - KC_F7, KC_F8, KC_F9, KC_F10, _______, _______, _______, QK_BOOT, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, - KC_F4, KC_F5, KC_F6, KC_TAB, _______, _______, _______, _______, _______, KC_COMM, KC_DOT, KC_SLSH, KC_SCLN, KC_QUOT, - KC_F1, KC_F2, KC_F3, _______, _______, KC_LGUI, _______, KC_DEL, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT - ), - - [2] = LAYOUT( - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LABK, KC_RABK, KC_QUES, KC_COLN, KC_DQUO, - KC_F11, KC_F12, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_HOME, KC_PGDN, KC_PGUP, KC_END - ), - -[3] = LAYOUT( - RGB_M_G, RGB_M_T, _______, RGB_M_P, RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, _______, _______, _______, _______, _______, - RGB_M_SN, RGB_M_K, RGB_M_X, RGB_TOG, RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD, _______, _______, _______, _______, _______, _______, - RGB_M_B, RGB_M_R, RGB_M_SW, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ) - -}; - - -uint8_t cur_dance(qk_tap_dance_state_t *state) { - if (state->count == 1) { - if (state->interrupted || !state->pressed) return SINGLE_TAP; - // Key has not been interrupted, but the key is still held. Means you want to send a 'HOLD'. - else return SINGLE_HOLD; - } else return DOUBLE_TAP; - //} else if (state->count >= 2) { - // return DOUBLE_TAP; - //}else return 8; // Magic number. At some point this method will expand to work for more presses -} - -static tap left_enter_tap_state = { - .is_press_action = true, - .state = 0 -}; - -void left_enter_finished(qk_tap_dance_state_t *state, void *user_data) { - left_enter_tap_state.state = cur_dance(state); - switch (left_enter_tap_state.state) { - //case SINGLE_TAP: register_code(KC_ENT); break; - case SINGLE_HOLD: register_code(KC_LSFT); break; - case DOUBLE_TAP: register_code(KC_ENT); break; - } -} - -void left_enter_reset(qk_tap_dance_state_t *state, void *user_data) { - switch (left_enter_tap_state.state) { - //case SINGLE_TAP: unregister_code(KC_ENT); break; - case SINGLE_HOLD: unregister_code(KC_LSFT); break; - case DOUBLE_TAP: unregister_code(KC_ENT); break; - } - left_enter_tap_state.state = 0; -} - -qk_tap_dance_action_t tap_dance_actions[] = { - [left_enter] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, left_enter_finished, left_enter_reset) -}; - - - diff --git a/keyboards/mechwild/bde/lefty/keymaps/fancy/rules.mk b/keyboards/mechwild/bde/lefty/keymaps/fancy/rules.mk deleted file mode 100644 index 9a56408f8e..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/fancy/rules.mk +++ /dev/null @@ -1,2 +0,0 @@ -TAP_DANCE_ENABLE = yes - diff --git a/keyboards/mechwild/bde/lefty/keymaps/via/config.h b/keyboards/mechwild/bde/lefty/keymaps/via/config.h deleted file mode 100644 index 8476c8ccd6..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/via/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - -#pragma once -/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/ -#define IGNORE_MOD_TAP_INTERRUPT - -/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/ -#define TAPPING_TERM 250 diff --git a/keyboards/mechwild/bde/lefty/keymaps/via/keymap.c b/keyboards/mechwild/bde/lefty/keymaps/via/keymap.c deleted file mode 100644 index 722062935a..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/via/keymap.c +++ /dev/null @@ -1,56 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - - -#include QMK_KEYBOARD_H - -#define FN1_SPC LT(1, KC_SPC) -#define FN2_BSPC LT(2, KC_BSPC) -#define FN3_B LT(3, KC_B) -#define CTL_Z CTL_T(KC_Z) -#define ALT_X ALT_T(KC_X) -#define ALT_N ALGR_T(KC_N) -#define CTL_M RCTL_T(KC_M) -#define SFT_ENT RSFT_T(KC_ENT) -#define WIN_C LGUI_T(KC_C) - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - [0] = LAYOUT( - KC_7, KC_8, KC_9, KC_0, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, - KC_4, KC_5, KC_6, SFT_ENT, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ESC, - KC_1, KC_2, KC_3, CTL_Z, ALT_X, WIN_C, KC_V, FN2_BSPC, FN1_SPC, FN3_B, ALT_N, CTL_M, SFT_ENT - ), - - [1] = LAYOUT( - KC_F7, KC_F8, KC_F9, KC_F10, _______, _______, _______, QK_BOOT, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, - KC_F4, KC_F5, KC_F6, KC_TAB, _______, _______, _______, _______, _______, KC_COMM, KC_DOT, KC_SLSH, KC_SCLN, KC_QUOT, - KC_F1, KC_F2, KC_F3, _______, _______, KC_LGUI, _______, KC_DEL, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT - ), - - [2] = LAYOUT( - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, - _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_LABK, KC_RABK, KC_QUES, KC_COLN, KC_DQUO, - KC_F11, KC_F12, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_HOME, KC_PGDN, KC_PGUP, KC_END - ), - - [3] = LAYOUT( - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ) - -}; diff --git a/keyboards/mechwild/bde/lefty/keymaps/via/rules.mk b/keyboards/mechwild/bde/lefty/keymaps/via/rules.mk deleted file mode 100644 index 16d33cd89f..0000000000 --- a/keyboards/mechwild/bde/lefty/keymaps/via/rules.mk +++ /dev/null @@ -1,2 +0,0 @@ -VIA_ENABLE = yes - diff --git a/keyboards/mechwild/bde/lefty/rules.mk b/keyboards/mechwild/bde/lefty/rules.mk deleted file mode 100644 index 6e7633bfe0..0000000000 --- a/keyboards/mechwild/bde/lefty/rules.mk +++ /dev/null @@ -1 +0,0 @@ -# This file intentionally left blank diff --git a/keyboards/mechwild/bde/lib/rev2.c b/keyboards/mechwild/bde/lib/rev2.c deleted file mode 100644 index d2a7720117..0000000000 --- a/keyboards/mechwild/bde/lib/rev2.c +++ /dev/null @@ -1,244 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - -#include "progmem.h" - -const unsigned char font[] PROGMEM = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, - 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, - 0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, - 0x18, 0x3C, 0x7E, 0x3C, 0x18, 0x00, - 0x1C, 0x57, 0x7D, 0x57, 0x1C, 0x00, - 0x1C, 0x5E, 0x7F, 0x5E, 0x1C, 0x00, - 0x00, 0x18, 0x3C, 0x18, 0x00, 0x00, - 0xFF, 0xE7, 0xC3, 0xE7, 0xFF, 0x00, - 0x00, 0x18, 0x24, 0x18, 0x00, 0x00, - 0xFF, 0xE7, 0xDB, 0xE7, 0xFF, 0x00, - 0x30, 0x48, 0x3A, 0x06, 0x0E, 0x00, - 0x26, 0x29, 0x79, 0x29, 0x26, 0x00, - 0x40, 0x7F, 0x05, 0x05, 0x07, 0x00, - 0x40, 0x7F, 0x05, 0x25, 0x3F, 0x00, - 0x5A, 0x3C, 0xE7, 0x3C, 0x5A, 0x00, - 0x7F, 0x3E, 0x1C, 0x1C, 0x08, 0x00, - 0x08, 0x1C, 0x1C, 0x3E, 0x7F, 0x00, - 0x14, 0x22, 0x7F, 0x22, 0x14, 0x00, - 0x5F, 0x5F, 0x00, 0x5F, 0x5F, 0x00, - 0x06, 0x09, 0x7F, 0x01, 0x7F, 0x00, - 0x00, 0x66, 0x89, 0x95, 0x6A, 0x00, - 0x60, 0x60, 0x60, 0x60, 0x60, 0x00, - 0x94, 0xA2, 0xFF, 0xA2, 0x94, 0x00, - 0x08, 0x04, 0x7E, 0x04, 0x08, 0x00, - 0x10, 0x20, 0x7E, 0x20, 0x10, 0x00, - 0x08, 0x08, 0x2A, 0x1C, 0x08, 0x00, - 0x08, 0x1C, 0x2A, 0x08, 0x08, 0x00, - 0x1E, 0x10, 0x10, 0x10, 0x10, 0x00, - 0x0C, 0x1E, 0x0C, 0x1E, 0x0C, 0x00, - 0x30, 0x38, 0x3E, 0x38, 0x30, 0x00, - 0x06, 0x0E, 0x3E, 0x0E, 0x06, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x5F, 0x00, 0x00, 0x00, - 0x00, 0x07, 0x00, 0x07, 0x00, 0x00, - 0x14, 0x7F, 0x14, 0x7F, 0x14, 0x00, - 0x24, 0x2A, 0x7F, 0x2A, 0x12, 0x00, - 0x23, 0x13, 0x08, 0x64, 0x62, 0x00, - 0x36, 0x49, 0x56, 0x20, 0x50, 0x00, - 0x00, 0x08, 0x07, 0x03, 0x00, 0x00, - 0x00, 0x1C, 0x22, 0x41, 0x00, 0x00, - 0x00, 0x41, 0x22, 0x1C, 0x00, 0x00, - 0x2A, 0x1C, 0x7F, 0x1C, 0x2A, 0x00, - 0x08, 0x08, 0x3E, 0x08, 0x08, 0x00, - 0x00, 0x80, 0x70, 0x30, 0x00, 0x00, - 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, - 0x00, 0x00, 0x60, 0x60, 0x00, 0x00, - 0x20, 0x10, 0x08, 0x04, 0x02, 0x00, - 0x3E, 0x51, 0x49, 0x45, 0x3E, 0x00, - 0x00, 0x42, 0x7F, 0x40, 0x00, 0x00, - 0x72, 0x49, 0x49, 0x49, 0x46, 0x00, - 0x21, 0x41, 0x49, 0x4D, 0x33, 0x00, - 0x18, 0x14, 0x12, 0x7F, 0x10, 0x00, - 0x27, 0x45, 0x45, 0x45, 0x39, 0x00, - 0x3C, 0x4A, 0x49, 0x49, 0x31, 0x00, - 0x41, 0x21, 0x11, 0x09, 0x07, 0x00, - 0x36, 0x49, 0x49, 0x49, 0x36, 0x00, - 0x46, 0x49, 0x49, 0x29, 0x1E, 0x00, - 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, - 0x00, 0x40, 0x34, 0x00, 0x00, 0x00, - 0x00, 0x08, 0x14, 0x22, 0x41, 0x00, - 0x14, 0x14, 0x14, 0x14, 0x14, 0x00, - 0x00, 0x41, 0x22, 0x14, 0x08, 0x00, - 0x02, 0x01, 0x59, 0x09, 0x06, 0x00, - 0x3E, 0x41, 0x5D, 0x59, 0x4E, 0x00, - 0x7C, 0x12, 0x11, 0x12, 0x7C, 0x00, - 0x7F, 0x49, 0x49, 0x49, 0x36, 0x00, - 0x3E, 0x41, 0x41, 0x41, 0x22, 0x00, - 0x7F, 0x41, 0x41, 0x41, 0x3E, 0x00, - 0x7F, 0x49, 0x49, 0x49, 0x41, 0x00, - 0x7F, 0x09, 0x09, 0x09, 0x01, 0x00, - 0x3E, 0x41, 0x41, 0x51, 0x73, 0x00, - 0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00, - 0x00, 0x41, 0x7F, 0x41, 0x00, 0x00, - 0x20, 0x40, 0x41, 0x3F, 0x01, 0x00, - 0x7F, 0x08, 0x14, 0x22, 0x41, 0x00, - 0x7F, 0x40, 0x40, 0x40, 0x40, 0x00, - 0x7F, 0x02, 0x1C, 0x02, 0x7F, 0x00, - 0x7F, 0x04, 0x08, 0x10, 0x7F, 0x00, - 0x3E, 0x41, 0x41, 0x41, 0x3E, 0x00, - 0x7F, 0x09, 0x09, 0x09, 0x06, 0x00, - 0x3E, 0x41, 0x51, 0x21, 0x5E, 0x00, - 0x7F, 0x09, 0x19, 0x29, 0x46, 0x00, - 0x26, 0x49, 0x49, 0x49, 0x32, 0x00, - 0x03, 0x01, 0x7F, 0x01, 0x03, 0x00, - 0x3F, 0x40, 0x40, 0x40, 0x3F, 0x00, - 0x1F, 0x20, 0x40, 0x20, 0x1F, 0x00, - 0x3F, 0x40, 0x38, 0x40, 0x3F, 0x00, - 0x63, 0x14, 0x08, 0x14, 0x63, 0x00, - 0x03, 0x04, 0x78, 0x04, 0x03, 0x00, - 0x61, 0x59, 0x49, 0x4D, 0x43, 0x00, - 0x00, 0x7F, 0x41, 0x41, 0x41, 0x00, - 0x02, 0x04, 0x08, 0x10, 0x20, 0x00, - 0x00, 0x41, 0x41, 0x41, 0x7F, 0x00, - 0x04, 0x02, 0x01, 0x02, 0x04, 0x00, - 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, - 0x00, 0x03, 0x07, 0x08, 0x00, 0x00, - 0x20, 0x54, 0x54, 0x78, 0x40, 0x00, - 0x7F, 0x28, 0x44, 0x44, 0x38, 0x00, - 0x38, 0x44, 0x44, 0x44, 0x28, 0x00, - 0x38, 0x44, 0x44, 0x28, 0x7E, 0x00, - 0x38, 0x54, 0x54, 0x54, 0x18, 0x00, - 0x00, 0x08, 0x7E, 0x09, 0x02, 0x00, - 0x18, 0x24, 0x24, 0x1C, 0x78, 0x00, - 0x7F, 0x08, 0x04, 0x04, 0x78, 0x00, - 0x00, 0x44, 0x7D, 0x40, 0x00, 0x00, - 0x20, 0x40, 0x40, 0x3D, 0x00, 0x00, - 0x7F, 0x10, 0x28, 0x44, 0x00, 0x00, - 0x00, 0x41, 0x7F, 0x40, 0x00, 0x00, - 0x7C, 0x04, 0x78, 0x04, 0x78, 0x00, - 0x7C, 0x08, 0x04, 0x04, 0x78, 0x00, - 0x38, 0x44, 0x44, 0x44, 0x38, 0x00, - 0x7C, 0x18, 0x24, 0x24, 0x18, 0x00, - 0x18, 0x24, 0x24, 0x18, 0x7C, 0x00, - 0x7C, 0x08, 0x04, 0x04, 0x08, 0x00, - 0x48, 0x54, 0x54, 0x54, 0x24, 0x00, - 0x04, 0x04, 0x3F, 0x44, 0x24, 0x00, - 0x3C, 0x40, 0x40, 0x20, 0x7C, 0x00, - 0x1C, 0x20, 0x40, 0x20, 0x1C, 0x00, - 0x3C, 0x40, 0x30, 0x40, 0x3C, 0x00, - 0x44, 0x28, 0x10, 0x28, 0x44, 0x00, - 0x4C, 0x90, 0x90, 0x90, 0x7C, 0x00, - 0x44, 0x64, 0x54, 0x4C, 0x44, 0x00, - 0x00, 0x08, 0x36, 0x41, 0x00, 0x00, - 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, - 0x00, 0x41, 0x36, 0x08, 0x00, 0x00, - 0x02, 0x01, 0x02, 0x04, 0x02, 0x00, - 0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, - 0x00, 0x00, 0x00, 0xE0, 0xFE, 0xFF, - 0xFE, 0xF8, 0xC0, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xE0, 0xFC, 0xFF, 0xFE, - 0xF0, 0xC0, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x01, 0x3E, - 0xE0, 0x80, 0x70, 0x0E, 0x01, 0x00, - 0x00, 0x00, 0x00, 0x07, 0x3C, 0xE0, - 0x80, 0x78, 0x07, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0xE0, 0xFE, 0xFF, - 0xFE, 0xF8, 0xC0, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xE0, 0xFC, 0xFF, 0xFE, - 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x01, 0x3E, 0xE0, 0x80, 0x70, 0x0E, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x07, - 0x3C, 0xE0, 0x80, 0x78, 0x07, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xF8, 0xFF, 0xFF, 0x1F, - 0x07, 0x1F, 0xFF, 0xFE, 0xF0, 0xC0, - 0xF8, 0xFF, 0xF7, 0x07, 0x07, 0x7F, - 0xFF, 0xFF, 0xF8, 0x00, 0xC0, 0x38, - 0x0C, 0x18, 0x60, 0x80, 0x00, 0x00, - 0x00, 0xF0, 0x0C, 0x04, 0xF4, 0x1C, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x80, 0xC0, 0xFC, 0xE6, 0xC3, 0xC1, - 0xC1, 0xC3, 0xE6, 0xFC, 0xC0, 0x80, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0xF8, 0xFF, 0xF7, 0x07, - 0x07, 0x1F, 0xFF, 0xFE, 0xF0, 0xC0, - 0xF8, 0x3F, 0x8F, 0x0F, 0x3F, 0xFF, - 0xFF, 0xFE, 0x80, 0xF0, 0x0C, 0x04, - 0xF4, 0x1C, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x1F, 0x1F, 0x1F, 0x07, 0x00, - 0x00, 0x00, 0x00, 0x03, 0x1F, 0x1F, - 0x0F, 0x01, 0x03, 0x06, 0xF8, 0x00, - 0x07, 0x7F, 0x3F, 0x0E, 0xC1, 0x38, - 0x07, 0x0E, 0x70, 0x83, 0x1C, 0x60, - 0x1E, 0x03, 0xC0, 0x3E, 0x01, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x3F, 0x7F, 0xFF, 0xFF, 0xF9, 0xC0, - 0xC0, 0xF9, 0xFF, 0xFF, 0x7F, 0x3F, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x1F, 0x1F, 0x1F, 0x07, 0x06, - 0xF8, 0x00, 0x00, 0x73, 0x3F, 0x0F, - 0xC1, 0x38, 0x07, 0x0F, 0x70, 0x83, - 0x07, 0x7F, 0x1F, 0x03, 0xC0, 0x3E, - 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -}; diff --git a/keyboards/mechwild/bde/readme.md b/keyboards/mechwild/bde/readme.md deleted file mode 100644 index 623903b4e7..0000000000 --- a/keyboards/mechwild/bde/readme.md +++ /dev/null @@ -1,33 +0,0 @@ -# BIG DILL EXTENDED - -![BIG DILL EXTENDED](https://i.imgur.com/hraQxsRh.png) - -A 42 key keyboard. - -* Keyboard Maintainer: [Kyle McCreery](https://github.com/kylemccreery) -* Hardware Supported: BDE Rev1 v2.3, BDE Rev2 v1.1 -* Hardware Availability: [BIG DILL EXTENDED on MechWild](https://mechwild.com/product/big-dill-extended-bde/) - -Make example for this keyboard (after setting up your build environment): - - make mechwild/bde:default - -Flashing example for this keyboard: - - make mechwild/bde: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). - -## Bootloader - -Enter the bootloader in 3 ways: - -* **Bootmagic reset**: Hold down the top left key and plug in the keyboard. This will also clear EEPROM, so it is a good first step if the keyboard is misbehaving. -* **Physical reset**: Press the 6x6mm button on the underside of the keyboard. On Rev1, it is above the Pro Micro; on Rev2, it is below the OLED. -* **Keycode in layout**: Press the key mapped to `QK_BOOT`. In the pre-supplied keymaps it is on the second layer, replacing the R key. - -As a Pro Micro-compatible board, the BDE defines `caterina` as its bootloader by default. Many popular Pro Micro alternatives like the Elite-C, Bit-C, Sea-Micro, Puchi-C etc should be flashed with a different bootloader such as `atmel-dfu`. - -**If the incorrect bootloader is specified, bootmagic reset and the `QK_BOOT` keycode will not work**. - -To avoid this problem, set the correct bootloader in your custom keymap's `rules.mk` file before compiling, or flash using an appropriate target (e.g. `make mechwild/bde:default:dfu`). See [flashing instructions and bootloader information](https://docs.qmk.fm/#/flashing) for more details. diff --git a/keyboards/mechwild/bde/rev2/config.h b/keyboards/mechwild/bde/rev2/config.h deleted file mode 100644 index 3d045762ca..0000000000 --- a/keyboards/mechwild/bde/rev2/config.h +++ /dev/null @@ -1,27 +0,0 @@ -/* -Copyright 2022 Kyle McCreery - -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 . -*/ - -#pragma once - -/* Encoder pins */ -#define ENCODERS_PAD_A { D2 } -#define ENCODERS_PAD_B { D3 } - -/* Encoder resolution */ -#define ENCODER_RESOLUTION 4 - -#define OLED_FONT_H "keyboards/mechwild/bde/lib/rev2.c" diff --git a/keyboards/mechwild/bde/rev2/info.json b/keyboards/mechwild/bde/rev2/info.json deleted file mode 100644 index 29ddb0e017..0000000000 --- a/keyboards/mechwild/bde/rev2/info.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "keyboard_name": "BDE Rev2", - "usb": { - "pid": "0x170A", - "device_version": "1.0.1" - }, - "matrix_pins": { - "rows":[ "C6", "D7", "B4", "D4", "E6", "B2" ], - "cols": ["B3", "B1", "F7", "F6", "F5", "F4", "B5" ] - }, - "diode_direction": "COL2ROW", - "rgblight": { - "led_count": 8, - "pin": "B6", - "animations": { - "rainbow_swirl": true - }, - "hue_steps": 8, - "saturation_steps": 8, - "brightness_steps": 8 - }, - "layouts": { - "LAYOUT": { - "layout": [ - { "matrix": [0, 0], "label":"Q", "x":0, "y":0}, - { "matrix": [0, 1], "label":"W", "x":1, "y":0}, - { "matrix": [0, 2], "label":"E", "x":2, "y":0}, - { "matrix": [0, 3], "label":"R", "x":3, "y":0}, - { "matrix": [0, 4], "label":"T", "x":4, "y":0}, - { "matrix": [0, 5], "label":"Y", "x":5, "y":0}, - { "matrix": [0, 6], "label":"U", "x":6, "y":0}, - { "matrix": [3, 6], "label":"I", "x":7, "y":0}, - { "matrix": [3, 5], "label":"O", "x":8, "y":0}, - { "matrix": [3, 4], "label":"P", "x":9, "y":0}, - { "matrix": [3, 3], "label":"7", "x":10, "y":0}, - { "matrix": [3, 2], "label":"8", "x":11, "y":0}, - { "matrix": [3, 1], "label":"9", "x":12, "y":0}, - { "matrix": [3, 0], "label":"Mute", "x":13, "y":0}, - - { "matrix": [1, 0], "label":"A", "x":0, "y":1}, - { "matrix": [1, 1], "label":"S", "x":1, "y":1}, - { "matrix": [1, 2], "label":"D", "x":2, "y":1}, - { "matrix": [1, 3], "label":"F", "x":3, "y":1}, - { "matrix": [1, 4], "label":"G", "x":4, "y":1}, - { "matrix": [1, 5], "label":"H", "x":5, "y":1}, - { "matrix": [1, 6], "label":"J", "x":6, "y":1}, - { "matrix": [4, 6], "label":"K", "x":7, "y":1}, - { "matrix": [4, 5], "label":"L", "x":8, "y":1}, - { "matrix": [4, 4], "label":"Esc", "x":9, "y":1}, - { "matrix": [4, 3], "label":"4", "x":10, "y":1}, - { "matrix": [4, 2], "label":"5", "x":11, "y":1}, - { "matrix": [4, 1], "label":"6", "x":12, "y":1}, - { "matrix": [4, 0], "label":"0", "x":13, "y":1}, - - { "matrix": [2, 0], "label":"Z", "x":0, "y":2}, - { "matrix": [2, 1], "label":"X", "x":1, "y":2}, - { "matrix": [2, 2], "label":"C", "x":2, "y":2}, - { "matrix": [2, 3], "label":"V", "x":3, "y":2}, - { "matrix": [2, 4], "label":"Back", "x":4, "y":2}, - { "matrix": [2, 5], "label":"Space", "x":5, "y":2}, - { "matrix": [2, 6], "label":"B", "x":6, "y":2}, - { "matrix": [5, 6], "label":"N", "x":7, "y":2}, - { "matrix": [5, 5], "label":"M", "x":8, "y":2}, - { "matrix": [5, 4], "label":"Enter", "x":9, "y":2}, - { "matrix": [5, 3], "label":"1", "x":10, "y":2}, - { "matrix": [5, 2], "label":"2", "x":11, "y":2}, - { "matrix": [5, 1], "label":"3", "x":12, "y":2}, - { "matrix": [5, 0], "label":"EQL", "x":13, "y":2} - ] - } - } -} diff --git a/keyboards/mechwild/bde/rev2/keymaps/default/keymap.c b/keyboards/mechwild/bde/rev2/keymaps/default/keymap.c deleted file mode 100644 index 375dc25ae2..0000000000 --- a/keyboards/mechwild/bde/rev2/keymaps/default/keymap.c +++ /dev/null @@ -1,69 +0,0 @@ -/* Copyright 2022 Kyle McCreery - * - * 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 . - */ - - -#include QMK_KEYBOARD_H - -#define FN1_BSPC LT(1, KC_BSPC) -#define FN2_SPC LT(2, KC_SPC) -#define FN3_B LT(3, KC_B) -#define CTL_Z CTL_T(KC_Z) -#define ALT_X ALT_T(KC_X) -#define ALT_N ALGR_T(KC_N) -#define CTL_M RCTL_T(KC_M) -#define SFT_ENT RSFT_T(KC_ENT) -#define WIN_C LGUI_T(KC_C) - -enum layer_names { - _BASE, - _FN1, - _FN2, - _FN3 -}; - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - [_BASE] = LAYOUT( - KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_P7, KC_P8, KC_P9, KC_MUTE, - KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ESC, KC_P4, KC_P5, KC_P6, KC_P0, - CTL_Z, ALT_X, WIN_C, KC_V, FN1_BSPC, FN2_SPC, FN3_B, ALT_N, CTL_M, SFT_ENT, KC_P1, KC_P2, KC_P3, KC_MINS - ), - [_FN1] = LAYOUT( - _______, _______, _______, QK_BOOT, _______, _______, KC_PSCR, KC_LBRC, KC_RBRC, KC_BSLS, KC_7, KC_8, KC_9, KC_NLCK, - _______, _______, _______, _______, _______, _______, _______, KC_GRV, KC_SCLN, KC_QUOT, KC_4, KC_5, KC_6, KC_0, - _______, _______, _______, _______, _______, KC_TAB, KC_LGUI, KC_COMM, KC_DOT, KC_SLSH, KC_1, KC_2, KC_3, KC_EQL - ), - [_FN2] = LAYOUT( - _______, _______, _______, _______, _______, _______, _______, KC_LCBR, KC_RCBR, KC_PIPE, KC_AMPR, KC_ASTR, KC_LPRN, KC_CLCK, - _______, _______, _______, _______, _______, _______, _______, KC_TILD, KC_COLN, KC_DQUO, KC_DLR, KC_PERC, KC_CIRC, KC_RPRN, - _______, _______, _______, _______, KC_DEL, _______, _______, KC_LABK, KC_RABK, KC_QUES, KC_EXLM, KC_AT, KC_HASH, KC_PLUS - ), - [_FN3] = LAYOUT( - KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ - ) - -}; - -// If you are not using an encoder, remember to set ENCODER_ENABLE and ENCODER_MAP_ENABLE to no in rules.mk. -#ifdef ENCODER_MAP_ENABLE - const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = { - [_BASE] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, - [_FN1] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, - [_FN2] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, - [_FN3] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, - }; -#endif diff --git a/keyboards/mechwild/bde/rev2/keymaps/default/rules.mk b/keyboards/mechwild/bde/rev2/keymaps/default/rules.mk deleted file mode 100644 index d976f24919..0000000000 --- a/keyboards/mechwild/bde/rev2/keymaps/default/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# If you are using a custom Pro Micro-compatible dev board (Elite-C, Sea-Micro, etc) -# you may need to uncomment and modify this BOOTLOADER setting to use the correct -# bootloader. (e.g. Elite-Cs use "atmel-dfu", not "caterina".) -# -# See the QMK docs for more information: -# https://docs.qmk.fm/#/flashing -# https://docs.qmk.fm/#/driver_installation_zadig?id=list-of-known-bootloaders - -# BOOTLOADER = caterina - -# If you are not using an encoder, set these options to no. -ENCODER_ENABLE = yes -ENCODER_MAP_ENABLE = yes diff --git a/keyboards/mechwild/bde/rev2/keymaps/via/config.h b/keyboards/mechwild/bde/rev2/keymaps/via/config.h deleted file mode 100644 index d09385ca5d..0000000000 --- a/keyboards/mechwild/bde/rev2/keymaps/via/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2022 Kyle McCreery - * - * 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 . - */ - -#pragma once -/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/ -#define IGNORE_MOD_TAP_INTERRUPT - -/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/ -#define TAPPING_TERM 250 diff --git a/keyboards/mechwild/bde/rev2/keymaps/via/keymap.c b/keyboards/mechwild/bde/rev2/keymaps/via/keymap.c deleted file mode 100644 index 8ce001cff8..0000000000 --- a/keyboards/mechwild/bde/rev2/keymaps/via/keymap.c +++ /dev/null @@ -1,68 +0,0 @@ -/* Copyright 2022 Kyle McCreery - * - * 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 . - */ - - -#include QMK_KEYBOARD_H - -#define FN1_BSPC LT(1, KC_BSPC) -#define FN2_SPC LT(2, KC_SPC) -#define FN3_B LT(3, KC_B) -#define CTL_Z CTL_T(KC_Z) -#define ALT_X ALT_T(KC_X) -#define ALT_N ALGR_T(KC_N) -#define CTL_M RCTL_T(KC_M) -#define SFT_ENT RSFT_T(KC_ENT) -#define WIN_C LGUI_T(KC_C) - -enum layer_names { - _BASE, - _FN1, - _FN2, - _FN3 -}; - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - [_BASE] = LAYOUT( - KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_P7, KC_P8, KC_P9, KC_MUTE, - KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ESC, KC_P4, KC_P5, KC_P6, KC_P0, - CTL_Z, ALT_X, WIN_C, KC_V, FN1_BSPC, FN2_SPC, FN3_B, ALT_N, CTL_M, SFT_ENT, KC_P1, KC_P2, KC_P3, KC_MINS - ), - [_FN1] = LAYOUT( - _______, _______, _______, QK_BOOT, _______, _______, KC_PSCR, KC_LBRC, KC_RBRC, KC_BSLS, KC_7, KC_8, KC_9, KC_NLCK, - _______, _______, _______, _______, _______, _______, _______, KC_GRV, KC_SCLN, KC_QUOT, KC_4, KC_5, KC_6, KC_0, - _______, _______, _______, _______, _______, KC_TAB, KC_LGUI, KC_COMM, KC_DOT, KC_SLSH, KC_1, KC_2, KC_3, KC_EQL - ), - [_FN2] = LAYOUT( - _______, _______, _______, _______, _______, _______, _______, KC_LCBR, KC_RCBR, KC_PIPE, KC_AMPR, KC_ASTR, KC_LPRN, KC_CLCK, - _______, _______, _______, _______, _______, _______, _______, KC_TILD, KC_COLN, KC_DQUO, KC_DLR, KC_PERC, KC_CIRC, KC_RPRN, - _______, _______, _______, _______, KC_DEL, _______, _______, KC_LABK, KC_RABK, KC_QUES, KC_EXLM, KC_AT, KC_HASH, KC_PLUS - ), - [_FN3] = LAYOUT( - 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_TOG, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD - ) - -}; - -#ifdef ENCODER_MAP_ENABLE - const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = { - [_BASE] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, - [_FN1] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, - [_FN2] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, - [_FN3] = { ENCODER_CCW_CW(KC_TRNS, KC_TRNS) }, - }; -#endif diff --git a/keyboards/mechwild/bde/rev2/keymaps/via/rules.mk b/keyboards/mechwild/bde/rev2/keymaps/via/rules.mk deleted file mode 100644 index 9ff50262fb..0000000000 --- a/keyboards/mechwild/bde/rev2/keymaps/via/rules.mk +++ /dev/null @@ -1,3 +0,0 @@ -VIA_ENABLE = yes -ENCODER_ENABLE = yes -ENCODER_MAP_ENABLE = yes diff --git a/keyboards/mechwild/bde/rev2/rev2.c b/keyboards/mechwild/bde/rev2/rev2.c deleted file mode 100644 index 3dae312e2b..0000000000 --- a/keyboards/mechwild/bde/rev2/rev2.c +++ /dev/null @@ -1,81 +0,0 @@ -/* Copyright 2022 Kyle McCreery - * - * 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 . - */ - -#include "rev2.h" - -#ifdef ENCODER_ENABLE -bool encoder_update_kb(uint8_t index, bool clockwise) { - if (!encoder_update_user(index, clockwise)) { return false; } - switch (index) { - case 0: - if (clockwise) { - tap_code(KC_VOLU); - } else { - tap_code(KC_VOLD); - } - break; - } - return true; -} -#endif - -#ifdef OLED_ENABLE -static const char PROGMEM mw_logo[] = { - 0x8A, 0x8B, 0x8C, 0x8D, '\r', - 0xAA, 0xAB, 0xAC, 0xAD, 0xAE, - 0xCA, 0xCB, 0xCC, 0xCD, '\r', - 0x20, 0x8E, 0x8F, 0x90, 0x00}; - -oled_rotation_t oled_init_kb(oled_rotation_t rotation) { - return OLED_ROTATION_270; // flips the display 270 degrees -} - -bool oled_task_kb(void) { - if (!oled_task_user()) { - return false; - } - - oled_write_P(mw_logo, false); // Render MechWild "MW" Logo - oled_set_cursor(0,6); - - oled_write_ln_P(PSTR("Layer"), false); - - switch (get_highest_layer(layer_state)) { - case 0: - oled_write_ln_P(PSTR("Base"), false); - break; - case 1: - oled_write_ln_P(PSTR("FN 1"), false); - break; - case 2: - oled_write_ln_P(PSTR("FN 2"), false); - break; - case 3: - oled_write_ln_P(PSTR("FN 3"), false); - break; - default: - oled_write_ln_P(PSTR("Undef"), false); - } - oled_write_ln_P(PSTR(""), false); - // Host Keyboard LED Status - led_t led_state = host_keyboard_led_state(); - oled_write_ln_P(led_state.num_lock ? PSTR("NUM ") : PSTR(" "), false); - oled_write_ln_P(led_state.caps_lock ? PSTR("CAP ") : PSTR(" "), false); - oled_write_ln_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); - - return true; -} -#endif diff --git a/keyboards/mechwild/bde/rev2/rev2.h b/keyboards/mechwild/bde/rev2/rev2.h deleted file mode 100644 index bb37c7ef69..0000000000 --- a/keyboards/mechwild/bde/rev2/rev2.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2022 Kyle McCreery - * - * 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 . - */ -#pragma once - -#include "quantum.h" diff --git a/keyboards/mechwild/bde/rev2/rules.mk b/keyboards/mechwild/bde/rev2/rules.mk deleted file mode 100644 index 307b1ef797..0000000000 --- a/keyboards/mechwild/bde/rev2/rules.mk +++ /dev/null @@ -1,3 +0,0 @@ -ENCODER_ENABLE = yes # Enable encoder -OLED_ENABLE = yes # Enable OLED Screen -OLED_DRIVER = SSD1306 # Set OLED Driver diff --git a/keyboards/mechwild/bde/righty/info.json b/keyboards/mechwild/bde/righty/info.json deleted file mode 100644 index af23e6e293..0000000000 --- a/keyboards/mechwild/bde/righty/info.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "keyboard_name": "BDE Righty", - "usb": { - "pid": "0x1702", - "device_version": "2.0.3" - }, - "matrix_pins": { - "rows": ["D1", "D7", "D3"], - "cols": [ "B4", "B5", "E6", "C6", "D4", "D0", "F4", "F5", "F6", "B3", "B2", "B6", "B1", "F7"] - }, - "diode_direction": "ROW2COL", - "rgblight": { - "led_count": 16, - "pin": "D2", - "animations": { - "alternating": true, - "breathing": true, - "christmas": true, - "knight": true, - "rainbow_mood": true, - "rainbow_swirl": true, - "rgb_test": true, - "snake": true, - "static_gradient": true, - "twinkle": true - } - }, - "layouts": { - "LAYOUT": { - "layout": [ - { "matrix": [0, 0], "label":"Q", "x":0, "y":0 }, - { "matrix": [0, 1], "label":"W", "x":1, "y":0 }, - { "matrix": [0, 2], "label":"E", "x":2, "y":0 }, - { "matrix": [0, 3], "label":"R", "x":3, "y":0 }, - { "matrix": [0, 4], "label":"T", "x":4, "y":0 }, - { "matrix": [0, 5], "label":"Y", "x":5, "y":0 }, - { "matrix": [0, 6], "label":"U", "x":6, "y":0 }, - { "matrix": [0, 7], "label":"I", "x":7, "y":0 }, - { "matrix": [0, 8], "label":"O", "x":8, "y":0 }, - { "matrix": [0, 9], "label":"P", "x":9, "y":0 }, - { "matrix": [0, 10], "label":"0", "x":10, "y":0 }, - { "matrix": [0, 11], "label":"7", "x":11, "y":0 }, - { "matrix": [0, 12], "label":"8", "x":12, "y":0 }, - { "matrix": [0, 13], "label":"9", "x":13, "y":0 }, - - { "matrix": [1, 0], "label":"A", "x":0, "y":1 }, - { "matrix": [1, 1], "label":"S", "x":1, "y":1 }, - { "matrix": [1, 2], "label":"D", "x":2, "y":1 }, - { "matrix": [1, 3], "label":"F", "x":3, "y":1 }, - { "matrix": [1, 4], "label":"G", "x":4, "y":1 }, - { "matrix": [1, 5], "label":"H", "x":5, "y":1 }, - { "matrix": [1, 6], "label":"J", "x":6, "y":1 }, - { "matrix": [1, 7], "label":"K", "x":7, "y":1 }, - { "matrix": [1, 8], "label":"L", "x":8, "y":1 }, - { "matrix": [1, 9], "label":"Esc", "x":9, "y":1 }, - { "matrix": [1, 10], "label":"Enter", "x":10, "y":1 , "h":2 }, - { "matrix": [1, 11], "label":"4", "x":11, "y":1 }, - { "matrix": [1, 12], "label":"5", "x":12, "y":1 }, - { "matrix": [1, 13], "label":"6", "x":13, "y":1 }, - - { "matrix": [2, 0], "label":"Z", "x":0, "y":2 }, - { "matrix": [2, 1], "label":"X", "x":1, "y":2 }, - { "matrix": [2, 2], "label":"C", "x":2, "y":2 }, - { "matrix": [2, 3], "label":"V", "x":3, "y":2 }, - { "matrix": [2, 4], "label":"Back", "x":4, "y":2 }, - { "matrix": [2, 5], "label":"Space", "x":5, "y":2 }, - { "matrix": [2, 6], "label":"B", "x":6, "y":2 }, - { "matrix": [2, 7], "label":"N", "x":7, "y":2 }, - { "matrix": [2, 8], "label":"M", "x":8, "y":2 }, - { "matrix": [2, 9], "label":"Esc", "x":9, "y":2 }, - { "matrix": [2, 11], "label":"1", "x":11, "y":2 }, - { "matrix": [2, 12], "label":"2", "x":12, "y":2 }, - { "matrix": [2, 13], "label":"3", "x":13, "y":2 } - ] - } - } -} diff --git a/keyboards/mechwild/bde/righty/keymaps/default/config.h b/keyboards/mechwild/bde/righty/keymaps/default/config.h deleted file mode 100644 index 5c2d15a006..0000000000 --- a/keyboards/mechwild/bde/righty/keymaps/default/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - -#pragma once -/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/ -#define IGNORE_MOD_TAP_INTERRUPT - -/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/ -#define TAPPING_TERM 250 - diff --git a/keyboards/mechwild/bde/righty/keymaps/default/keymap.c b/keyboards/mechwild/bde/righty/keymaps/default/keymap.c deleted file mode 100644 index dea0054d95..0000000000 --- a/keyboards/mechwild/bde/righty/keymaps/default/keymap.c +++ /dev/null @@ -1,55 +0,0 @@ -/* Copyright 2020 Kyle McCreery - * - * 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 . - */ - - -#include QMK_KEYBOARD_H - -#define FN1_SPC LT(1, KC_SPC) -#define FN2_BSPC LT(2, KC_BSPC) -#define FN3_B LT(3, KC_B) -#define CTL_Z CTL_T(KC_Z) -#define ALT_X ALT_T(KC_X) -#define ALT_N ALGR_T(KC_N) -#define CTL_M RCTL_T(KC_M) -#define WIN_C LGUI_T(KC_C) - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - - [0] = LAYOUT( - KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_0, KC_7, KC_8, KC_9, - KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ESC, KC_ENT, KC_4, KC_5, KC_6, - CTL_Z, ALT_X, WIN_C, KC_V, FN2_BSPC, FN1_SPC, FN3_B, ALT_N, CTL_M, KC_RSFT, KC_1, KC_2, KC_3 - ), - - [1] = LAYOUT( - _______, _______, _______, QK_BOOT, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, KC_F10, KC_F7, KC_F8, KC_F9, - _______, _______, _______, _______, _______, KC_COMM, KC_DOT, KC_SLSH, KC_SCLN, KC_QUOT, KC_TAB, KC_F4, KC_F5, KC_F6, - _______, _______, KC_LGUI, _______, KC_DEL, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_F1, KC_F2, KC_F3 - ), - - [2] = LAYOUT( - _______, _______, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, _______, _______, _______, _______, - _______, _______, _______, _______, _______, KC_LABK, KC_RABK, KC_QUES, KC_COLN, KC_DQUO, _______, _______, _______, _______, - _______, _______, _______, _______, _______, KC_PSCR, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_F11, KC_F12, _______ - ), - - [3] = LAYOUT( - RGB_HUI, RGB_SAI, RGB_VAI, RGB_MOD, _______, _______, _______, _______, _______, _______, RGB_M_P, RGB_M_G, RGB_M_T, _______, - RGB_HUD, RGB_SAD, RGB_VAD, RGB_RMOD, _______, _______, _______, _______, _______, _______, RGB_TOG, RGB_M_SN, RGB_M_K, RGB_M_X, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_M_B, RGB_M_R, RGB_M_SW - ) - -}; diff --git a/keyboards/mechwild/bde/righty/keymaps/default/rules.mk b/keyboards/mechw