Skip to content

Commit

Permalink
[Keyboard] Add mk47 keyboard (qmk#19797)
Browse files Browse the repository at this point in the history
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
  • Loading branch information
7 people authored and quangd42 committed Aug 15, 2023
1 parent d36c649 commit dfbcb27
Show file tree
Hide file tree
Showing 12 changed files with 489 additions and 0 deletions.
40 changes: 40 additions & 0 deletions keyboards/inland/mk47/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* Copyright (C) 2023 jonylee@hfd
*
* 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

/* SPI Config for spi flash*/
#define SPI_DRIVER SPIDQ
#define SPI_SCK_PIN B3
#define SPI_MOSI_PIN B5
#define SPI_MISO_PIN B4

#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
#define WEAR_LEVELING_BACKING_SIZE (4 * 1024)

/* I2C Config for LED Driver */
#define DRIVER_COUNT 1
#define DRIVER_ADDR_1 0b1110100
/* WB32 MCU has no default definition */
#define I2C1_OPMODE OPMODE_I2C
#define I2C1_CLOCK_SPEED 400000

#define RGB_MATRIX_LED_COUNT 47
#define RGB_DISABLE_WHEN_USB_SUSPENDED

#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES

23 changes: 23 additions & 0 deletions keyboards/inland/mk47/halconf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* Copyright (C) 2023 jonylee@hfd
*
* 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

#define HAL_USE_I2C TRUE
#define HAL_USE_SPI TRUE
#define SPI_USE_WAIT TRUE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD

#include_next <halconf.h>
159 changes: 159 additions & 0 deletions keyboards/inland/mk47/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
{
"keyboard_name": "MK47",
"manufacturer": "Inland",
"maintainer": "jonylee@hfd",
"url":"",
"usb": {
"vid": "0xFFFE",
"pid": "0x0002",
"device_version": "0.0.1",
"force_nkro": true,
"suspend_wakeup_delay": 1000
},
"processor": "WB32FQ95",
"bootloader": "wb32-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"console": false,
"command": false,
"nkro": true,
"rgb_matrix": true
},
"matrix_pins": {
"cols": ["C1","C2","C3","A0","A1","A2","A3","A4","A5","A6","A7","C4"],
"rows": ["C6", "C7", "C8", "C9"]
},
"rgb_matrix": {
"driver": "IS31FL3733",
"max_brightness": 200,
"animations": {
"breathing": true,
"cycle_all": true,
"cycle_left_right": true,
"cycle_up_down": true,
"rainbow_moving_chevron": true,
"cycle_out_in": true,
"cycle_out_in_dual": true,
"cycle_pinwheel": true,
"cycle_spiral": true,
"dual_beacon": true,
"rainbow_beacon": true,
"raindrops": true,
"typing_heatmap": true,
"solid_reactive_simple": true,
"solid_reactive": true,
"multisplash": true
},
"layout": [
{ "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
{ "flags": 4, "matrix": [0, 1], "x": 20, "y": 0 },
{ "flags": 4, "matrix": [0, 2], "x": 41, "y": 0 },
{ "flags": 4, "matrix": [0, 3], "x": 61, "y": 0 },
{ "flags": 4, "matrix": [0, 4], "x": 81, "y": 0 },
{ "flags": 4, "matrix": [0, 5], "x": 102, "y": 0 },
{ "flags": 4, "matrix": [0, 6], "x": 122, "y": 0 },
{ "flags": 4, "matrix": [0, 7], "x": 143, "y": 0 },
{ "flags": 4, "matrix": [0, 8], "x": 163, "y": 0 },
{ "flags": 4, "matrix": [0, 9], "x": 183, "y": 0 },
{ "flags": 4, "matrix": [0, 10], "x": 204, "y": 0 },
{ "flags": 4, "matrix": [0, 11], "x": 224, "y": 0 },

{ "flags": 4, "matrix": [1, 0], "x": 0, "y": 21},
{ "flags": 4, "matrix": [1, 1], "x": 20, "y": 21},
{ "flags": 4, "matrix": [1, 2], "x": 41, "y": 21},
{ "flags": 4, "matrix": [1, 3], "x": 61, "y": 21},
{ "flags": 4, "matrix": [1, 4], "x": 81, "y": 21},
{ "flags": 4, "matrix": [1, 5], "x": 102, "y": 21},
{ "flags": 4, "matrix": [1, 6], "x": 122, "y": 21},
{ "flags": 4, "matrix": [1, 7], "x": 143, "y": 21},
{ "flags": 4, "matrix": [1, 8], "x": 163, "y": 21},
{ "flags": 4, "matrix": [1, 9], "x": 183, "y": 21},
{ "flags": 4, "matrix": [1, 10], "x": 204, "y": 21},
{ "flags": 4, "matrix": [1, 11], "x": 224, "y": 21},

{ "flags": 4, "matrix": [2, 0], "x": 0, "y": 42},
{ "flags": 4, "matrix": [2, 1], "x": 20, "y": 42},
{ "flags": 4, "matrix": [2, 2], "x": 41, "y": 42},
{ "flags": 4, "matrix": [2, 3], "x": 61, "y": 42},
{ "flags": 4, "matrix": [2, 4], "x": 81, "y": 42},
{ "flags": 4, "matrix": [2, 5], "x": 102, "y": 42},
{ "flags": 4, "matrix": [2, 6], "x": 122, "y": 42},
{ "flags": 4, "matrix": [2, 7], "x": 143, "y": 42},
{ "flags": 4, "matrix": [2, 8], "x": 163, "y": 42},
{ "flags": 4, "matrix": [2, 9], "x": 183, "y": 42},
{ "flags": 4, "matrix": [2, 10], "x": 204, "y": 42},
{ "flags": 4, "matrix": [2, 11], "x": 224, "y": 42},

{ "flags": 4, "matrix": [3, 0], "x": 0, "y": 64},
{ "flags": 1, "matrix": [3, 1], "x": 20, "y": 64},
{ "flags": 4, "matrix": [3, 2], "x": 41, "y": 64},
{ "flags": 4, "matrix": [3, 3], "x": 61, "y": 64},
{ "flags": 4, "matrix": [3, 4], "x": 81, "y": 64},
{ "flags": 4, "matrix": [3, 5], "x": 102, "y": 64},
{ "flags": 4, "matrix": [3, 7], "x": 143, "y": 64},
{ "flags": 4, "matrix": [3, 8], "x": 163, "y": 64},
{ "flags": 4, "matrix": [3, 9], "x": 183, "y": 64},
{ "flags": 4, "matrix": [3, 10], "x": 204, "y": 64},
{ "flags": 4, "matrix": [3, 11], "x": 224, "y": 64}
]
},
"diode_direction": "ROW2COL",
"layouts": {
"LAYOUT": {
"layout": [
{ "label": "Esc", "matrix": [0, 0],"x": 0, "y": 0 },
{ "label": "Q", "matrix": [0, 1], "x": 1, "y": 0 },
{ "label": "W", "matrix": [0, 2], "x": 2, "y": 0 },
{ "label": "E", "matrix": [0, 3], "x": 3, "y": 0 },
{ "label": "R", "matrix": [0, 4], "x": 4, "y": 0 },
{ "label": "T", "matrix": [0, 5], "x": 5, "y": 0 },
{ "label": "Y", "matrix": [0, 6], "x": 6, "y": 0 },
{ "label": "U", "matrix": [0, 7], "x": 7, "y": 0 },
{ "label": "I", "matrix": [0, 8], "x": 8, "y": 0 },
{ "label": "O", "matrix": [0, 9], "x": 9, "y": 0 },
{ "label": "P", "matrix": [0, 10], "x": 10, "y": 0 },
{ "label": "BackSpace", "matrix": [0, 11], "x": 11, "y": 0 },

{ "label": "Tab", "matrix": [1, 0], "x": 0, "y": 1 },
{ "label": "A", "matrix": [1, 1], "x": 1, "y": 1 },
{ "label": "S", "matrix": [1, 2], "x": 2, "y": 1 },
{ "label": "D", "matrix": [1, 3], "x": 3, "y": 1 },
{ "label": "F", "matrix": [1, 4], "x": 4, "y": 1 },
{ "label": "G", "matrix": [1, 5], "x": 5, "y": 1 },
{ "label": "H", "matrix": [1, 6], "x": 6, "y": 1 },
{ "label": "J", "matrix": [1, 7], "x": 7, "y": 1 },
{ "label": "K", "matrix": [1, 8], "x": 8, "y": 1 },
{ "label": "L", "matrix": [1, 9], "x": 9, "y": 1 },
{ "label": ":", "matrix": [1, 10], "x": 10, "y": 1 },
{ "label": "Enter", "matrix": [1, 11], "x": 11, "y": 1 },

{ "label": "Shift", "matrix": [2, 0], "x": 0, "y": 2 },
{ "label": "Z", "matrix": [2, 1], "x": 1, "y": 2 },
{ "label": "X", "matrix": [2, 2], "x": 2, "y": 2 },
{ "label": "C", "matrix": [2, 3], "x": 3, "y": 2 },
{ "label": "V", "matrix": [2, 4], "x": 4, "y": 2 },
{ "label": "B", "matrix": [2, 5], "x": 5, "y": 2 },
{ "label": "N", "matrix": [2, 6], "x": 6, "y": 2 },
{ "label": "M", "matrix": [2, 7], "x": 7, "y": 2 },
{ "label": "<", "matrix": [2, 8], "x": 8, "y": 2 },
{ "label": ">", "matrix": [2, 9], "x": 9, "y": 2 },
{ "label": "Up", "matrix": [2, 10], "x": 10, "y": 2 },
{ "label": "?", "matrix": [2, 11], "x": 11, "y": 2 },

{ "label": "Ctrl", "matrix": [3, 0], "x": 0, "y": 3 },
{ "label": "Win", "matrix": [3, 1],"x": 1, "y": 3 },
{ "label": "Alt", "matrix": [3, 2],"x": 2, "y": 3 },
{ "label": "Hyper", "matrix": [3, 3], "x": 3, "y": 3 },
{ "label": "Lower", "matrix": [3, 4], "x": 4, "y": 3 },
{ "label": "Space", "matrix": [3, 5], "w": 2, "x": 5, "y": 3 },
{ "label": "Ralse", "matrix": [3, 7], "x": 7, "y": 3 },
{ "label": "Fn", "matrix": [3, 8], "x": 8, "y": 3 },
{ "label": "Left", "matrix": [3, 9], "x": 9, "y": 3 },
{ "label": "Down", "matrix": [3, 10], "x": 10, "y": 3 },
{ "label": "Right", "matrix": [3, 11], "x": 11, "y": 3 }
]
}
}
}
41 changes: 41 additions & 0 deletions keyboards/inland/mk47/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/* Copyright (C) 2023 jonylee@hfd
*
* 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

// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = LAYOUT(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH,
KC_LCTL, MO(2), KC_LALT, KC_DEL, KC_PGDN, KC_SPC, KC_PGUP, MO(1), KC_LEFT, KC_DOWN, KC_RGHT),

[1] = LAYOUT(
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, RGB_MOD,
KC_TRNS, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MSTP, KC_MUTE, KC_MPRV, KC_MPLY, KC_MNXT, RGB_VAI, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAD, KC_TRNS),

[2] = LAYOUT(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_CAPS, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH,
KC_LCTL, KC_NO, KC_LALT, KC_DEL, KC_PGDN, KC_SPC, KC_PGUP, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT)
};
// clang-format on

40 changes: 40 additions & 0 deletions keyboards/inland/mk47/keymaps/inland/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* Copyright (C) 2023 jonylee@hfd
*
* 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

// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = LAYOUT(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH,
KC_LCTL, MO(2), KC_LALT, KC_DEL, KC_PGDN, KC_SPC, KC_PGUP, MO(1), KC_LEFT, KC_DOWN, KC_RGHT),

[1] = LAYOUT(
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, RGB_MOD,
RGB_HUI, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MSEL, KC_MUTE, KC_MPRV, KC_MPLY, KC_MNXT, RGB_VAI, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, EE_CLR, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_SPD, RGB_VAD, RGB_SPI),

[2] = LAYOUT(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_CAPS, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH,
KC_LCTL, KC_NO, KC_LALT, KC_DEL, KC_PGDN, KC_SPC, KC_PGUP, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT)
};
// clang-format on
1 change: 1 addition & 0 deletions keyboards/inland/mk47/keymaps/inland/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VIA_ENABLE = yes
41 changes: 41 additions & 0 deletions keyboards/inland/mk47/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/* Copyright (C) 2023 jonylee@hfd
*
* 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

// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = LAYOUT(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH,
KC_LCTL, MO(2), KC_LALT, KC_DEL, KC_PGDN, KC_SPC, KC_PGUP, MO(1), KC_LEFT, KC_DOWN, KC_RGHT),

[1] = LAYOUT(
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, RGB_MOD,
RGB_HUI, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MSEL, KC_MUTE, KC_MPRV, KC_MPLY, KC_MNXT, RGB_VAI, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_SPD, RGB_VAD, RGB_SPI),

[2] = LAYOUT(
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_CAPS, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH,
KC_LCTL, KC_NO, KC_LALT, KC_DEL, KC_PGDN, KC_SPC, KC_PGUP, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT)
};
// clang-format on

1 change: 1 addition & 0 deletions keyboards/inland/mk47/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VIA_ENABLE = yes
25 changes: 25 additions & 0 deletions keyboards/inland/mk47/mcuconf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* Copyright (C) 2023 jonylee@hfd
*
* 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_next <mcuconf.h>

#undef WB32_I2C_USE_I2C1
#define WB32_I2C_USE_I2C1 TRUE

#undef WB32_SPI_USE_QSPI
#define WB32_SPI_USE_QSPI TRUE

Loading

0 comments on commit dfbcb27

Please sign in to comment.