[Keyboard] mechwild/bde cleanup and refactor (#18149)
This commit is contained in:
@@ -1,46 +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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 3
|
||||
#define MATRIX_COLS 14
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { D1, D7, D3}
|
||||
#define MATRIX_COL_PINS { B4, B5, E6, C6, D4, D0, F4, F5, F6, B6, B3, B2, B1, F7}
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* If RGBLIGHT_ENABLE is set to yes in the rules, ensure the RGBLED_NUM is accurate for how many you have attached. */
|
||||
#define RGB_DI_PIN D2
|
||||
#define RGBLED_NUM 16
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
#define DEBOUNCE 5
|
||||
|
||||
/* 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
|
||||
|
@@ -3,5 +3,75 @@
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -14,4 +14,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "bde.h"
|
||||
#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
|
||||
|
55
keyboards/mechwild/bde/righty/keymaps/default/keymap.c
Normal file
55
keyboards/mechwild/bde/righty/keymaps/default/keymap.c
Normal file
@@ -0,0 +1,55 @@
|
||||
/* 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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#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
|
||||
)
|
||||
|
||||
};
|
9
keyboards/mechwild/bde/righty/keymaps/default/rules.mk
Normal file
9
keyboards/mechwild/bde/righty/keymaps/default/rules.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
@@ -14,17 +14,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#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
|
||||
|
||||
#include "quantum.h"
|
||||
/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define TAPPING_TERM 250
|
||||
|
||||
#define LAYOUT( \
|
||||
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D , \
|
||||
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D , \
|
||||
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2B, K2C, K2D \
|
||||
) { \
|
||||
{K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D}, \
|
||||
{K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D}, \
|
||||
{K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, KC_NO, K2B, K2C, K2D} \
|
||||
}
|
55
keyboards/mechwild/bde/righty/keymaps/via/keymap.c
Normal file
55
keyboards/mechwild/bde/righty/keymaps/via/keymap.c
Normal file
@@ -0,0 +1,55 @@
|
||||
/* 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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#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
|
||||
)
|
||||
|
||||
};
|
2
keyboards/mechwild/bde/righty/keymaps/via/rules.mk
Normal file
2
keyboards/mechwild/bde/righty/keymaps/via/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
VIA_ENABLE = yes
|
||||
|
1
keyboards/mechwild/bde/righty/rules.mk
Normal file
1
keyboards/mechwild/bde/righty/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
# This file intentionally left blank
|
Reference in New Issue
Block a user