forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Drop + Ryloo Studio "Hello" M0110. (qmk#11050)
- Loading branch information
1 parent
eaa8c18
commit 33802ab
Showing
7 changed files
with
496 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
/* | ||
Copyright 2020 newtonapple | ||
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" | ||
|
||
/* USB Device descriptor parameter */ | ||
#define VENDOR_ID 0x614D | ||
#define PRODUCT_ID 0x1000 | ||
#define DEVICE_VER 0x0001 | ||
#define MANUFACTURER Ryloo studio | ||
#define PRODUCT M0110 | ||
|
||
/* key matrix size */ | ||
#define MATRIX_ROWS 5 | ||
#define MATRIX_COLS 15 | ||
|
||
/* key matrix pins */ | ||
#define MATRIX_ROW_PINS { D0, D1, D2, D3, D5 } | ||
#define MATRIX_COL_PINS { F0, F1, E6, C7, C6, B6, D4, B1, F7, B5, B4, D7, D6, B3, B2 } | ||
#define UNUSED_PINS | ||
|
||
/* COL2ROW or ROW2COL */ | ||
#define DIODE_DIRECTION COL2ROW | ||
|
||
/* number of backlight levels */ | ||
#define BACKLIGHT_PIN B7 | ||
#ifdef BACKLIGHT_PIN | ||
# define BACKLIGHT_LEVELS 5 | ||
#endif | ||
|
||
/* 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 | ||
|
||
#define RGB_DI_PIN E2 | ||
#ifdef RGB_DI_PIN | ||
# define RGBLIGHT_ANIMATIONS | ||
# define RGBLED_NUM 18 | ||
# define RGBLIGHT_HUE_STEP 8 | ||
# define RGBLIGHT_SAT_STEP 8 | ||
# define RGBLIGHT_VAL_STEP 8 | ||
# define RGBLIGHT_LIMIT_VAL 123 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
{ | ||
"keyboard_name": "M0110", | ||
"url": "https://drop.com/buy/ryloo-studio-hello-m0110-mechanical-keyboard-kit", | ||
"maintainer": "qmk", | ||
"width": 15, | ||
"height": 5, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"x": 0, "y": 0}, | ||
{"x": 1, "y": 0}, | ||
{"x": 2, "y": 0}, | ||
{"x": 3, "y": 0}, | ||
{"x": 4, "y": 0}, | ||
{"x": 5, "y": 0}, | ||
{"x": 6, "y": 0}, | ||
{"x": 7, "y": 0}, | ||
{"x": 8, "y": 0}, | ||
{"x": 9, "y": 0}, | ||
{"x": 10, "y": 0}, | ||
{"x": 11, "y": 0}, | ||
{"x": 12, "y": 0}, | ||
{"x": 13, "y": 0}, | ||
{"x": 14, "y": 0}, | ||
|
||
{"x": 0, "y": 1, "w": 1.5}, | ||
{"x": 1.5, "y": 1}, | ||
{"x": 2.5, "y": 1}, | ||
{"x": 3.5, "y": 1}, | ||
{"x": 4.5, "y": 1}, | ||
{"x": 5.5, "y": 1}, | ||
{"x": 6.5, "y": 1}, | ||
{"x": 7.5, "y": 1}, | ||
{"x": 8.5, "y": 1}, | ||
{"x": 9.5, "y": 1}, | ||
{"x": 10.5, "y": 1}, | ||
{"x": 11.5, "y": 1}, | ||
{"x": 12.5, "y": 1}, | ||
{"x": 13.5, "y": 1, "w": 1.5}, | ||
|
||
{"x": 0, "y": 2, "w": 1.75}, | ||
{"x": 1.75, "y": 2}, | ||
{"x": 2.75, "y": 2}, | ||
{"x": 3.75, "y": 2}, | ||
{"x": 4.75, "y": 2}, | ||
{"x": 5.75, "y": 2}, | ||
{"x": 6.75, "y": 2}, | ||
{"x": 7.75, "y": 2}, | ||
{"x": 8.75, "y": 2}, | ||
{"x": 9.75, "y": 2}, | ||
{"x": 10.75, "y": 2}, | ||
{"x": 11.75, "y": 2}, | ||
{"x": 12.75, "y": 2}, | ||
{"x": 13.75, "y": 2, "w": 1.25}, | ||
|
||
{"x": 0, "y": 3, "w": 1.25}, | ||
{"x": 1.25, "y": 3}, | ||
{"x": 2.25, "y": 3}, | ||
{"x": 3.25, "y": 3}, | ||
{"x": 4.25, "y": 3}, | ||
{"x": 5.25, "y": 3}, | ||
{"x": 6.25, "y": 3}, | ||
{"x": 7.25, "y": 3}, | ||
{"x": 8.25, "y": 3}, | ||
{"x": 9.25, "y": 3}, | ||
{"x": 10.25, "y": 3}, | ||
{"x": 11.25, "y": 3}, | ||
{"x": 12.25, "y": 3, "w": 1.75}, | ||
{"x": 14, "y": 3}, | ||
|
||
{"x": 0, "y": 4, "w": 1.25}, | ||
{"x": 1.25, "y": 4, "w": 1.25}, | ||
{"x": 2.5, "y": 4, "w": 1.25}, | ||
{"x": 3.75, "y": 4, "w": 2.25}, | ||
{"x": 6, "y": 4, "w": 1.25}, | ||
{"x": 7.25, "y": 4, "w": 2.75}, | ||
{"x": 10, "y": 4}, | ||
{"x": 11, "y": 4}, | ||
{"x": 12, "y": 4}, | ||
{"x": 13, "y": 4}, | ||
{"x": 14, "y": 4} | ||
] | ||
}, | ||
"LAYOUT_60_ansi": { | ||
"layout": [ | ||
{"x": 0, "y": 0}, | ||
{"x": 1, "y": 0}, | ||
{"x": 2, "y": 0}, | ||
{"x": 3, "y": 0}, | ||
{"x": 4, "y": 0}, | ||
{"x": 5, "y": 0}, | ||
{"x": 6, "y": 0}, | ||
{"x": 7, "y": 0}, | ||
{"x": 8, "y": 0}, | ||
{"x": 9, "y": 0}, | ||
{"x": 10, "y": 0}, | ||
{"x": 11, "y": 0}, | ||
{"x": 12, "y": 0}, | ||
{"x": 13, "y": 0, "w": 2}, | ||
|
||
{"x": 0, "y": 1, "w": 1.5}, | ||
{"x": 1.5, "y": 1}, | ||
{"x": 2.5, "y": 1}, | ||
{"x": 3.5, "y": 1}, | ||
{"x": 4.5, "y": 1}, | ||
{"x": 5.5, "y": 1}, | ||
{"x": 6.5, "y": 1}, | ||
{"x": 7.5, "y": 1}, | ||
{"x": 8.5, "y": 1}, | ||
{"x": 9.5, "y": 1}, | ||
{"x": 10.5, "y": 1}, | ||
{"x": 11.5, "y": 1}, | ||
{"x": 12.5, "y": 1}, | ||
{"x": 13.5, "y": 1, "w": 1.5}, | ||
|
||
{"x": 0, "y": 2, "w": 1.75}, | ||
{"x": 1.75, "y": 2}, | ||
{"x": 2.75, "y": 2}, | ||
{"x": 3.75, "y": 2}, | ||
{"x": 4.75, "y": 2}, | ||
{"x": 5.75, "y": 2}, | ||
{"x": 6.75, "y": 2}, | ||
{"x": 7.75, "y": 2}, | ||
{"x": 8.75, "y": 2}, | ||
{"x": 9.75, "y": 2}, | ||
{"x": 10.75, "y": 2}, | ||
{"x": 11.75, "y": 2}, | ||
{"x": 12.75, "y": 2, "w": 2.25}, | ||
|
||
{"x": 0, "y": 3, "w": 2.25}, | ||
{"x": 2.25, "y": 3}, | ||
{"x": 3.25, "y": 3}, | ||
{"x": 4.25, "y": 3}, | ||
{"x": 5.25, "y": 3}, | ||
{"x": 6.25, "y": 3}, | ||
{"x": 7.25, "y": 3}, | ||
{"x": 8.25, "y": 3}, | ||
{"x": 9.25, "y": 3}, | ||
{"x": 10.25, "y": 3}, | ||
{"x": 11.25, "y": 3}, | ||
{"x": 12.25, "y": 3, "w": 2.75}, | ||
|
||
{"x": 0, "y": 4, "w": 1.25}, | ||
{"x": 1.25, "y": 4, "w": 1.25}, | ||
{"x": 2.5, "y": 4, "w": 1.25}, | ||
{"x": 3.75, "y": 4, "w": 6.25}, | ||
{"x": 10, "y": 4, "w": 1.25}, | ||
{"x": 11.25, "y": 4, "w": 1.25}, | ||
{"x": 12.5, "y": 4, "w": 1.25}, | ||
{"x": 13.75, "y": 4, "w": 1.25} | ||
] | ||
}, | ||
"LAYOUT_60_hhkb": { | ||
"layout": [ | ||
{"x": 0, "y": 0}, | ||
{"x": 1, "y": 0}, | ||
{"x": 2, "y": 0}, | ||
{"x": 3, "y": 0}, | ||
{"x": 4, "y": 0}, | ||
{"x": 5, "y": 0}, | ||
{"x": 6, "y": 0}, | ||
{"x": 7, "y": 0}, | ||
{"x": 8, "y": 0}, | ||
{"x": 9, "y": 0}, | ||
{"x": 10, "y": 0}, | ||
{"x": 11, "y": 0}, | ||
{"x": 12, "y": 0}, | ||
{"x": 13, "y": 0}, | ||
{"x": 14, "y": 0}, | ||
|
||
{"x": 0, "y": 1, "w": 1.5}, | ||
{"x": 1.5, "y": 1}, | ||
{"x": 2.5, "y": 1}, | ||
{"x": 3.5, "y": 1}, | ||
{"x": 4.5, "y": 1}, | ||
{"x": 5.5, "y": 1}, | ||
{"x": 6.5, "y": 1}, | ||
{"x": 7.5, "y": 1}, | ||
{"x": 8.5, "y": 1}, | ||
{"x": 9.5, "y": 1}, | ||
{"x": 10.5, "y": 1}, | ||
{"x": 11.5, "y": 1}, | ||
{"x": 12.5, "y": 1}, | ||
{"x": 13.5, "y": 1, "w": 1.5}, | ||
|
||
{"x": 0, "y": 2, "w": 1.75}, | ||
{"x": 1.75, "y": 2}, | ||
{"x": 2.75, "y": 2}, | ||
{"x": 3.75, "y": 2}, | ||
{"x": 4.75, "y": 2}, | ||
{"x": 5.75, "y": 2}, | ||
{"x": 6.75, "y": 2}, | ||
{"x": 7.75, "y": 2}, | ||
{"x": 8.75, "y": 2}, | ||
{"x": 9.75, "y": 2}, | ||
{"x": 10.75, "y": 2}, | ||
{"x": 11.75, "y": 2}, | ||
{"x": 12.75, "y": 2, "w": 2.25}, | ||
|
||
{"x": 0, "y": 3, "w": 2.25}, | ||
{"x": 2.25, "y": 3}, | ||
{"x": 3.25, "y": 3}, | ||
{"x": 4.25, "y": 3}, | ||
{"x": 5.25, "y": 3}, | ||
{"x": 6.25, "y": 3}, | ||
{"x": 7.25, "y": 3}, | ||
{"x": 8.25, "y": 3}, | ||
{"x": 9.25, "y": 3}, | ||
{"x": 10.25, "y": 3}, | ||
{"x": 11.25, "y": 3}, | ||
{"x": 12.25, "y": 3, "w": 1.75}, | ||
{"x": 14, "y": 3}, | ||
|
||
{"x": 1.5, "y": 4}, | ||
{"x": 2.5, "y": 4, "w": 1.5}, | ||
{"x": 4, "y": 4, "w": 7}, | ||
{"x": 11, "y": 4, "w": 1.5}, | ||
{"x": 12.5, "y": 4} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* | ||
Copyright 2020 newtonapple | ||
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 | ||
|
||
enum keyboard_layers { | ||
_BASE, | ||
_FN | ||
}; | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[_BASE] = LAYOUT( | ||
KC_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, XXXXXXX, 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, XXXXXXX, KC_ENT, | ||
KC_LSFT, XXXXXXX, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, XXXXXXX, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RGUI, XXXXXXX, MO(_FN), KC_RCTL | ||
), | ||
|
||
[_FN] = LAYOUT( | ||
KC_GRV, 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_DEL, | ||
RGB_TOG, _______, KC_UP, _______, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, _______, RESET, | ||
BL_TOGG, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
BL_BRTG, _______, BL_DEC, BL_INC, BL_STEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
) | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
Copyright 2020 newtonapple | ||
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 "m0110.h" |
Oops, something went wrong.