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
Prev Previous commit
Next Next commit
Minor changes to make clang-format happy
  • Loading branch information
coolsa committed Jun 21, 2023
commit d7484de547ee77646abacab4b749da45438e35ed
1 change: 0 additions & 1 deletion keyboards/handwired/split_cloud/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
#define MATRIX_ROWS 10
#define MATRIX_COLS 6


#define QMK_ESC_OUTPUT B5
#define QMK_ESC_INPUT B6
// #define QMK_LED E6
Expand Down
4 changes: 4 additions & 0 deletions keyboards/handwired/split_cloud/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ enum split_cloud_keycodes { QWERTY = SAFE_RANGE, COLEMAK, DVORAK, PLOVER, LOWER,
#define ST_BOLT QK_STENO_BOLT
#define ST_GEM QK_STENO_GEMINI

// clang-format off

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

/* Qwerty
Expand Down Expand Up @@ -182,6 +184,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

};

// clang-format on

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case QWERTY:
Expand Down