[Keyboard] frobiac custom boards and layout (#19883)

This commit is contained in:
frobiac
2023-03-10 08:05:20 +01:00
committed by GitHub
parent 62a8f41209
commit 313fc4cb8f
23 changed files with 1077 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
// Copyright 2023 @frobiac
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#ifdef PS2_MOUSE_ENABLE
# define PS2_RESET_PIN B0
# define PS2_DATA_PIN B1
# define PS2_CLOCK_PIN B2
# define PS2_MOUSE_USE_REMOTE_MODE
# define PS2_MOUSE_INIT_DELAY 1000
# define PS2_MOUSE_ROTATE 90
#endif

View File

@@ -0,0 +1,94 @@
{
"manufacturer": "frobiac",
"keyboard_name": "redtilt",
"url": "https://www.github.com/frobiac/adnw",
"maintainer": "frobiac",
"bootloader": "halfkay",
"processor": "atmega32u4",
"diode_direction": "COL2ROW",
"features": {
"audio": false,
"backlight": false,
"bootmagic": false,
"command": false,
"console": false,
"dynamic_macro": true,
"extrakey": true,
"mousekey": true,
"nkro": false,
"unicode": false,
"rgblight": false
},
"build": {
"lto": true
},
"matrix_pins": {
"cols": ["F0", "F1", "F4", "F5", "F6", "F7"],
"rows": ["D3", "D2", "D1", "D0", "B5", "B4", "D7", "B6"]
},
"usb": {
"device_version": "1.0.0",
"pid": "0x1D50",
"vid": "0x6033"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "label":"", "x":0, "y":2.00},
{"matrix": [0, 1], "label":"K", "x":1, "y":2.00},
{"matrix": [0, 2], "label":"U", "x":2, "y":1.50},
{"matrix": [0, 3], "label":"Q", "x":3, "y":1.00},
{"matrix": [0, 4], "label":".", "x":4, "y":1.00},
{"matrix": [0, 5], "label":"J", "x":5, "y":1.00},
{"matrix": [4, 0], "label":"P", "x":8, "y":1.00},
{"matrix": [4, 1], "label":"C", "x":9, "y":1.00},
{"matrix": [4, 2], "label":"L", "x":10, "y":1.00},
{"matrix": [4, 3], "label":"M", "x":11, "y":1.50},
{"matrix": [4, 4], "label":"F", "x":12, "y":2.00},
{"matrix": [4, 5], "label":"", "x":13, "y":2.00},
{"matrix": [1, 0], "label":" ", "x":0, "y":3.00},
{"matrix": [1, 1], "label":"H", "x":1, "y":3.00},
{"matrix": [1, 2], "label":"I", "x":2, "y":2.50},
{"matrix": [1, 3], "label":"E", "x":3, "y":2.00},
{"matrix": [1, 4], "label":"A", "x":4, "y":2.00},
{"matrix": [1, 5], "label":"O", "x":5, "y":2.00},
{"matrix": [5, 0], "label":"D", "x":8, "y":2.00},
{"matrix": [5, 1], "label":"T", "x":9, "y":2.00},
{"matrix": [5, 2], "label":"R", "x":10, "y":2.00},
{"matrix": [5, 3], "label":"N", "x":11, "y":2.50},
{"matrix": [5, 4], "label":"S", "x":12, "y":3.00},
{"matrix": [5, 5], "label":"", "x":13, "y":3.00},
{"matrix": [2, 0], "label":"", "x":0, "y":4.00},
{"matrix": [2, 1], "label":"X", "x":1, "y":4.00},
{"matrix": [2, 2], "label":"Y", "x":2, "y":3.50},
{"matrix": [2, 3], "label":"-", "x":3, "y":3.00},
{"matrix": [2, 4], "label":",", "x":4, "y":3.00},
{"matrix": [2, 5], "label":"/", "x":5, "y":3.00},
{"matrix": [6, 0], "label":"B", "x":8, "y":3.00},
{"matrix": [6, 1], "label":"G", "x":9, "y":3.00},
{"matrix": [6, 2], "label":"W", "x":10, "y":3.00},
{"matrix": [6, 3], "label":"V", "x":11, "y":3.50},
{"matrix": [6, 4], "label":"Z", "x":12, "y":4.00},
{"matrix": [6, 5], "label":"", "x":13, "y":4.00},
{"matrix": [3, 0], "label":"", "x":0, "y":1.00},
{"matrix": [3, 1], "label":"", "x":1, "y":1.00},
{"matrix": [3, 3], "label":"Gui", "x":3, "y":4.00},
{"matrix": [3, 4], "label":"Tab", "x":4, "y":4.00},
{"matrix": [3, 5], "label":"Spc", "x":5, "y":4.00},
{"matrix": [7, 0], "label":"L2", "x":8, "y":4.00},
{"matrix": [7, 1], "label":"Sh", "x":9, "y":4.00},
{"matrix": [7, 2], "label":"L3", "x":10, "y":4.00},
{"matrix": [7, 4], "label":"Fx", "x":12, "y":1.00},
{"matrix": [7, 5], "label":"", "x":13, "y":1.00}
]
}
}
}

View File

@@ -0,0 +1,87 @@
// Copyright 2023 @frobiac
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
#include "keymap_german.h"
enum layer_number {
_ADNW = 0,
_QWERTZ,
_NAVNUM,
_SYMBOL,
_FUNC,
_MOUSE,
};
#define CTL_TAB LCTL_T(KC_TAB)
#define ALT_SPC LALT_T(KC_SPC)
#define NAV_ESC LT(_NAVNUM, KC_ESC)
#define SFT_BSP LSFT_T(KC_BSPC)
#define SYM_ENT LT(_SYMBOL, KC_ENT)
#define MOUSE_X LT(_MOUSE, KC_X)
#define MOUSE_Y LT(_MOUSE, KC_Y)
#define RSFT__Z RSFT_T(DE_Z)
#define RSFT_SL RSFT_T(KC_SLSH)
/*
* ┌───┬───┐ ┌───┬───┬───┐ ┌───┬───┬───┐ ┌───┬───┐
* │ │MOU├───┤ Q │ . │ J │ │ P │ C │ L ├───┤Fx │ │
* ├───┼───┤ U ├───┼───┼───┤ ├─[TP]──┼───┤ M ├───┼───┤
* │ │ K ├───┤ E │ A │ O │ │ D │ T │ R ├───┤ F │ │
* ├───┼───┤ I ├───┼───┼───┤ ├───┼───┼───┤ N ├───┼───┤
* │ │ H ├───┤ - │ ; │ / │ │ D │ G │ W ├───┤ S │ │
* ├───┼───┤ Y ├───┼───┼───┤ ├───┼───┼───┤ V ├───┼───┤
* │ │ X ├───┤ │Tab│Spc│ │Esc│Bsp│Ret├───┤ Z │Tab│
* └───┴───┘ └───┴───┴───┘ └───┴───┴───┘ └───┴───┘
*
*/
// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_ADNW] = LAYOUT(
XXXXXXX, KC_K, KC_U, KC_Q, KC_DOT, KC_J, KC_P, KC_C, KC_L, KC_M, KC_F, XXXXXXX,
XXXXXXX, KC_H, KC_I, KC_E, KC_A, KC_O, KC_D, KC_T, KC_R, KC_N, KC_S, XXXXXXX,
XXXXXXX, MOUSE_X, DE_Y, DE_MINS, KC_COMM, DE_SLSH, KC_B, KC_G, KC_W, KC_V, RSFT__Z, XXXXXXX,
XXXXXXX, XXXXXXX, KC_LGUI, CTL_TAB, ALT_SPC, NAV_ESC, SFT_BSP, SYM_ENT, MO(_FUNC), XXXXXXX
),
[_QWERTZ] = LAYOUT(
XXXXXXX, KC_Q, KC_W, KC_E, KC_R, KC_T, DE_Z, KC_U, KC_I, KC_O, KC_P, XXXXXXX,
XXXXXXX, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, XXXXXXX,
XXXXXXX, MOUSE_Y, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, RSFT_SL, XXXXXXX,
XXXXXXX, XXXXXXX, KC_LGUI, CTL_TAB, ALT_SPC, NAV_ESC, SFT_BSP, SYM_ENT, MO(_FUNC),XXXXXXX
),
[_SYMBOL] = LAYOUT(
XXXXXXX, DE_AT, DE_DEG, DE_LBRC, DE_RBRC, DE_HASH, DE_EXLM, DE_LABK, DE_RABK, DE_EQL, DE_AMPR, XXXXXXX,
XXXXXXX, DE_BSLS, DE_EURO, DE_LCBR, DE_RCBR, DE_ASTR, DE_QUES, DE_LPRN, DE_RPRN, DE_PLUS, KC_ENT, XXXXXXX,
XXXXXXX, XXXXXXX, DE_DLR, DE_PIPE, DE_TILD, DE_GRV, DE_CIRC, DE_PERC, DE_DQUO, DE_QUOT, XXXXXXX, XXXXXXX,
XXXXXXX, _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX
),
[_NAVNUM] = LAYOUT(
XXXXXXX, KC_PGUP, KC_BSPC, KC_UP, KC_DEL, KC_PGDN, DE_SS, KC_7, KC_8, KC_9, DE_ADIA, XXXXXXX,
XXXXXXX, KC_HOME, KC_LEFT, KC_DOWN, KC_RGHT, KC_END, KC_DOT, KC_4, KC_5, KC_6, DE_ODIA, XXXXXXX,
XXXXXXX, XXXXXXX, XXXXXXX, KC_INS, XXXXXXX, XXXXXXX, KC_0, KC_1, KC_2, KC_3, DE_UDIA, XXXXXXX,
XXXXXXX, _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX
),
[_FUNC] = LAYOUT(
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, DF(_QWERTZ),DF(_ADNW), XXXXXXX, KC_F7, KC_F8, KC_F9, KC_F10, XXXXXXX,
XXXXXXX, DM_REC1, DM_RSTP, DM_PLY1, XXXXXXX, QK_RBT, XXXXXXX, KC_F4, KC_F5, KC_F6, KC_F11, XXXXXXX,
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, QK_BOOT, XXXXXXX, KC_F1, KC_F2, KC_F3, KC_F12, XXXXXXX,
XXXXXXX, _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX
),
[_MOUSE] = LAYOUT(
XXXXXXX, KC_WH_L, XXXXXXX, KC_MS_U, XXXXXXX, XXXXXXX, KC_ACL0, XXXXXXX, KC_BTN3, XXXXXXX, KC_BTN5, XXXXXXX,
XXXXXXX, KC_WH_R, KC_MS_L, KC_MS_D, KC_MS_R, KC_WH_U, KC_ACL1, XXXXXXX, KC_BTN1, KC_BTN2, KC_BTN4, XXXXXXX,
XXXXXXX, MOUSE_X, KC_BTN1, KC_BTN3, KC_BTN2, KC_WH_D, KC_ACL2, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
XXXXXXX, _______, _______, _______, _______, _______, _______, _______, _______, XXXXXXX
),
};
// clang-format on

View File

@@ -0,0 +1,31 @@
# frobiac/redtilt
![frobiac/redtilt](https://i.imgur.com/stMcpmSh.jpeg)
Custom 3D-printed and handwired 46-key split-keyboard with trackpoint developed in 2013.
* Keyboard Maintainer: [frobiac](https://github.com/frobiac)
* Hardware Supported: Teensy-2.0, IBM Trackpoint
* Development History: [deskthority.net](https://deskthority.net/viewtopic.php?p=116641#p116641)
* Layout [Full KLE](http://www.keyboard-layout-editor.com/#/gists/8f30f08f84f61749c0e549f7eca97262)
* [Original Firmware](https://github.com/frobiac/adnw)
Make example for this keyboard (after setting up your build environment):
make frobiac/redtilt
Flashing example for this keyboard:
make frobiac/redtilt: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
Enter the bootloader in 2 ways:
* **Physical reset button**: Briefly press the button on the Teensy by inserting a small pin in the small hole in the switch plate
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

View File

@@ -0,0 +1 @@
# This file intentionally left blank