From 5b6acd035d1ff912fd2bb9cf9f3144f29f229728 Mon Sep 17 00:00:00 2001 From: Dani <58542682+DPoplin@users.noreply.github.com> Date: Sun, 28 May 2023 00:25:26 -0500 Subject: [PATCH] Add Rainkeebs Twoyo (#465) * add reviung53 vial files * Revert "add reviung53 vial files" This reverts commit 074be536deda760843efda31f0c5ee9dbbb5a5e7. * add rainkeebs twoyo * add vial.json * add layout options * add config.h * move config to info.json * decrease firmware size * add encoder mapping * fix layout * fix split layout keymap * prettify vial.json * fix file formatting * reduce firmware size with tapdance * enable encoder map for default --- keyboards/rainkeebs/twoyo/config.h | 28 ++++ keyboards/rainkeebs/twoyo/info.json | 144 ++++++++++++++++++ .../rainkeebs/twoyo/keymaps/default/keymap.c | 57 +++++++ .../rainkeebs/twoyo/keymaps/via/keymap.c | 117 ++++++++++++++ .../rainkeebs/twoyo/keymaps/via/rules.mk | 1 + .../rainkeebs/twoyo/keymaps/vial/config.h | 8 + .../rainkeebs/twoyo/keymaps/vial/keymap.c | 57 +++++++ .../rainkeebs/twoyo/keymaps/vial/rules.mk | 6 + .../rainkeebs/twoyo/keymaps/vial/vial.json | 87 +++++++++++ keyboards/rainkeebs/twoyo/readme.md | 22 +++ keyboards/rainkeebs/twoyo/rules.mk | 5 + keyboards/rainkeebs/twoyo/twoyo.c | 16 ++ keyboards/rainkeebs/twoyo/twoyo.h | 35 +++++ 13 files changed, 583 insertions(+) create mode 100644 keyboards/rainkeebs/twoyo/config.h create mode 100644 keyboards/rainkeebs/twoyo/info.json create mode 100644 keyboards/rainkeebs/twoyo/keymaps/default/keymap.c create mode 100644 keyboards/rainkeebs/twoyo/keymaps/via/keymap.c create mode 100644 keyboards/rainkeebs/twoyo/keymaps/via/rules.mk create mode 100644 keyboards/rainkeebs/twoyo/keymaps/vial/config.h create mode 100644 keyboards/rainkeebs/twoyo/keymaps/vial/keymap.c create mode 100644 keyboards/rainkeebs/twoyo/keymaps/vial/rules.mk create mode 100644 keyboards/rainkeebs/twoyo/keymaps/vial/vial.json create mode 100644 keyboards/rainkeebs/twoyo/readme.md create mode 100644 keyboards/rainkeebs/twoyo/rules.mk create mode 100644 keyboards/rainkeebs/twoyo/twoyo.c create mode 100644 keyboards/rainkeebs/twoyo/twoyo.h diff --git a/keyboards/rainkeebs/twoyo/config.h b/keyboards/rainkeebs/twoyo/config.h new file mode 100644 index 0000000000..e74c75e600 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/config.h @@ -0,0 +1,28 @@ +/* Copyright 2021 Regan Palmer + * + * 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 . + */ +#pragma once + +/* usb handedness? */ +#define SPLIT_USB_DETECT + +/* Set 0 if debouncing isn't needed */ +#define DEBOUNCING 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 diff --git a/keyboards/rainkeebs/twoyo/info.json b/keyboards/rainkeebs/twoyo/info.json new file mode 100644 index 0000000000..678691453d --- /dev/null +++ b/keyboards/rainkeebs/twoyo/info.json @@ -0,0 +1,144 @@ +{ + "manufacturer": "rainkeebs", + "keyboard_name": "Twoyo", + "maintainer": "rainkeebs", + "bootloader": "caterina", + "config_h_features": { + "audio": false, + "backlight": false, + "bootmagic": true, + "command": false, + "console": false, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "sleep_led": false + }, + "diode_direction": "COL2ROW", + "encoder": { + "enabled": true, + "rotary": [ + { + "pin_a": "F4", + "pin_b": "F5" + } + ] + }, + "features": { + "audio": false, + "backlight": false, + "bootmagic": true, + "command": false, + "console": false, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": true, + "sleep_led": false + }, + "height": 4, + "keyboard_folder": "rainkeebs/twoyo", + "keymaps": {}, + "matrix_pins": { + "cols": ["D1", "B6", "B2", "B3", "B1", "F7"], + "rows": ["F6", "C6", "D4", "D0"] + }, + "matrix_size": { + "cols": 6, + "rows": 8 + }, + "mouse_key": { + "enabled": true + }, + "parse_errors": [], + "parse_warnings": [], + "platform": "unknown", + "processor": "atmega32u4", + "processor_type": "avr", + "protocol": "LUFA", + "split": { + "enabled": true, + "encoder": { + "right": { + "rotary": [ + { + "pin_a": "D1", + "pin_b": "D0" + } + ] + } + }, + "matrix_pins": { + "right": { + "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], + "rows": ["F4", "F7", "F6", "B6"] + } + }, + "soft_serial_pin": "D3", + "transport": { + "protocol": "serial" + }, + "usb_detect": { + "enabled": false + } + }, + "url": "https://www.rainkeebs.mx/product/twoyo-keyboard-kit", + "usb": { + "device_ver": "0x0001", + "device_version": "0.0.1", + "pid": "0x616B", + "vid": "0x726B" + }, + "width": 14, + "layouts": { + "LAYOUT": { + "c_macro": true, + "filename": "keyboards/rainkeebs/twoyo/twoyo.h", + "layout": [ + { "label": "0,0", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 }, + { "label": "0,1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 }, + { "label": "0,2", "matrix": [0, 2], "w": 1, "x": 2, "y": 0 }, + { "label": "0,3", "matrix": [0, 3], "w": 1, "x": 3, "y": 0 }, + { "label": "0,4", "matrix": [0, 4], "w": 1, "x": 4, "y": 0 }, + { "label": "0,5", "matrix": [0, 5], "w": 1, "x": 5, "y": 0 }, + { "label": "0,6", "matrix": [4, 0], "w": 1, "x": 8, "y": 0 }, + { "label": "0,7", "matrix": [4, 1], "w": 1, "x": 9, "y": 0 }, + { "label": "0,8", "matrix": [4, 2], "w": 1, "x": 10, "y": 0 }, + { "label": "0,9", "matrix": [4, 3], "w": 1, "x": 11, "y": 0 }, + { "label": "0,10", "matrix": [4, 4], "w": 1, "x": 12, "y": 0 }, + { "label": "0,11", "matrix": [4, 5], "w": 1, "x": 13, "y": 0 }, + { "label": "1,0", "matrix": [1, 0], "w": 1.25, "x": 0, "y": 1 }, + { "label": "1,1", "matrix": [1, 1], "w": 1, "x": 1.25, "y": 1 }, + { "label": "1,2", "matrix": [1, 2], "w": 1, "x": 2.25, "y": 1 }, + { "label": "1,3", "matrix": [1, 3], "w": 1, "x": 3.25, "y": 1 }, + { "label": "1,4", "matrix": [1, 4], "w": 1, "x": 4.25, "y": 1 }, + { "label": "1,5", "matrix": [1, 5], "w": 1, "x": 5.25, "y": 1 }, + { "label": "1,7", "matrix": [5, 1], "w": 1, "x": 8.25, "y": 1 }, + { "label": "1,8", "matrix": [5, 2], "w": 1, "x": 9.25, "y": 1 }, + { "label": "1,9", "matrix": [5, 3], "w": 1, "x": 10.25, "y": 1 }, + { "label": "1,10", "matrix": [5, 4], "w": 1, "x": 11.25, "y": 1 }, + { "label": "1,11", "matrix": [5, 5], "w": 1.75, "x": 12.25, "y": 1 }, + { "label": "2,0", "matrix": [2, 0], "w": 1.75, "x": 0, "y": 2 }, + { "label": "2,1", "matrix": [2, 1], "w": 1, "x": 1.75, "y": 2 }, + { "label": "2,2", "matrix": [2, 2], "w": 1, "x": 2.75, "y": 2 }, + { "label": "2,3", "matrix": [2, 3], "w": 1, "x": 3.75, "y": 2 }, + { "label": "2,4", "matrix": [2, 4], "w": 1, "x": 4.75, "y": 2 }, + { "label": "2,5", "matrix": [2, 5], "w": 1, "x": 5.75, "y": 2 }, + { "label": "2,7", "matrix": [6, 1], "w": 1, "x": 8.75, "y": 2 }, + { "label": "2,8", "matrix": [6, 2], "w": 1, "x": 9.75, "y": 2 }, + { "label": "2,9", "matrix": [6, 3], "w": 1, "x": 10.75, "y": 2 }, + { "label": "2,10", "matrix": [6, 4], "w": 1, "x": 11.75, "y": 2 }, + { "label": "2,11", "matrix": [6, 5], "w": 1.25, "x": 12.75, "y": 2 }, + { "label": "3,0", "matrix": [3, 0], "w": 1.25, "x": 0, "y": 3 }, + { "label": "3,1", "matrix": [3, 1], "w": 1, "x": 1.25, "y": 3 }, + { "label": "3,2", "matrix": [3, 2], "w": 1.25, "x": 2.25, "y": 3 }, + { "label": "3,4", "matrix": [3, 4], "w": 2.75, "x": 3.5, "y": 3 }, + { "label": "3,7", "matrix": [7, 1], "w": 2.25, "x": 8.25, "y": 3 }, + { "label": "3,9", "matrix": [7, 3], "w": 1.25, "x": 10.5, "y": 3 }, + { "label": "3,10", "matrix": [7, 4], "w": 1, "x": 11.75, "y": 3 }, + { "label": "3,11", "matrix": [7, 5], "w": 1.25, "x": 12.75, "y": 3 } + ] + } + } +} diff --git a/keyboards/rainkeebs/twoyo/keymaps/default/keymap.c b/keyboards/rainkeebs/twoyo/keymaps/default/keymap.c new file mode 100644 index 0000000000..3f35b2d50b --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/default/keymap.c @@ -0,0 +1,57 @@ +/* Copyright 2021 Regan Palmer + * + * 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 . + */ +#include QMK_KEYBOARD_H + +#if defined(ENCODER_MAP_ENABLE) +const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = { + [0] = { ENCODER_CCW_CW(KC_MS_WH_UP, KC_MS_WH_DOWN), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [1] = { ENCODER_CCW_CW(RGB_HUD, RGB_HUI), ENCODER_CCW_CW(RGB_SAD, RGB_SAI) }, + [2] = { ENCODER_CCW_CW(RGB_VAD, RGB_VAI), ENCODER_CCW_CW(RGB_SPD, RGB_SPI) }, + [3] = { ENCODER_CCW_CW(RGB_RMOD, RGB_MOD), ENCODER_CCW_CW(KC_RIGHT, KC_LEFT) }, + // Encoder 1 Encoder 2 +}; +#endif + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + LAYOUT( + KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPACE, + KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENTER, + KC_LSHIFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, MO(1), + KC_LCTRL, KC_LGUI, KC_LALT, MO(2), KC_SPC, KC_RALT, KC_RGUI, KC_RCTRL + ), + + LAYOUT( + KC_TILDE, KC_EXCLAIM, KC_AT, KC_HASH, KC_DOLLAR, KC_PERCENT, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS, + KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_UNDS, KC_LCBR, KC_RCBR, KC_DQT, KC_COLON, KC_TRNS, + KC_TRNS, RESET, KC_NO, KC_NO, KC_NO, KC_PLUS, KC_PIPE, KC_QUES, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS + ), + + LAYOUT( + KC_GRAVE, 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_LEFT, KC_DOWN, KC_UP, KC_RIGHT, KC_MINS, KC_LBRC, KC_RBRC, KC_QUOTE, KC_SCLN, KC_TRNS, + KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_EQL, KC_BSLS, KC_SLASH, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS + ), + + LAYOUT( + 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_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 + ) +}; diff --git a/keyboards/rainkeebs/twoyo/keymaps/via/keymap.c b/keyboards/rainkeebs/twoyo/keymaps/via/keymap.c new file mode 100644 index 0000000000..a32c73c291 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/via/keymap.c @@ -0,0 +1,117 @@ +/* Copyright 2021 Regan Palmer + * + * 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 . + */ +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + LAYOUT( + KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPACE, + KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENTER, + KC_LSHIFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, MO(1), + KC_LCTRL, KC_LGUI, KC_LALT, MO(2), KC_SPC, KC_RALT, KC_RGUI, KC_RCTRL + ), + + LAYOUT( + KC_TILDE, KC_EXCLAIM, KC_AT, KC_HASH, KC_DOLLAR, KC_PERCENT, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS, + KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_UNDS, KC_LCBR, KC_RCBR, KC_DQT, KC_COLON, KC_TRNS, + KC_TRNS, RESET, KC_NO, KC_NO, KC_NO, KC_PLUS, KC_PIPE, KC_QUES, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS + ), + + LAYOUT( + KC_GRAVE, 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_LEFT, KC_DOWN, KC_UP, KC_RIGHT, KC_MINS, KC_LBRC, KC_RBRC, KC_QUOTE, KC_SCLN, KC_TRNS, + KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_EQL, KC_BSLS, KC_SLASH, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS + ), + + LAYOUT( + 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_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 + ) +}; + +void encoder_update_user(uint8_t index, bool clockwise) { + + switch (get_highest_layer(layer_state)) { + case 0: + if (index == 0) { + if (clockwise) { + tap_code(KC_VOLU); + } else { + tap_code(KC_VOLD); + } + } + else if (index == 1) { + if (clockwise) { + tap_code(KC_MS_WH_DOWN); + } else { + tap_code(KC_MS_WH_UP); + } + } + break; + case 1: + if (index == 0) { + if (clockwise) { + tap_code(KC_MNXT); + } else { + tap_code(KC_MPRV); + } + } + else if (index == 1) { + if (clockwise) { + tap_code(KC_WH_R); + } else { + tap_code(KC_WH_L); + } + } + break; + case 2: + if (index == 0) { + if (clockwise) { + tap_code(KC_PGUP); + } else { + tap_code(KC_PGDOWN); + } + } + else if (index == 1) { + if (clockwise) { + tap_code(KC_END); + } else { + tap_code(KC_HOME); + } + } + break; + case 3: + if (index == 0) { + if (clockwise) { + tap_code(KC_PGUP); + } else { + tap_code(KC_PGDOWN); + } + } + else if (index == 1) { + if (clockwise) { + tap_code(KC_END); + } else { + tap_code(KC_HOME); + } + } + break; + } +}; diff --git a/keyboards/rainkeebs/twoyo/keymaps/via/rules.mk b/keyboards/rainkeebs/twoyo/keymaps/via/rules.mk new file mode 100644 index 0000000000..1e5b99807c --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/via/rules.mk @@ -0,0 +1 @@ +VIA_ENABLE = yes diff --git a/keyboards/rainkeebs/twoyo/keymaps/vial/config.h b/keyboards/rainkeebs/twoyo/keymaps/vial/config.h new file mode 100644 index 0000000000..46c64c244c --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/vial/config.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#pragma once + +#define VIAL_KEYBOARD_UID {0xE1, 0x46, 0x48, 0x68, 0xFC, 0x48, 0xF5, 0x48} +#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 } +#define VIAL_UNLOCK_COMBO_COLS { 0, 1 } +#define VIAL_TAP_DANCE_ENTRIES 4 diff --git a/keyboards/rainkeebs/twoyo/keymaps/vial/keymap.c b/keyboards/rainkeebs/twoyo/keymaps/vial/keymap.c new file mode 100644 index 0000000000..3f35b2d50b --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/vial/keymap.c @@ -0,0 +1,57 @@ +/* Copyright 2021 Regan Palmer + * + * 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 . + */ +#include QMK_KEYBOARD_H + +#if defined(ENCODER_MAP_ENABLE) +const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = { + [0] = { ENCODER_CCW_CW(KC_MS_WH_UP, KC_MS_WH_DOWN), ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, + [1] = { ENCODER_CCW_CW(RGB_HUD, RGB_HUI), ENCODER_CCW_CW(RGB_SAD, RGB_SAI) }, + [2] = { ENCODER_CCW_CW(RGB_VAD, RGB_VAI), ENCODER_CCW_CW(RGB_SPD, RGB_SPI) }, + [3] = { ENCODER_CCW_CW(RGB_RMOD, RGB_MOD), ENCODER_CCW_CW(KC_RIGHT, KC_LEFT) }, + // Encoder 1 Encoder 2 +}; +#endif + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + + LAYOUT( + KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPACE, + KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENTER, + KC_LSHIFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, MO(1), + KC_LCTRL, KC_LGUI, KC_LALT, MO(2), KC_SPC, KC_RALT, KC_RGUI, KC_RCTRL + ), + + LAYOUT( + KC_TILDE, KC_EXCLAIM, KC_AT, KC_HASH, KC_DOLLAR, KC_PERCENT, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS, + KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_UNDS, KC_LCBR, KC_RCBR, KC_DQT, KC_COLON, KC_TRNS, + KC_TRNS, RESET, KC_NO, KC_NO, KC_NO, KC_PLUS, KC_PIPE, KC_QUES, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS + ), + + LAYOUT( + KC_GRAVE, 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_LEFT, KC_DOWN, KC_UP, KC_RIGHT, KC_MINS, KC_LBRC, KC_RBRC, KC_QUOTE, KC_SCLN, KC_TRNS, + KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_EQL, KC_BSLS, KC_SLASH, KC_TRNS, KC_TRNS, KC_TRNS, + KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS + ), + + LAYOUT( + 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_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 + ) +}; diff --git a/keyboards/rainkeebs/twoyo/keymaps/vial/rules.mk b/keyboards/rainkeebs/twoyo/keymaps/vial/rules.mk new file mode 100644 index 0000000000..45ad307be7 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/vial/rules.mk @@ -0,0 +1,6 @@ +VIA_ENABLE = yes +VIAL_ENABLE = yes +ENCODER_MAP_ENABLE = yes +LTO_ENABLE = yes +QMK_SETTINGS = no +TAP_DANCE_ENABLE = no diff --git a/keyboards/rainkeebs/twoyo/keymaps/vial/vial.json b/keyboards/rainkeebs/twoyo/keymaps/vial/vial.json new file mode 100644 index 0000000000..6cd5effb19 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/keymaps/vial/vial.json @@ -0,0 +1,87 @@ +{ + "name": "Twoyo", + "matrix": { + "rows": 8, + "cols": 6 + }, + "layouts": { + "labels": [ + "1u Right Shift" + ], + "keymap": [ + [ + { "y": 0.25 }, + "0,0\n\n\n\n\n\n\n\n\ne", + "0,1\n\n\n\n\n\n\n\n\ne", + { "x": 9 }, + "1,0\n\n\n\n\n\n\n\n\ne", + "1,1\n\n\n\n\n\n\n\n\ne"], + [ + "0,0", + "0,1", + "0,2", + "0,3", + "0,4", + "0,5", + { "x": 1 }, + "4,0", + "4,1", + "4,2", + "4,3", + "4,4", + "4,5" + ], + [ + { "w": 1.25 }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + { "x": 1 }, + "5,1", + "5,2", + "5,3", + "5,4", + { "w": 1.75 }, + "5,5" + ], + [ + { "w": 1.75 }, + "2,0", + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + { "x": 1 }, + "6,1", + "6,2", + "6,3", + "6,4\n0,0", + { "w": 1.25 }, + "6,5\n0,0", + { "x": 0.25, "w": 1.25 }, + "6,4\n\n\n0,1", + "6,5\n\n\n0,1" + ], + [ + { "w": 1.25 }, + "3,0", + "3,1", + { "w": 1.25 }, + "3,2", + { "w": 2.75 }, + "3,4", + { "x": 1, "w": 2.25 }, + "7,1", + { "w": 1.25 }, + "7,3", + "7,4", + { "w": 1.25 }, + "7,5" + ] + ] + } +} diff --git a/keyboards/rainkeebs/twoyo/readme.md b/keyboards/rainkeebs/twoyo/readme.md new file mode 100644 index 0000000000..75f45db063 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/readme.md @@ -0,0 +1,22 @@ +# Twoyo + +![Twoyo](https://i.imgur.com/j48Gq0g.png) + +A 12u split staggered 40% kit. + +* Keyboard Maintainer: Rain +* Hardware Supported: Yasui PCB v2 +* Hardware Availability: [rainkeebs](https://www.rainkeebs.mx/product/twoyo-keyboard-kit) + + +Make example for this keyboard (after setting up your build environment): + + qmk compile -kb twoyo -kb default + +To reset the keyboard, hold the top left key while plugging in, or hit the reset button near the USB port + +Install example for this keyboard: + + qmk flash -kb twoyo -km default + +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). \ No newline at end of file diff --git a/keyboards/rainkeebs/twoyo/rules.mk b/keyboards/rainkeebs/twoyo/rules.mk new file mode 100644 index 0000000000..fc89e3b54c --- /dev/null +++ b/keyboards/rainkeebs/twoyo/rules.mk @@ -0,0 +1,5 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader +BOOTLOADER = caterina diff --git a/keyboards/rainkeebs/twoyo/twoyo.c b/keyboards/rainkeebs/twoyo/twoyo.c new file mode 100644 index 0000000000..515f2dc3f2 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/twoyo.c @@ -0,0 +1,16 @@ +/* Copyright 2021 Regan Palmer + * + * 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 . + */ +#include "twoyo.h" diff --git a/keyboards/rainkeebs/twoyo/twoyo.h b/keyboards/rainkeebs/twoyo/twoyo.h new file mode 100644 index 0000000000..96c9a88d45 --- /dev/null +++ b/keyboards/rainkeebs/twoyo/twoyo.h @@ -0,0 +1,35 @@ +/* Copyright 2021 Regan Palmer + * + * 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 . + */ +#pragma once + +#include "quantum.h" + +#define LAYOUT( \ + L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \ + L10, L11, L12, L13, L14, L15, R11, R12, R13, R14, R15, \ + L20, L21, L22, L23, L24, L25, R21, R22, R23, R24, R25, \ + L30, L31, L32, L34, R31, R33, R34, R35 \ + ) \ + { \ + { L00, L01, L02, L03, L04, L05}, \ + { L10, L11, L12, L13, L14, L15}, \ + { L20, L21, L22, L23, L24, L25}, \ + { L30, L31, L32, KC_NO, L34, KC_NO}, \ + { R00, R01, R02, R03, R04, R05}, \ + { KC_NO, R11, R12, R13, R14, R15}, \ + { KC_NO, R21, R22, R23, R24, R25}, \ + { KC_NO, R31, KC_NO, R33, R34, R35} \ + }