diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/60_ansi/talljoe-ansi/config.h | 3 | ||||
| -rw-r--r-- | layouts/community/60_ansi_split_bs_rshift/talljoe/config.h | 3 | ||||
| -rw-r--r-- | layouts/community/60_hhkb/talljoe-hhkb/config.h | 23 | ||||
| -rw-r--r-- | layouts/community/60_hhkb/talljoe-hhkb/keymap.c | 1 | ||||
| -rw-r--r-- | layouts/community/60_hhkb/talljoe-hhkb/rules.mk | 1 | ||||
| -rw-r--r-- | layouts/community/ortho_4x12/talljoe/config.h | 2 | ||||
| -rw-r--r-- | layouts/community/tkl_ansi/talljoe-tkl/config.h | 25 | ||||
| -rw-r--r-- | layouts/community/tkl_ansi/talljoe-tkl/keymap.c | 89 | ||||
| -rw-r--r-- | layouts/community/tkl_ansi/talljoe-tkl/rules.mk | 1 | ||||
| -rw-r--r-- | layouts/default/60_hhkb/default_60_hhkb/keymap.c | 65 | ||||
| -rw-r--r-- | layouts/default/60_hhkb/layout.json | 5 | ||||
| -rw-r--r-- | layouts/default/60_hhkb/readme.md | 3 | ||||
| -rw-r--r-- | layouts/default/tkl_ansi/default_tkl_ansi/keymap.c | 11 | ||||
| -rw-r--r-- | layouts/default/tkl_ansi/layout.json | 6 | ||||
| -rw-r--r-- | layouts/default/tkl_ansi/readme.md | 3 |
15 files changed, 238 insertions, 3 deletions
diff --git a/layouts/community/60_ansi/talljoe-ansi/config.h b/layouts/community/60_ansi/talljoe-ansi/config.h index 9e27b1b0a..1990b0ee3 100644 --- a/layouts/community/60_ansi/talljoe-ansi/config.h +++ b/layouts/community/60_ansi/talljoe-ansi/config.h | |||
| @@ -3,9 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | #include QMK_KEYBOARD_CONFIG_H | 4 | #include QMK_KEYBOARD_CONFIG_H |
| 5 | 5 | ||
| 6 | #define PREVENT_STUCK_MODIFIERS | ||
| 6 | #define ENABLE_GAME_LAYER | 7 | #define ENABLE_GAME_LAYER |
| 7 | 8 | ||
| 8 | #define LAYOUT( \ | 9 | #define TEMPLATE( \ |
| 9 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ | 10 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ |
| 10 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | 11 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ |
| 11 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | 12 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ |
diff --git a/layouts/community/60_ansi_split_bs_rshift/talljoe/config.h b/layouts/community/60_ansi_split_bs_rshift/talljoe/config.h index 0eacbde33..81ab5cf89 100644 --- a/layouts/community/60_ansi_split_bs_rshift/talljoe/config.h +++ b/layouts/community/60_ansi_split_bs_rshift/talljoe/config.h | |||
| @@ -3,9 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | #include QMK_KEYBOARD_CONFIG_H | 4 | #include QMK_KEYBOARD_CONFIG_H |
| 5 | 5 | ||
| 6 | #define PREVENT_STUCK_MODIFIERS | ||
| 6 | #define ENABLE_GAME_LAYER | 7 | #define ENABLE_GAME_LAYER |
| 7 | 8 | ||
| 8 | #define LAYOUT( \ | 9 | #define TEMPLATE( \ |
| 9 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ | 10 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ |
| 10 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | 11 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ |
| 11 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | 12 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ |
diff --git a/layouts/community/60_hhkb/talljoe-hhkb/config.h b/layouts/community/60_hhkb/talljoe-hhkb/config.h new file mode 100644 index 000000000..938ea6cd6 --- /dev/null +++ b/layouts/community/60_hhkb/talljoe-hhkb/config.h | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | #ifndef CONFIG_USER_H | ||
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_CONFIG_H | ||
| 5 | |||
| 6 | #define PREVENT_STUCK_MODIFIERS | ||
| 7 | #define ENABLE_GAME_LAYER | ||
| 8 | |||
| 9 | #define TEMPLATE( \ | ||
| 10 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ | ||
| 11 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 12 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | ||
| 13 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ | ||
| 14 | K40, K41, K42, K44, K45, K46, K48, K49, K4B, K4C \ | ||
| 15 | ) LAYOUT_60_hhkb( \ | ||
| 16 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ | ||
| 17 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | ||
| 18 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | ||
| 19 | K30, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D, \ | ||
| 20 | K41, K42, K45, K48, K4C \ | ||
| 21 | ) | ||
| 22 | |||
| 23 | #endif //CONFIG_USER_H | ||
diff --git a/layouts/community/60_hhkb/talljoe-hhkb/keymap.c b/layouts/community/60_hhkb/talljoe-hhkb/keymap.c new file mode 100644 index 000000000..7812add81 --- /dev/null +++ b/layouts/community/60_hhkb/talljoe-hhkb/keymap.c | |||
| @@ -0,0 +1 @@ | |||
| // This space intentionally left blank | |||
diff --git a/layouts/community/60_hhkb/talljoe-hhkb/rules.mk b/layouts/community/60_hhkb/talljoe-hhkb/rules.mk new file mode 100644 index 000000000..92007fe8a --- /dev/null +++ b/layouts/community/60_hhkb/talljoe-hhkb/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| USER_NAME := talljoe | |||
diff --git a/layouts/community/ortho_4x12/talljoe/config.h b/layouts/community/ortho_4x12/talljoe/config.h index c2a9567bb..61229e7f6 100644 --- a/layouts/community/ortho_4x12/talljoe/config.h +++ b/layouts/community/ortho_4x12/talljoe/config.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include QMK_KEYBOARD_CONFIG_H | 4 | #include QMK_KEYBOARD_CONFIG_H |
| 5 | #define SPACE_COUNT 3 | 5 | #define SPACE_COUNT 3 |
| 6 | 6 | ||
| 7 | #define LAYOUT( \ | 7 | #define TEMPLATE( \ |
| 8 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ | 8 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, \ |
| 9 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ | 9 | K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ |
| 10 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ | 10 | K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, \ |
diff --git a/layouts/community/tkl_ansi/talljoe-tkl/config.h b/layouts/community/tkl_ansi/talljoe-tkl/config.h new file mode 100644 index 000000000..90db04e7b --- /dev/null +++ b/layouts/community/tkl_ansi/talljoe-tkl/config.h | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | #ifndef CONFIG_USER_H | ||
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include QMK_KEYBOARD_CONFIG_H | ||
| 5 | |||
| 6 | #define PREVENT_STUCK_MODIFIERS | ||
| 7 | #define ENABLE_GAME_LAYER | ||
| 8 | |||
| 9 | #define TEMPLATE_TKL(\ | ||
| 10 | KJ6, KI4, KH4, KH2, KH6, KA7, KE6, KD2, KD4, KB4, KB7, KB6, KB0, KC7, KC5, KA5, \ | ||
| 11 | KJ4, KJ7, KI7, KH7, KG7, KG4, KF4, KF7, KE7, KD7, KR7, KR4, KE4, KB2, KL4, KO4, KQ4, \ | ||
| 12 | KJ2, KJ5, KI5, KH5, KG5, KG2, KF2, KF5, KE5, KD5, KR5, KR2, KE2, KB3, KK4, KO7, KQ7, \ | ||
| 13 | KI2, KJ3, KI3, KH3, KG3, KG6, KF6, KF3, KE3, KD3, KR3, KR6, KB1, \ | ||
| 14 | KN2, KJ1, KI1, KH1, KG1, KG0, KF0, KF1, KE1, KD1, KR0, KN3, KO6, \ | ||
| 15 | KA4, KP2, KC6, KX1, KK6, KX2, KC0, KM3, KD0, KA1, KO0, KK0, KL0 \ | ||
| 16 | ) LAYOUT_tkl_ansi( \ | ||
| 17 | KJ6, KI4, KH4, KH2, KH6, KA7, KE6, KD2, KD4, KB4, KB7, KB6, KB0, KC7, KC5, KA5, \ | ||
| 18 | KJ4, KJ7, KI7, KH7, KG7, KG4, KF4, KF7, KE7, KD7, KR7, KR4, KE4, KB2, KL4, KO4, KQ4, \ | ||
| 19 | KJ2, KJ5, KI5, KH5, KG5, KG2, KF2, KF5, KE5, KD5, KR5, KR2, KE2, KB3, KK4, KO7, KQ7, \ | ||
| 20 | KI2, KJ3, KI3, KH3, KG3, KG6, KF6, KF3, KE3, KD3, KR3, KR6, KB1, \ | ||
| 21 | KN2,KC_NO,KJ1, KI1, KH1, KG1, KG0, KF0, KF1, KE1, KD1, KR0, KN3, KO6, \ | ||
| 22 | KA4, KP2, KC6, KK6, KC0, KM3, KD0, KA1, KO0, KK0, KL0 \ | ||
| 23 | ) | ||
| 24 | |||
| 25 | #endif //CONFIG_USER_H | ||
diff --git a/layouts/community/tkl_ansi/talljoe-tkl/keymap.c b/layouts/community/tkl_ansi/talljoe-tkl/keymap.c new file mode 100644 index 000000000..b5dc54492 --- /dev/null +++ b/layouts/community/tkl_ansi/talljoe-tkl/keymap.c | |||
| @@ -0,0 +1,89 @@ | |||
| 1 | #ifdef KEYBOARD_zeal60 | ||
| 2 | #include "config.h" | ||
| 3 | #include "zeal60.h" | ||
| 4 | #include "zeal_backlight.h" | ||
| 5 | #include "action_layer.h" | ||
| 6 | #include "solarized.h" | ||
| 7 | #include "talljoe.h" | ||
| 8 | |||
| 9 | // from zeal_backlight.c | ||
| 10 | // we want to be able to set indicators for the spacebar stabs | ||
| 11 | // but they are not represented by a row/index. | ||
| 12 | extern zeal_backlight_config g_config; | ||
| 13 | void map_row_column_to_led( uint8_t row, uint8_t column, uint8_t *led ); | ||
| 14 | |||
| 15 | void set_backlight_defaults(void) { | ||
| 16 | uint8_t space; | ||
| 17 | uint8_t caps_lock; | ||
| 18 | map_row_column_to_led(3, 12, &caps_lock); | ||
| 19 | map_row_column_to_led(4, 7, &space); | ||
| 20 | zeal_backlight_config default_values = { | ||
| 21 | .use_split_backspace = USE_SPLIT_BACKSPACE, | ||
| 22 | .use_split_left_shift = USE_SPLIT_LEFT_SHIFT, | ||
| 23 | .use_split_right_shift = USE_SPLIT_RIGHT_SHIFT, | ||
| 24 | .use_7u_spacebar = USE_7U_SPACEBAR, | ||
| 25 | .use_iso_enter = USE_ISO_ENTER, | ||
| 26 | .disable_when_usb_suspended = 1, | ||
| 27 | .disable_after_timeout = 0, | ||
| 28 | .brightness = 255, | ||
| 29 | .effect = 10, | ||
| 30 | .color_1 = solarized.base2, | ||
| 31 | .color_2 = solarized.base02, | ||
| 32 | .caps_lock_indicator = { .index = caps_lock, .color = solarized.red }, | ||
| 33 | .layer_1_indicator = { .index = space, .color = solarized.blue }, | ||
| 34 | .layer_2_indicator = { .index = space, .color = solarized.yellow }, | ||
| 35 | .layer_3_indicator = { .index = 254, .color = solarized.red }, | ||
| 36 | .alphas_mods = { | ||
| 37 | BACKLIGHT_ALPHAS_MODS_ROW_0, | ||
| 38 | BACKLIGHT_ALPHAS_MODS_ROW_1, | ||
| 39 | BACKLIGHT_ALPHAS_MODS_ROW_2, | ||
| 40 | BACKLIGHT_ALPHAS_MODS_ROW_3, | ||
| 41 | BACKLIGHT_ALPHAS_MODS_ROW_4 } | ||
| 42 | }; | ||
| 43 | memcpy(&g_config, &default_values, sizeof(zeal_backlight_config)); | ||
| 44 | backlight_config_save(); | ||
| 45 | |||
| 46 | solarized_t* S = &solarized; | ||
| 47 | HSV alphas = S->base2; | ||
| 48 | HSV custom_color_map[MATRIX_ROWS][MATRIX_COLS] = CM( | ||
| 49 | S->red, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, S->red, | ||
| 50 | S->orange, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, S->orange, | ||
| 51 | S->green, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, S->green, | ||
| 52 | S->blue, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, alphas, S->blue, S->blue, | ||
| 53 | S->violet, S->magenta, S->yellow, alphas, S->yellow, S->magenta, S->violet, S->green | ||
| 54 | ); | ||
| 55 | for (uint8_t row = 0; row < MATRIX_ROWS; ++row) { | ||
| 56 | for (uint8_t col = 0; col < MATRIX_COLS; ++col) { | ||
| 57 | backlight_set_key_color(row, col, custom_color_map[row][col]); | ||
| 58 | } | ||
| 59 | } | ||
| 60 | } | ||
| 61 | |||
| 62 | bool process_record_keymap(uint16_t keycode, keyrecord_t *record) { | ||
| 63 | static uint8_t last_effect; | ||
| 64 | switch (keycode) { | ||
| 65 | case DFAULTS: | ||
| 66 | if (IS_PRESSED(record->event)) set_backlight_defaults(); | ||
| 67 | return false; | ||
| 68 | case BL_TOGG: | ||
| 69 | if (IS_PRESSED(record->event)) { | ||
| 70 | if (g_config.effect) { | ||
| 71 | last_effect = g_config.effect; | ||
| 72 | g_config.effect = 0; | ||
| 73 | } else { | ||
| 74 | g_config.effect = last_effect; | ||
| 75 | } | ||
| 76 | } | ||
| 77 | return false; | ||
| 78 | case EFFECT...EFFECT_END: | ||
| 79 | if (IS_PRESSED(record->event)) { | ||
| 80 | uint8_t effect = keycode - EFFECT; | ||
| 81 | g_config.effect = effect; | ||
| 82 | backlight_config_save(); | ||
| 83 | } | ||
| 84 | return false; | ||
| 85 | } | ||
| 86 | |||
| 87 | return true; | ||
| 88 | } | ||
| 89 | #endif | ||
diff --git a/layouts/community/tkl_ansi/talljoe-tkl/rules.mk b/layouts/community/tkl_ansi/talljoe-tkl/rules.mk new file mode 100644 index 000000000..92007fe8a --- /dev/null +++ b/layouts/community/tkl_ansi/talljoe-tkl/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| USER_NAME := talljoe | |||
diff --git a/layouts/default/60_hhkb/default_60_hhkb/keymap.c b/layouts/default/60_hhkb/default_60_hhkb/keymap.c new file mode 100644 index 000000000..60d628f12 --- /dev/null +++ b/layouts/default/60_hhkb/default_60_hhkb/keymap.c | |||
| @@ -0,0 +1,65 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | #define BASE 0 | ||
| 4 | #define HHKB 1 | ||
| 5 | |||
| 6 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 7 | |||
| 8 | /* BASE Level: Default Layer | ||
| 9 | |-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---| | ||
| 10 | | Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ | ` | | ||
| 11 | |-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---| | ||
| 12 | | Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | Backs | | | ||
| 13 | |-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---| | ||
| 14 | | Cont | A | S | D | F | G | H | J | K | L | ; | ' | Ent | | | | ||
| 15 | |-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---| | ||
| 16 | | Shift | Z | X | C | V | B | N | M | , | . | / | Shift | Fn0 | | | | ||
| 17 | |-------+---+---+---+---+---+---+---+---+---+---+-------+-----+-------+---| | ||
| 18 | |||
| 19 | |------+------+-----------------------+------+------| | ||
| 20 | | LAlt | LGUI | ******* Space ******* | RGUI | RAlt | | ||
| 21 | |------+------+-----------------------+------+------| | ||
| 22 | */ | ||
| 23 | |||
| 24 | [BASE] = LAYOUT_60_hhkb( // default layer | ||
| 25 | KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSLS, KC_GRV, \ | ||
| 26 | 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_BSPC, \ | ||
| 27 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, \ | ||
| 28 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, MO(HHKB), \ | ||
| 29 | KC_LALT, KC_LGUI, /* */ KC_SPC, KC_RGUI, KC_RALT), | ||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | /* Layer HHKB: HHKB mode (HHKB Fn) | ||
| 34 | |------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----| | ||
| 35 | | Pwr | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | Ins | Del | | ||
| 36 | |------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----| | ||
| 37 | | Caps | | | | | | | | Psc | Slk | Pus | Up | | Backs | | | ||
| 38 | |------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----| | ||
| 39 | | | VoD | VoU | Mut | | | * | / | Hom | PgU | Lef | Rig | Enter | | | | ||
| 40 | |------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----| | ||
| 41 | | | | | | | | + | - | End | PgD | Dow | | | | | | ||
| 42 | |------+-----+-----+-----+----+----+----+----+-----+-----+-----+-----+-------+-------+-----| | ||
| 43 | |||
| 44 | |------+------+----------------------+------+------+ | ||
| 45 | | **** | **** | ******************** | **** | **** | | ||
| 46 | |------+------+----------------------+------+------+ | ||
| 47 | |||
| 48 | */ | ||
| 49 | |||
| 50 | [HHKB] = LAYOUT_60_hhkb( | ||
| 51 | KC_PWR, 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_INS, KC_DEL, \ | ||
| 52 | KC_CAPS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PSCR, KC_SLCK, KC_PAUS, KC_UP, KC_TRNS, KC_BSPC, \ | ||
| 53 | KC_TRNS, KC_VOLD, KC_VOLU, KC_MUTE, KC_TRNS, KC_TRNS, KC_PAST, KC_PSLS, KC_HOME, KC_PGUP, KC_LEFT, KC_RGHT, KC_PENT, \ | ||
| 54 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PPLS, KC_PMNS, KC_END, KC_PGDN, KC_DOWN, KC_TRNS, KC_TRNS, \ | ||
| 55 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)}; | ||
| 56 | |||
| 57 | // Runs just one time when the keyboard initializes. | ||
| 58 | void matrix_init_user(void) { | ||
| 59 | |||
| 60 | }; | ||
| 61 | |||
| 62 | // Runs constantly in the background, in a loop. | ||
| 63 | void matrix_scan_user(void) { | ||
| 64 | |||
| 65 | }; | ||
diff --git a/layouts/default/60_hhkb/layout.json b/layouts/default/60_hhkb/layout.json new file mode 100644 index 000000000..9dce76a2e --- /dev/null +++ b/layouts/default/60_hhkb/layout.json | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | ["Esc","!\n1","@\n2","#\n3","$\n4","%\n5","^\n6","&\n7","*\n8","(\n9",")\n0","_\n-","+\n=","|\n\\","~\n`"], | ||
| 2 | [{w:1.5},"Tab","Q","W","E","R","T","Y","U","I","O","P","{\n[","}\n]",{w:1.5},"Delete"], | ||
| 3 | [{w:1.75},"Control","A","S","D","F","G","H","J","K","L",":\n;","\"\n'",{w:2.25},"Enter"], | ||
| 4 | [{w:2.25},"Shift","Z","X","C","V","B","N","M","<\n,",">\n.","?\n/",{w:1.75},"Shift","Fn"], | ||
| 5 | [{x:1.5},"Os",{w:1.5},"Alt",{a:7,w:7},"",{a:4,w:1.5},"Alt","Os"] | ||
diff --git a/layouts/default/60_hhkb/readme.md b/layouts/default/60_hhkb/readme.md new file mode 100644 index 000000000..f02d13e4d --- /dev/null +++ b/layouts/default/60_hhkb/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # 60_hhkb | ||
| 2 | |||
| 3 | LAYOUT_60_hhkb \ No newline at end of file | ||
diff --git a/layouts/default/tkl_ansi/default_tkl_ansi/keymap.c b/layouts/default/tkl_ansi/default_tkl_ansi/keymap.c new file mode 100644 index 000000000..e57f776bb --- /dev/null +++ b/layouts/default/tkl_ansi/default_tkl_ansi/keymap.c | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | [0] = LAYOUT_tkl_ansi(\ | ||
| 5 | KC_ESC, 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_PSCR,KC_SLCK,KC_PAUS, \ | ||
| 6 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,KC_MINS, KC_EQL,KC_BSPC, KC_INS ,KC_HOME,KC_PGUP, \ | ||
| 7 | 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_DEL ,KC_END ,KC_PGDN, \ | ||
| 8 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L,KC_SCLN,KC_QUOT, KC_ENT, \ | ||
| 9 | KC_LSFT,KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M,KC_COMM, KC_DOT,KC_SLSH, KC_RSFT, KC_UP, \ | ||
| 10 | KC_LCTL,KC_LGUI,KC_LALT, KC_SPC, KC_RALT,KC_RGUI, KC_APP,KC_RCTL, KC_LEFT,KC_DOWN,KC_RGHT \ | ||
| 11 | }; | ||
diff --git a/layouts/default/tkl_ansi/layout.json b/layouts/default/tkl_ansi/layout.json new file mode 100644 index 000000000..54492b98f --- /dev/null +++ b/layouts/default/tkl_ansi/layout.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | ["Esc",{x:1},"F1","F2","F3","F4",{x:0.5},"F5","F6","F7","F8",{x:0.5},"F9","F10","F11","F12",{x:0.25},"PrtSc","Scroll Lock","Pause\nBreak"], | ||
| 2 | [{y:0.5},"~\n`","!\n1","@\n2","#\n3","$\n4","%\n5","^\n6","&\n7","*\n8","(\n9",")\n0","_\n-","+\n=",{w:2},"Backspace",{x:0.25},"Insert","Home","PgUp"], | ||
| 3 | [{w:1.5},"Tab","Q","W","E","R","T","Y","U","I","O","P","{\n[","}\n]",{w:1.5},"|\n\\",{x:0.25},"Delete","End","PgDn"], | ||
| 4 | [{w:1.75},"Caps Lock","A","S","D","F","G","H","J","K","L",":\n;","\"\n'",{w:2.25},"Enter"], | ||
| 5 | [{w:2.25},"Shift","Z","X","C","V","B","N","M","<\n,",">\n.","?\n/",{w:2.75},"Shift",{x:1.25},"↑"], | ||
| 6 | [{w:1.25},"Ctrl",{w:1.25},"Win",{w:1.25},"Alt",{a:7,w:6.25},"",{a:4,w:1.25},"Alt",{w:1.25},"Win",{w:1.25},"Menu",{w:1.25},"Ctrl",{x:0.25},"←","↓","→"] | ||
diff --git a/layouts/default/tkl_ansi/readme.md b/layouts/default/tkl_ansi/readme.md new file mode 100644 index 000000000..94d5df122 --- /dev/null +++ b/layouts/default/tkl_ansi/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # tkl_ansi | ||
| 2 | |||
| 3 | LAYOUT_tkl_ansi \ No newline at end of file | ||
