Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MNK60 #21204

Merged
merged 33 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
445b578
Added support for Christine, XT65E and Adelais
kopibeng Jul 7, 2021
76093ee
Add support for MNK88
kopibeng Sep 13, 2021
bac7998
Add support for XT8x
kopibeng Sep 13, 2021
b4fbc85
Renamed XT65E to Typ65
kopibeng Sep 13, 2021
09baee9
Revert "Renamed XT65E to Typ65"
kopibeng Sep 13, 2021
69c770d
Revert "Revert "Renamed XT65E to Typ65""
kopibeng Sep 13, 2021
f388b55
File reorganization
kopibeng Sep 14, 2021
8f6833b
Add support for MNK88
kopibeng Sep 14, 2021
f511645
Update readme.md
kopibeng Sep 15, 2021
4112e79
Update keyboards/kopibeng/mnk88/rules.mk
kopibeng Sep 15, 2021
c5b1e4f
Update keyboards/kopibeng/mnk88/rules.mk
kopibeng Sep 16, 2021
a34fe86
Fix imgur link
kopibeng Sep 16, 2021
ecc6b92
Update keyboards/kopibeng/mnk88/rules.mk
kopibeng Sep 16, 2021
4940eec
Update keyboards/kopibeng/mnk88/info.json
kopibeng Sep 16, 2021
4c8d2e8
Update info.json
kopibeng Sep 19, 2021
bffbf2f
Update keyboards/kopibeng/mnk88/info.json
kopibeng Sep 19, 2021
df95ecc
Fix info.json
kopibeng Sep 19, 2021
96fcdc3
Merge branch 'qmk:master' into master
kopibeng Sep 22, 2021
515b3f0
Merge remote-tracking branch 'upstream/master'
kopibeng Oct 30, 2021
0e43a26
Merge branch 'qmk:master' into master
kopibeng Jul 22, 2022
a28b534
Merge branch 'qmk:master' into master
kopibeng Oct 26, 2022
15be65f
Initial commit of MNK60
kopibeng Jun 10, 2023
7c3ed63
Update KC_GESC to QK_GESC
kopibeng Jun 10, 2023
e764e00
Update info.json
kopibeng Jun 10, 2023
fca1d8e
Update info.json and readme.md
kopibeng Jun 10, 2023
b16103b
Update info.json
kopibeng Jun 10, 2023
5f8348e
Update keyboards/kopibeng/mnk60/keymaps/via/keymap.c
kopibeng Jun 11, 2023
a733789
Update keyboards/kopibeng/mnk60/keymaps/default/keymap.c
kopibeng Jun 11, 2023
98dcc6e
Update keyboards/kopibeng/mnk60/info.json
kopibeng Jun 11, 2023
924f356
Update info.json
kopibeng Jun 11, 2023
2e16cdd
Update info.json
kopibeng Jun 11, 2023
7b851e6
Fix layout keys position in info.json
kopibeng Jun 18, 2023
b038974
Format info.json
kopibeng Jun 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
928 changes: 928 additions & 0 deletions keyboards/kopibeng/mnk60/info.json
kopibeng marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions keyboards/kopibeng/mnk60/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* Copyright 2023 Samuel Lu
*
* 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

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

// Default layer
[0] = LAYOUT_all(
QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(2),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, MO(2), KC_RALT, MO(1), KC_RCTL
),

// Fn1 Layer
[1] = LAYOUT_all(
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_VOLD, KC_VOLU, KC_MPLY, KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
)
};

39 changes: 39 additions & 0 deletions keyboards/kopibeng/mnk60/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* Copyright 2023 Samuel Lu
*
* 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

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

// Default layer
[0] = LAYOUT_all(
QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(2),
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, MO(2), KC_RALT, MO(1), KC_RCTL
),

// Fn1 Layer
[1] = LAYOUT_all(
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_VOLD, KC_VOLU, KC_MPLY, KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
)
};

2 changes: 2 additions & 0 deletions keyboards/kopibeng/mnk60/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
26 changes: 26 additions & 0 deletions keyboards/kopibeng/mnk60/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# MNK60

![MNK60](https://i.imgur.com/n1arBEh.png)

A QMK-powered, VIA-enabled universal 60% PCB with support for ANSI/ISO layouts, split Backspace, split Right Shift, stepped Caps Lock, 6.25U/7U bottom row, split Spacebar and RGB underglow.

* Keyboard Maintainer: [kopibeng](https://github.com/kopibeng)
* Hardware Supported: KEI
* Hardware Availability: [MONOKEI](https://monokei.co)

Make example for this keyboard (after setting up your build environment):

make kopibeng/mnk60:default

Flashing example for this keyboard:

make kopibeng/mnk60: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

* Physical reset button: Press the RESET switch on top side of PCB.
* Bootmagic reset: Unplug keyboard, hold down ESC key and plug in the keyboard.
* Keycode reset: Press the `QK_BOOT` keycode (default: MO(1) + R keys) in layout if available.
1 change: 1 addition & 0 deletions keyboards/kopibeng/mnk60/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file intentionally left blank