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

Added Split-Cloud, a Handwired Keyboard #21327

Merged
merged 8 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
59 changes: 59 additions & 0 deletions keyboards/handwired/split_cloud/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/*
Copyright 2023 Cloud Chagnon <[email protected]>

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:https://www.gnu.org/licenses/>.
*/

#pragma once

/* left/right via compilation flag */
#define EE_HANDS

/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 6

#define QMK_ESC_OUTPUT B5
#define QMK_ESC_INPUT B6
// #define QMK_LED E6
// #define QMK_SPEAKER C6

// #define AUDIO_VOICES
// #define AUDIO_PIN C6

// #define BACKLIGHT_PIN B7

/* define if matrix has ghost */
// #define MATRIX_HAS_GHOST

coolsa marked this conversation as resolved.
Show resolved Hide resolved
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronztize hack */
#define LOCKING_RESYNC_ENABLE

/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/

/* disable debug print */
// #define NO_DEBUG

/* disable print */
// #define NO_PRINT

/* disable action features */
// #define NO_ACTION_LAYER
// #define NO_ACTION_TAPPING
// #define NO_ACTION_ONESHOT
121 changes: 121 additions & 0 deletions keyboards/handwired/split_cloud/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"keyboard_name": "Split-Cloud",
"manufacturer": "coolsa",
"maintainer": "Cloud Chagnon",
"url": "https://github.com/coolsa/cloud_keyboard",
"usb": {
"vid": "0xCC43",
"pid": "0x0001",
"device_version": "0.0.1",
"force_nkro": true
},
"diode_direction": "ROW2COL",
"matrix_pins": {
"cols": ["B6", "B2", "B3", "B1", "F7", "F6"],
"rows": ["C6", "D7", "E6", "B4", "B5"]
},
"bootmagic": {
"enabled": true,
"matrix": [0, 0]
coolsa marked this conversation as resolved.
Show resolved Hide resolved
coolsa marked this conversation as resolved.
Show resolved Hide resolved
},
coolsa marked this conversation as resolved.
Show resolved Hide resolved
"split": {
"enabled": true,
"soft_serial_pin": "D3",
"matrix_pins": {
"right": {
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
"rows": ["F7", "B1", "B3", "B2", "B6"]
}
},
"bootmagic": {
"matrix": [5, 5]
}
},
"stenography": {
"enabled": true,
"protocol": "all"
}
"debounce": 5,
coolsa marked this conversation as resolved.
Show resolved Hide resolved
"processor": "atmega32u4",
"bootloader": "caterina",
coolsa marked this conversation as resolved.
Show resolved Hide resolved
coolsa marked this conversation as resolved.
Show resolved Hide resolved
"community_layouts": ["ortho_5x12"],
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_5x12",
"LAYOUT_preonic_grid": "LAYOUT_ortho_5x12"
},
coolsa marked this conversation as resolved.
Show resolved Hide resolved
"layouts": {
"LAYOUT_ortho_5x12": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},

{"matrix": [5, 5], "x": 6, "y": 0},
{"matrix": [5, 4], "x": 7, "y": 0},
{"matrix": [5, 3], "x": 8, "y": 0},
{"matrix": [5, 2], "x": 9, "y": 0},
{"matrix": [5, 1], "x": 10, "y": 0},
{"matrix": [5, 0], "x": 11, "y": 0},
coolsa marked this conversation as resolved.
Show resolved Hide resolved

{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},
{"matrix": [1, 4], "x": 4, "y": 1},
{"matrix": [1, 5], "x": 5, "y": 1},

{"matrix": [6, 5], "x": 6, "y": 1},
{"matrix": [6, 4], "x": 7, "y": 1},
{"matrix": [6, 3], "x": 8, "y": 1},
{"matrix": [6, 2], "x": 9, "y": 1},
{"matrix": [6, 1], "x": 10, "y": 1},
{"matrix": [6, 0], "x": 11, "y": 1},
coolsa marked this conversation as resolved.
Show resolved Hide resolved

{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2},
{"matrix": [2, 4], "x": 4, "y": 2},
{"matrix": [2, 5], "x": 5, "y": 2},

{"matrix": [7, 5], "x": 6, "y": 2},
{"matrix": [7, 4], "x": 7, "y": 2},
{"matrix": [7, 3], "x": 8, "y": 2},
{"matrix": [7, 2], "x": 9, "y": 2},
{"matrix": [7, 1], "x": 10, "y": 2},
{"matrix": [7, 0], "x": 11, "y": 2},
coolsa marked this conversation as resolved.
Show resolved Hide resolved

{"matrix": [3, 0], "x": 0, "y": 3},
{"matrix": [3, 1], "x": 1, "y": 3},
{"matrix": [3, 2], "x": 2, "y": 3},
{"matrix": [3, 3], "x": 3, "y": 3},
{"matrix": [3, 4], "x": 4, "y": 3},
{"matrix": [3, 5], "x": 5, "y": 3},

{"matrix": [8, 5], "x": 6, "y": 3},
{"matrix": [8, 4], "x": 7, "y": 3},
{"matrix": [8, 3], "x": 8, "y": 3},
{"matrix": [8, 2], "x": 9, "y": 3},
{"matrix": [8, 1], "x": 10, "y": 3},
{"matrix": [8, 0], "x": 11, "y": 3},
coolsa marked this conversation as resolved.
Show resolved Hide resolved

{"matrix": [4, 0], "x": 0, "y": 4},
{"matrix": [4, 1], "x": 1, "y": 4},
{"matrix": [4, 2], "x": 2, "y": 4},
{"matrix": [4, 3], "x": 3, "y": 4},
{"matrix": [4, 4], "x": 4, "y": 4},
{"matrix": [4, 5], "x": 5, "y": 4},

{"matrix": [9, 5], "x": 6, "y": 4},
{"matrix": [9, 4], "x": 7, "y": 4},
{"matrix": [9, 3], "x": 8, "y": 4},
{"matrix": [9, 2], "x": 9, "y": 4},
{"matrix": [9, 1], "x": 10, "y": 4},
{"matrix": [9, 0], "x": 11, "y": 4}
coolsa marked this conversation as resolved.
Show resolved Hide resolved
]
}
}
}
38 changes: 38 additions & 0 deletions keyboards/handwired/split_cloud/keymaps/default/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* Copyright 2015-2021 Jack Humbert
*
* 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:https://www.gnu.org/licenses/>.
*/

#pragma once

/*
* MIDI options
*/

/* enable basic MIDI features:
- MIDI notes can be sent when in Music mode is on
*/

#define MIDI_BASIC

/* enable advanced MIDI features:
- MIDI notes can be added to the keymap
- Octave shift and transpose
- Virtual sustain, portamento, and modulation wheel
- etc.
*/
// #define MIDI_ADVANCED

/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
// #define MIDI_TONE_KEYCODE_OCTAVES 2
coolsa marked this conversation as resolved.
Show resolved Hide resolved
Loading