commit
60c985ac8e
@ -0,0 +1,44 @@ |
|||||||
|
/*
|
||||||
|
Copyright 2021 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" |
||||||
|
|
||||||
|
#define VENDOR_ID 0x6653 |
||||||
|
#define PRODUCT_ID 0x001A |
||||||
|
#define DEVICE_VER 0x0001 |
||||||
|
|
||||||
|
#define MANUFACTURER rhmokey |
||||||
|
#define PRODUCT MOKEY64 |
||||||
|
|
||||||
|
#define MATRIX_ROWS 5 |
||||||
|
#define MATRIX_COLS 14 |
||||||
|
|
||||||
|
#define MATRIX_ROW_PINS { A1, A2, A3, A4, A5 } |
||||||
|
#define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, B12, B13 } |
||||||
|
#define UNUSED_PINS |
||||||
|
|
||||||
|
#define DIODE_DIRECTION COL2ROW |
||||||
|
|
||||||
|
#define DEBOUNCE 5 |
||||||
|
|
||||||
|
#define RGB_DI_PIN A7 |
||||||
|
#define RGBLED_NUM 68 |
||||||
|
|
||||||
|
/* 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 |
@ -0,0 +1,79 @@ |
|||||||
|
{ |
||||||
|
"keyboard_name": "Mokey64", |
||||||
|
"url": "", |
||||||
|
"maintainer": "mokey", |
||||||
|
"layouts": { |
||||||
|
"LAYOUT": { |
||||||
|
"layout": [ |
||||||
|
{"label":"k00", "x":0, "y":0}, |
||||||
|
{"label":"k01", "x":1, "y":0}, |
||||||
|
{"label":"k02", "x":2, "y":0}, |
||||||
|
{"label":"k03", "x":3, "y":0}, |
||||||
|
{"label":"k04", "x":4, "y":0}, |
||||||
|
{"label":"k05", "x":5, "y":0}, |
||||||
|
{"label":"k06", "x":6, "y":0}, |
||||||
|
{"label":"k07", "x":7, "y":0}, |
||||||
|
{"label":"k08", "x":8, "y":0}, |
||||||
|
{"label":"k09", "x":9, "y":0}, |
||||||
|
{"label":"k0a", "x":10, "y":0}, |
||||||
|
{"label":"k0b", "x":11, "y":0}, |
||||||
|
{"label":"k0c", "x":12, "y":0}, |
||||||
|
{"label":"k0d", "x":13, "y":0, "w":2}, |
||||||
|
|
||||||
|
{"label":"k10", "x":0, "y":1, "w":1.5}, |
||||||
|
{"label":"k11", "x":1.5, "y":1}, |
||||||
|
{"label":"k12", "x":2.5, "y":1}, |
||||||
|
{"label":"k13", "x":3.5, "y":1}, |
||||||
|
{"label":"k14", "x":4.5, "y":1}, |
||||||
|
{"label":"k15", "x":5.5, "y":1}, |
||||||
|
{"label":"k16", "x":6.5, "y":1}, |
||||||
|
{"label":"k17", "x":7.5, "y":1}, |
||||||
|
{"label":"k18", "x":8.5, "y":1}, |
||||||
|
{"label":"k19", "x":9.5, "y":1}, |
||||||
|
{"label":"k1a", "x":10.5, "y":1}, |
||||||
|
{"label":"k1b", "x":11.5, "y":1}, |
||||||
|
{"label":"k1c", "x":12.5, "y":1}, |
||||||
|
{"label":"k1d", "x":13.5, "y":1, "w":1.5}, |
||||||
|
|
||||||
|
{"label":"k20", "x":0, "y":2, "w":1.75}, |
||||||
|
{"label":"k21", "x":1.75, "y":2}, |
||||||
|
{"label":"k22", "x":2.75, "y":2}, |
||||||
|
{"label":"k23", "x":3.75, "y":2}, |
||||||
|
{"label":"k24", "x":4.75, "y":2}, |
||||||
|
{"label":"k25", "x":5.75, "y":2}, |
||||||
|
{"label":"k26", "x":6.75, "y":2}, |
||||||
|
{"label":"k27", "x":7.75, "y":2}, |
||||||
|
{"label":"k28", "x":8.75, "y":2}, |
||||||
|
{"label":"k29", "x":9.75, "y":2}, |
||||||
|
{"label":"k2a", "x":10.75, "y":2}, |
||||||
|
{"label":"k2b", "x":11.75, "y":2}, |
||||||
|
{"label":"k2c", "x":12.75, "y":2, "w":2.25}, |
||||||
|
|
||||||
|
{"label":"k30", "x":0, "y":3, "w":2}, |
||||||
|
{"label":"k31", "x":2, "y":3}, |
||||||
|
{"label":"k32", "x":3, "y":3}, |
||||||
|
{"label":"k33", "x":4, "y":3}, |
||||||
|
{"label":"k34", "x":5, "y":3}, |
||||||
|
{"label":"k35", "x":6, "y":3}, |
||||||
|
{"label":"k36", "x":7, "y":3}, |
||||||
|
{"label":"k37", "x":8, "y":3}, |
||||||
|
{"label":"k38", "x":9, "y":3}, |
||||||
|
{"label":"k39", "x":10, "y":3}, |
||||||
|
{"label":"k3a", "x":11, "y":3}, |
||||||
|
{"label":"k3b", "x":12, "y":3}, |
||||||
|
{"label":"k3c", "x":13, "y":3}, |
||||||
|
{"label":"k3d", "x":14, "y":3}, |
||||||
|
|
||||||
|
{"label":"k40", "x":0, "y":4, "w":1.25}, |
||||||
|
{"label":"k41", "x":1.25, "y":4, "w":1.25}, |
||||||
|
{"label":"k42", "x":2.5, "y":4, "w":1.25}, |
||||||
|
{"label":"k43", "x":3.75, "y":4, "w":6.25}, |
||||||
|
{"label":"k44", "x":10, "y":4}, |
||||||
|
{"label":"k45", "x":11, "y":4}, |
||||||
|
{"label":"k46", "x":12, "y":4}, |
||||||
|
{"label":"k47", "x":13, "y":4}, |
||||||
|
{"label":"k48", "x":14, "y":4} |
||||||
|
] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,32 @@ |
|||||||
|
/* Copyright 2021 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 |
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
||||||
|
LAYOUT( |
||||||
|
/*0 1 2 3 4 5 6 7 8 9 a b c d*/ |
||||||
|
KC_ESC, 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_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_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_DEL, |
||||||
|
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_GRV, KC_LEFT, KC_DOWN, KC_RGHT |
||||||
|
) |
||||||
|
}; |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,29 @@ |
|||||||
|
/* Copyright 2021 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 |
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
||||||
|
|
||||||
|
LAYOUT( |
||||||
|
/*0 1 2 3 4 5 6 7 8 9 a b c d*/ |
||||||
|
KC_ESC, 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_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_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_DEL, |
||||||
|
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_GRV, KC_LEFT, KC_DOWN, KC_RGHT) |
||||||
|
|
||||||
|
}; |
@ -0,0 +1 @@ |
|||||||
|
VIA_ENABLE = yes
|
@ -0,0 +1,17 @@ |
|||||||
|
/* Copyright 2021 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 "mokey64.h" |
@ -0,0 +1,48 @@ |
|||||||
|
/* Copyright 2021 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 "quantum.h" |
||||||
|
|
||||||
|
#define XXX KC_NO |
||||||
|
|
||||||
|
/*
|
||||||
|
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ |
||||||
|
* │00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0a │0b │0c │0d │ |
||||||
|
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ |
||||||
|
* │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1a │1b │1c │1d │ |
||||||
|
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ |
||||||
|
* │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2a │2b │2c │ |
||||||
|
* ├──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬───┬───┤ |
||||||
|
* │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3a │3b │3c │3d │ |
||||||
|
* ├────┬──┴─┬─┴──┬┴───┴───┴───┴───┴───┴───┼───┼───┼───┼───┼───┤ |
||||||
|
* │40 │41 │42 │ 43 │44 │45 │46 │47 │48 │ |
||||||
|
* └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┘ |
||||||
|
*/ |
||||||
|
#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, k2a, k2b, k2c, \
|
||||||
|
k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d, \
|
||||||
|
k40, k41, k42, k43, k44, k45, k46, k47, k48 \
|
||||||
|
) { \
|
||||||
|
{ 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, k2a, k2b, k2c, XXX }, \
|
||||||
|
{ k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d }, \
|
||||||
|
{ k40, k41, k42, k43, k44, k45, k46, k47, k48, XXX, XXX, XXX, XXX, XXX } \
|
||||||
|
} |
@ -0,0 +1,21 @@ |
|||||||
|
# MOKEY 64 |
||||||
|
|
||||||
|
 |
||||||
|
|
||||||
|
Support STM32F401 keyboard. |
||||||
|
|
||||||
|
* Keyboard Maintainer: [rhmokey](https://github.com/rhmokey) |
||||||
|
* Hardware Supported: STM32F401 |
||||||
|
## Bootloader |
||||||
|
* **Physical reset button**: Short press the button on the back of the PCB to enter the Bootloader and flash the firmware |
||||||
|
|
||||||
|
|
||||||
|
Make example for this keyboard (after setting up your build environment): |
||||||
|
|
||||||
|
make mokey/mokey64:default |
||||||
|
|
||||||
|
Flashing example for this keyboard: |
||||||
|
|
||||||
|
make mokey/mokey64: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). |
@ -0,0 +1,24 @@ |
|||||||
|
# MCU name
|
||||||
|
MCU = STM32F401
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
|
# Build Options
|
||||||
|
# change yes to no to disable
|
||||||
|
#
|
||||||
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
||||||
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||||
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
|
KEYBOARD_SHARED_EP = yes
|
||||||
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
||||||
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||||
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
||||||
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
||||||
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||||
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||||
|
BLUETOOTH_ENABLE = no # Enable Bluetooth
|
||||||
|
AUDIO_ENABLE = no # Audio output
|
||||||
|
|
Loading…
Reference in new issue