diff options
| -rw-r--r-- | keyboards/handwired/aranck/aranck.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/config.h | 2 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/info.json | 2 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/keymaps/default/config.h | 22 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/keymaps/default/keymap.c | 38 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/keymaps/turkishish/config.h | 4 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/keymaps/turkishish/keymap.c | 37 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/keymaps/turkishish/readme.md | 6 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/readme.md | 12 | ||||
| -rw-r--r-- | keyboards/handwired/aranck/rules.mk | 14 |
10 files changed, 54 insertions, 85 deletions
diff --git a/keyboards/handwired/aranck/aranck.h b/keyboards/handwired/aranck/aranck.h index de7639fd0..df887c2c5 100644 --- a/keyboards/handwired/aranck/aranck.h +++ b/keyboards/handwired/aranck/aranck.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | * The second converts the arguments into a two-dimensional array which | 25 | * The second converts the arguments into a two-dimensional array which |
| 26 | * represents the switch matrix. | 26 | * represents the switch matrix. |
| 27 | */ | 27 | */ |
| 28 | #define LAYOUT_aranck_mit(\ | 28 | #define LAYOUT_planck_mit(\ |
| 29 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ | 29 | k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ |
| 30 | k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ | 30 | k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ |
| 31 | k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \ | 31 | k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \ |
diff --git a/keyboards/handwired/aranck/config.h b/keyboards/handwired/aranck/config.h index 5212409c8..0de56cc3b 100644 --- a/keyboards/handwired/aranck/config.h +++ b/keyboards/handwired/aranck/config.h | |||
| @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | #define PRODUCT_ID 0x0000 | 24 | #define PRODUCT_ID 0x0000 |
| 25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
| 26 | #define MANUFACTURER Ardakilic | 26 | #define MANUFACTURER Ardakilic |
| 27 | #define PRODUCT ARANCK | 27 | #define PRODUCT Aranck |
| 28 | #define DESCRIPTION A handwired 40% ortholinear keyboard | 28 | #define DESCRIPTION A handwired 40% ortholinear keyboard |
| 29 | 29 | ||
| 30 | /* key matrix size */ | 30 | /* key matrix size */ |
diff --git a/keyboards/handwired/aranck/info.json b/keyboards/handwired/aranck/info.json index 450d89634..5e138508d 100644 --- a/keyboards/handwired/aranck/info.json +++ b/keyboards/handwired/aranck/info.json | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | "width": 12, | 6 | "width": 12, |
| 7 | "height": 4, | 7 | "height": 4, |
| 8 | "layouts": { | 8 | "layouts": { |
| 9 | "LAYOUT_aranck_mit": { | 9 | "LAYOUT_planck_mit": { |
| 10 | "key_count": 47, | 10 | "key_count": 47, |
| 11 | "layout": [ | 11 | "layout": [ |
| 12 | { "x": 0, "y": 0 }, | 12 | { "x": 0, "y": 0 }, |
diff --git a/keyboards/handwired/aranck/keymaps/default/config.h b/keyboards/handwired/aranck/keymaps/default/config.h deleted file mode 100644 index cf888b0ad..000000000 --- a/keyboards/handwired/aranck/keymaps/default/config.h +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | /* Copyright 2019 Arda Kilicdagi | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | // place overrides here | ||
| 20 | |||
| 21 | // #define RETRO_TAPPING | ||
| 22 | // #define PERMISSIVE_HOLD \ No newline at end of file | ||
diff --git a/keyboards/handwired/aranck/keymaps/default/keymap.c b/keyboards/handwired/aranck/keymaps/default/keymap.c index 2765c7afb..206d23b6a 100644 --- a/keyboards/handwired/aranck/keymaps/default/keymap.c +++ b/keyboards/handwired/aranck/keymaps/default/keymap.c | |||
| @@ -42,10 +42,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 42 | * | PWR | Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | | 42 | * | PWR | Ctrl | Alt | GUI |Lower | Space |Raise | Left | Down | Up |Right | |
| 43 | * `-----------------------------------------------------------------------------------' | 43 | * `-----------------------------------------------------------------------------------' |
| 44 | */ | 44 | */ |
| 45 | [_QWERTY] = LAYOUT_aranck_mit( | 45 | [_QWERTY] = LAYOUT_planck_mit( |
| 46 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | 46 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, |
| 47 | LT(_NUMPAD, KC_ESC), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | 47 | LT(_NUMPAD, KC_ESC), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, |
| 48 | LSFT_T(KC_CAPS), KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_SFTENT /*KC_ENT*/, | 48 | LSFT_T(KC_CAPS), KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_SFTENT, |
| 49 | LT(_SODA, KC_POWER), KC_LCTL, KC_LALT, KC_LGUI, MO(_LOWER), LT(_SPACE, KC_SPC), MO(_RAISE), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT | 49 | LT(_SODA, KC_POWER), KC_LCTL, KC_LALT, KC_LGUI, MO(_LOWER), LT(_SPACE, KC_SPC), MO(_RAISE), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT |
| 50 | ), | 50 | ), |
| 51 | 51 | ||
| @@ -60,7 +60,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 60 | * | | | | | | | | Next | Vol- | Vol+ | Play | | 60 | * | | | | | | | | Next | Vol- | Vol+ | Play | |
| 61 | * `-----------------------------------------------------------------------------------' | 61 | * `-----------------------------------------------------------------------------------' |
| 62 | */ | 62 | */ |
| 63 | [_LOWER] = LAYOUT_aranck_mit( | 63 | [_LOWER] = LAYOUT_planck_mit( |
| 64 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, | 64 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, |
| 65 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, | 65 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, |
| 66 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, S(KC_NUHS), S(KC_NUBS), KC_HOME, KC_END, _______, | 66 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, S(KC_NUHS), S(KC_NUBS), KC_HOME, KC_END, _______, |
| @@ -79,7 +79,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 79 | * | | | | | | | | Next | Vol- | Vol+ | Play | | 79 | * | | | | | | | | Next | Vol- | Vol+ | Play | |
| 80 | * `-----------------------------------------------------------------------------------' | 80 | * `-----------------------------------------------------------------------------------' |
| 81 | */ | 81 | */ |
| 82 | [_RAISE] = LAYOUT_aranck_mit( | 82 | [_RAISE] = LAYOUT_planck_mit( |
| 83 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | 83 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, |
| 84 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, | 84 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, |
| 85 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______, | 85 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, KC_PGUP, KC_PGDN, _______, |
| @@ -89,18 +89,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 89 | /* Soda Layer | 89 | /* Soda Layer |
| 90 | * Keys that I mostly use when while chilling or taking a break :) | 90 | * Keys that I mostly use when while chilling or taking a break :) |
| 91 | * ,-----------------------------------------------------------------------------------. | 91 | * ,-----------------------------------------------------------------------------------. |
| 92 | * | | | | | | | | | | | | | | 92 | * | | | | | | | | | Up | | | | |
| 93 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 93 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 94 | * | | | | | | | | | | | | Mute | | 94 | * | | | | | | | | Left | Down |Right | | Mute | |
| 95 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 95 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 96 | * | | | | | | | | | Next | Vol- | Vol+ | Play | | 96 | * | | | | | | | | | Next | Vol- | Vol+ | Play | |
| 97 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 97 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 98 | * | | | | | | | | | |Brght▼|Brght▲| | 98 | * | | | | | | | | | |Brght▼|Brght▲| |
| 99 | * `-----------------------------------------------------------------------------------' | 99 | * `-----------------------------------------------------------------------------------' |
| 100 | */ | 100 | */ |
| 101 | [_SODA] = LAYOUT_aranck_mit( | 101 | [_SODA] = LAYOUT_planck_mit( |
| 102 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 102 | _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, _______, |
| 103 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MUTE, | 103 | _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, KC_MUTE, |
| 104 | _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY, | 104 | _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY, |
| 105 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BRMD, KC_BRMU | 105 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BRMD, KC_BRMU |
| 106 | ), | 106 | ), |
| @@ -116,7 +116,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 116 | * | | | | | | | | | |Brght▼|Brght▲| | 116 | * | | | | | | | | | |Brght▼|Brght▲| |
| 117 | * `-----------------------------------------------------------------------------------' | 117 | * `-----------------------------------------------------------------------------------' |
| 118 | */ | 118 | */ |
| 119 | [_SPACE] = LAYOUT_aranck_mit( | 119 | [_SPACE] = LAYOUT_planck_mit( |
| 120 | _______, LGUI(KC_1), LGUI(KC_2), LGUI(KC_3), LGUI(KC_4), LGUI(KC_5), LGUI(KC_6), LGUI(KC_7), LGUI(KC_8), LGUI(KC_9), LGUI(KC_0), LOCKSCREEN, | 120 | _______, LGUI(KC_1), LGUI(KC_2), LGUI(KC_3), LGUI(KC_4), LGUI(KC_5), LGUI(KC_6), LGUI(KC_7), LGUI(KC_8), LGUI(KC_9), LGUI(KC_0), LOCKSCREEN, |
| 121 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, | 121 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, |
| 122 | _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, | 122 | _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, |
| @@ -129,15 +129,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 129 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 129 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 130 | * | | | | | | | Enter| 4 | 5 | 6 | + | * | | 130 | * | | | | | | | Enter| 4 | 5 | 6 | + | * | |
| 131 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 131 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 132 | * | | | | | | | | 1 | 2 | 3 | + | / | | 132 | * | | | | | | | Enter| 1 | 2 | 3 | + | / | |
| 133 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 133 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 134 | * | | | | | | | 0 | 0 | . | , | = | | 134 | * | | | | | | | 0 | 0 | . | , | = | |
| 135 | * `-----------------------------------------------------------------------------------' | 135 | * `-----------------------------------------------------------------------------------' |
| 136 | */ | 136 | */ |
| 137 | [_NUMPAD] = LAYOUT_aranck_mit( | 137 | [_NUMPAD] = LAYOUT_planck_mit( |
| 138 | _______, _______, _______, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PMNS, KC_BSPC, | 138 | _______, _______, _______, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PMNS, KC_BSPC, |
| 139 | _______, _______, _______, _______, _______, _______, KC_PENT, KC_P4, KC_P5, KC_P6, KC_PPLS, KC_PAST, | 139 | _______, _______, _______, _______, _______, _______, KC_PENT, KC_P4, KC_P5, KC_P6, KC_PPLS, KC_PAST, |
| 140 | _______, _______, _______, _______, _______, _______, _______, KC_P1, KC_P2, KC_P3, KC_PPLS, KC_PSLS, | 140 | _______, _______, _______, _______, _______, _______, KC_PENT, KC_P1, KC_P2, KC_P3, KC_PPLS, KC_PSLS, |
| 141 | _______, _______, _______, _______, _______, _______, KC_P0, KC_P0, KC_PDOT, KC_PCMM, KC_PEQL | 141 | _______, _______, _______, _______, _______, _______, KC_P0, KC_P0, KC_PDOT, KC_PCMM, KC_PEQL |
| 142 | ), | 142 | ), |
| 143 | 143 | ||
| @@ -153,7 +153,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 153 | * | | | | | | | | | | | | | 153 | * | | | | | | | | | | | | |
| 154 | * `-----------------------------------------------------------------------------------' | 154 | * `-----------------------------------------------------------------------------------' |
| 155 | */ | 155 | */ |
| 156 | [_ADJUST] = LAYOUT_aranck_mit( | 156 | [_ADJUST] = LAYOUT_planck_mit( |
| 157 | _______, RESET, EEP_RST, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, | 157 | _______, RESET, EEP_RST, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, |
| 158 | _______, _______, MU_MOD, AU_ON, AU_OFF, _______, _______, _______, _______, _______, _______, _______, | 158 | _______, _______, MU_MOD, AU_ON, AU_OFF, _______, _______, _______, _______, _______, _______, _______, |
| 159 | _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, _______, _______, _______, _______, _______, _______, _______, | 159 | _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, _______, _______, _______, _______, _______, _______, _______, |
| @@ -166,13 +166,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 166 | layer_state_t layer_state_set_user(layer_state_t state) { | 166 | layer_state_t layer_state_set_user(layer_state_t state) { |
| 167 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 167 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
| 168 | } | 168 | } |
| 169 | |||
| 170 | //bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 171 | // return true; | ||
| 172 | //} | ||
| 173 | |||
| 174 | void matrix_init_user(void) {} | ||
| 175 | |||
| 176 | void matrix_scan_user(void) {} | ||
| 177 | |||
| 178 | void led_set_user(uint8_t usb_led) {} | ||
diff --git a/keyboards/handwired/aranck/keymaps/turkishish/config.h b/keyboards/handwired/aranck/keymaps/turkishish/config.h index 3e40ef4f6..0810a3b23 100644 --- a/keyboards/handwired/aranck/keymaps/turkishish/config.h +++ b/keyboards/handwired/aranck/keymaps/turkishish/config.h | |||
| @@ -19,4 +19,6 @@ | |||
| 19 | // place overrides here | 19 | // place overrides here |
| 20 | 20 | ||
| 21 | #define RETRO_TAPPING | 21 | #define RETRO_TAPPING |
| 22 | #define PERMISSIVE_HOLD \ No newline at end of file | 22 | #define PERMISSIVE_HOLD |
| 23 | #define IGNORE_MOD_TAP_INTERRUPT | ||
| 24 | #define TAPPING_FORCE_HOLD \ No newline at end of file | ||
diff --git a/keyboards/handwired/aranck/keymaps/turkishish/keymap.c b/keyboards/handwired/aranck/keymaps/turkishish/keymap.c index 195b8aaad..4e7ef57b7 100644 --- a/keyboards/handwired/aranck/keymaps/turkishish/keymap.c +++ b/keyboards/handwired/aranck/keymaps/turkishish/keymap.c | |||
| @@ -43,6 +43,7 @@ enum aranck_layers { | |||
| 43 | #define VERTICAL_PIPE RALT(KC_EQL) | 43 | #define VERTICAL_PIPE RALT(KC_EQL) |
| 44 | #define BACKTICK RALT(KC_BSLS) | 44 | #define BACKTICK RALT(KC_BSLS) |
| 45 | #define TILDE RALT(KC_RBRC) | 45 | #define TILDE RALT(KC_RBRC) |
| 46 | #define NUMBER_SIGN RALT(KC_3) | ||
| 46 | #define LOCKSCREEN LCTL(LSFT(KC_POWER)) // Screen Lock shortcut for OSX | 47 | #define LOCKSCREEN LCTL(LSFT(KC_POWER)) // Screen Lock shortcut for OSX |
| 47 | 48 | ||
| 48 | /* | 49 | /* |
| @@ -93,10 +94,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 93 | * |Sda|<>| Ctrl | Alt | OS |Lowr|,| Space* |Rise|"| Left | Down | Up |Right | | 94 | * |Sda|<>| Ctrl | Alt | OS |Lowr|,| Space* |Rise|"| Left | Down | Up |Right | |
| 94 | * `-----------------------------------------------------------------------------------' | 95 | * `-----------------------------------------------------------------------------------' |
| 95 | */ | 96 | */ |
| 96 | [_QWERTY] = LAYOUT_aranck_mit( | 97 | [_QWERTY] = LAYOUT_planck_mit( |
| 97 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | 98 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, |
| 98 | LT(_NUMPAD, KC_ESC), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | 99 | LT(_NUMPAD, KC_ESC), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, |
| 99 | LSFT_T(KC_CAPS), KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_SFTENT /*KC_ENT*/, | 100 | LSFT_T(KC_CAPS), KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_SFTENT, |
| 100 | LT(_SODA, KC_GRV), KC_LCTL, KC_LALT, KC_LGUI, LT(_LOWER, KC_BSLS), LT(_SPACE, KC_SPC), LT(_RAISE, KC_NONUS_BSLASH), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT | 101 | LT(_SODA, KC_GRV), KC_LCTL, KC_LALT, KC_LGUI, LT(_LOWER, KC_BSLS), LT(_SPACE, KC_SPC), LT(_RAISE, KC_NONUS_BSLASH), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT |
| 101 | ), | 102 | ), |
| 102 | 103 | ||
| @@ -106,15 +107,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 106 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 107 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 107 | * | Del | F1 | F2 | F3 | F4 | F5 | F6 | ? | _ | Ğ | Ü | - | | 108 | * | Del | F1 | F2 | F3 | F4 | F5 | F6 | ? | _ | Ğ | Ü | - | |
| 108 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 109 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 109 | * | | F7 | F8 | F9 | F10 | F11 | F12 | "$" | "{" | "}" | , | ">" | | 110 | * | | F7 | F8 | F9 | F10 | F11 | F12 | "$" | "{" | "}" | < | ">" | |
| 110 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 111 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 111 | * | | | | | | | | "[" | "]" | ' | " | | 112 | * | | | | | | | | "[" | "]" | ' | " | |
| 112 | * `-----------------------------------------------------------------------------------' | 113 | * `-----------------------------------------------------------------------------------' |
| 113 | */ | 114 | */ |
| 114 | [_LOWER] = LAYOUT_aranck_mit( | 115 | [_LOWER] = LAYOUT_planck_mit( |
| 115 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, | 116 | KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_BSPC, |
| 116 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LBRC, KC_RBRC, KC_EQL, | 117 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LBRC, KC_RBRC, KC_EQL, |
| 117 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, DOLLAR_SIGN, CURLY_OPEN, CURLY_CLOSE, KC_BSLS, LSFT(KC_GRV), | 118 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, DOLLAR_SIGN, CURLY_OPEN, CURLY_CLOSE, KC_GRV, LSFT(KC_GRV), |
| 118 | _______, _______, _______, _______, _______, _______, _______, SQUARE_OPEN, SQUARE_CLOSE, LSFT(KC_2), KC_NONUS_BSLASH | 119 | _______, _______, _______, _______, _______, _______, _______, SQUARE_OPEN, SQUARE_CLOSE, LSFT(KC_2), KC_NONUS_BSLASH |
| 119 | ), | 120 | ), |
| 120 | 121 | ||
| @@ -125,15 +126,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 125 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 126 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 126 | * | Del | F1 | F2 | F3 | F4 | F5 | F6 | * | - | "\" | "|" | , | | 127 | * | Del | F1 | F2 | F3 | F4 | F5 | F6 | * | - | "\" | "|" | , | |
| 127 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 128 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 128 | * | | F7 | F8 | F9 | F10 | F11 | F12 | , | " | "~" | "`" | <>| | | 129 | * | | F7 | F8 | F9 | F10 | F11 | F12 | # | " | "~" | "`" | <>| | |
| 129 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 130 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 130 | * | | | | | | | | Next | Vol- | Vol+ | Play | | 131 | * | | | | | | | | Next | Vol- | Vol+ | Play | |
| 131 | * `-----------------------------------------------------------------------------------' | 132 | * `-----------------------------------------------------------------------------------' |
| 132 | */ | 133 | */ |
| 133 | [_RAISE] = LAYOUT_aranck_mit( | 134 | [_RAISE] = LAYOUT_planck_mit( |
| 134 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | 135 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, |
| 135 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, BACKSLASH, VERTICAL_PIPE, KC_BSLS, | 136 | KC_DEL, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_MINS, KC_EQL, BACKSLASH, VERTICAL_PIPE, KC_BSLS, |
| 136 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NUHS, KC_NUBS, TILDE, BACKTICK, KC_GRV, | 137 | _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, NUMBER_SIGN, KC_NUBS, TILDE, BACKTICK, KC_GRV, |
| 137 | _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY | 138 | _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY |
| 138 | ), | 139 | ), |
| 139 | 140 | ||
| @@ -148,7 +149,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 148 | * | | | | | | | | | |Brght▼|Brght▲| | 149 | * | | | | | | | | | |Brght▼|Brght▲| |
| 149 | * `-----------------------------------------------------------------------------------' | 150 | * `-----------------------------------------------------------------------------------' |
| 150 | */ | 151 | */ |
| 151 | [_SODA] = LAYOUT_aranck_mit( | 152 | [_SODA] = LAYOUT_planck_mit( |
| 152 | _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, _______, | 153 | _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, _______, |
| 153 | _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, KC_MUTE, | 154 | _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, KC_MUTE, |
| 154 | _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY, | 155 | _______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY, |
| @@ -166,7 +167,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 166 | * | | | | | | | | | |Brght▼|Brght▲| | 167 | * | | | | | | | | | |Brght▼|Brght▲| |
| 167 | * `-----------------------------------------------------------------------------------' | 168 | * `-----------------------------------------------------------------------------------' |
| 168 | */ | 169 | */ |
| 169 | [_SPACE] = LAYOUT_aranck_mit( | 170 | [_SPACE] = LAYOUT_planck_mit( |
| 170 | _______, LGUI(KC_1), LGUI(KC_2), LGUI(KC_3), LGUI(KC_4), LGUI(KC_5), LGUI(KC_6), LGUI(KC_7), LGUI(KC_8), LGUI(KC_9), LGUI(KC_0), LOCKSCREEN, | 171 | _______, LGUI(KC_1), LGUI(KC_2), LGUI(KC_3), LGUI(KC_4), LGUI(KC_5), LGUI(KC_6), LGUI(KC_7), LGUI(KC_8), LGUI(KC_9), LGUI(KC_0), LOCKSCREEN, |
| 171 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, | 172 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_UP, _______, _______, |
| 172 | _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, | 173 | _______, _______, _______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, |
| @@ -181,15 +182,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 181 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 182 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 182 | * | | | | | | | Enter| 4 | 5 | 6 | + | * | | 183 | * | | | | | | | Enter| 4 | 5 | 6 | + | * | |
| 183 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 184 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 184 | * | | | | | | | | 1 | 2 | 3 | + | / | | 185 | * | | | | | | | Enter| 1 | 2 | 3 | + | / | |
| 185 | * |------+------+------+------+------+------+------+------+------+------+------+------| | 186 | * |------+------+------+------+------+------+------+------+------+------+------+------| |
| 186 | * | | | | | | | 0 | 0 | . | , | = | | 187 | * | | | | | | | 0 | 0 | . | , | = | |
| 187 | * `-----------------------------------------------------------------------------------' | 188 | * `-----------------------------------------------------------------------------------' |
| 188 | */ | 189 | */ |
| 189 | [_NUMPAD] = LAYOUT_aranck_mit( | 190 | [_NUMPAD] = LAYOUT_planck_mit( |
| 190 | _______, _______, _______, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PMNS, KC_BSPC, | 191 | _______, _______, _______, _______, _______, _______, _______, KC_P7, KC_P8, KC_P9, KC_PMNS, KC_BSPC, |
| 191 | _______, _______, _______, _______, _______, _______, KC_PENT, KC_P4, KC_P5, KC_P6, KC_PPLS, KC_PAST, | 192 | _______, _______, _______, _______, _______, _______, KC_PENT, KC_P4, KC_P5, KC_P6, KC_PPLS, KC_PAST, |
| 192 | _______, _______, _______, _______, _______, _______, _______, KC_P1, KC_P2, KC_P3, KC_PPLS, KC_PSLS, | 193 | _______, _______, _______, _______, _______, _______, KC_PENT, KC_P1, KC_P2, KC_P3, KC_PPLS, KC_PSLS, |
| 193 | _______, _______, _______, _______, _______, _______, KC_P0, KC_P0, KC_SLSH, KC_PDOT, KC_PEQL | 194 | _______, _______, _______, _______, _______, _______, KC_P0, KC_P0, KC_SLSH, KC_PDOT, KC_PEQL |
| 194 | ), | 195 | ), |
| 195 | 196 | ||
| @@ -204,7 +205,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 204 | * | | | | | | | | | | | | | 205 | * | | | | | | | | | | | | |
| 205 | * `-----------------------------------------------------------------------------------' | 206 | * `-----------------------------------------------------------------------------------' |
| 206 | */ | 207 | */ |
| 207 | [_ADJUST] = LAYOUT_aranck_mit( | 208 | [_ADJUST] = LAYOUT_planck_mit( |
| 208 | _______, RESET, EEP_RST, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, | 209 | _______, RESET, EEP_RST, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, |
| 209 | _______, _______, MU_MOD, AU_ON, AU_OFF, _______, _______, _______, _______, _______, _______, _______, | 210 | _______, _______, MU_MOD, AU_ON, AU_OFF, _______, _______, _______, _______, _______, _______, _______, |
| 210 | _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, _______, _______, _______, _______, _______, _______, _______, | 211 | _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, _______, _______, _______, _______, _______, _______, _______, |
| @@ -217,9 +218,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 217 | layer_state_t layer_state_set_user(layer_state_t state) { | 218 | layer_state_t layer_state_set_user(layer_state_t state) { |
| 218 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 219 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
| 219 | } | 220 | } |
| 220 | |||
| 221 | void matrix_init_user(void) {} | ||
| 222 | |||
| 223 | void matrix_scan_user(void) {} | ||
| 224 | |||
| 225 | void led_set_user(uint8_t usb_led) {} | ||
diff --git a/keyboards/handwired/aranck/keymaps/turkishish/readme.md b/keyboards/handwired/aranck/keymaps/turkishish/readme.md index 8998081c1..3ff12ca0e 100644 --- a/keyboards/handwired/aranck/keymaps/turkishish/readme.md +++ b/keyboards/handwired/aranck/keymaps/turkishish/readme.md | |||
| @@ -1 +1,7 @@ | |||
| 1 | # The Turkishish keymap for Aranck | 1 | # The Turkishish keymap for Aranck |
| 2 | |||
| 3 | This layout is optimized for my use cases with Turkish OS layout. | ||
| 4 | |||
| 5 | You can flash the "turkishish" layout like: | ||
| 6 | |||
| 7 | make handwired/aranck:turkishish:flash | ||
diff --git a/keyboards/handwired/aranck/readme.md b/keyboards/handwired/aranck/readme.md index 67089b499..437d0b44d 100644 --- a/keyboards/handwired/aranck/readme.md +++ b/keyboards/handwired/aranck/readme.md | |||
| @@ -8,15 +8,11 @@ A handwired 40% ortholinear keyboard. | |||
| 8 | 8 | ||
| 9 | The story: https://imgur.com/a/4QI7ifJ | 9 | The story: https://imgur.com/a/4QI7ifJ |
| 10 | 10 | ||
| 11 | Keyboard Maintainer: [Arda Kilicdagi](https://github.com/ardakilic) | 11 | * Keyboard Maintainer: [Arda Kilicdagi](https://github.com/ardakilic) |
| 12 | Hardware Supported: Pro Micro | 12 | * Hardware Supported: Pro Micro |
| 13 | 13 | ||
| 14 | Make example for this keyboard (after setting up your build environment): | 14 | Make example for this keyboard (after setting up your build environment): |
| 15 | 15 | ||
| 16 | make handwired/aranck:default:flash | 16 | make handwired/aranck:default |
| 17 | 17 | ||
| 18 | You can flash the "turkishish" layout (which I'm currently using) like: | 18 | 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). |
| 19 | |||
| 20 | make handwired/aranck:turkishish:flash | ||
| 21 | |||
| 22 | 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/handwired/aranck/rules.mk b/keyboards/handwired/aranck/rules.mk index b95b98a4c..a6809de9d 100644 --- a/keyboards/handwired/aranck/rules.mk +++ b/keyboards/handwired/aranck/rules.mk | |||
| @@ -14,10 +14,10 @@ BOOTLOADER = caterina | |||
| 14 | # Build Options | 14 | # Build Options |
| 15 | # change yes to no to disable | 15 | # change yes to no to disable |
| 16 | # | 16 | # |
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 18 | MOUSEKEY_ENABLE = no # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = no # Console for debug(+400) | 20 | CONSOLE_ENABLE = no # Console for debug |
| 21 | COMMAND_ENABLE = no # Commands for debug and configuration | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| @@ -25,9 +25,11 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 25 | NKRO_ENABLE = no # USB Nkey Rollover | 25 | NKRO_ENABLE = no # USB Nkey Rollover |
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 28 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | 28 | MIDI_ENABLE = no # MIDI support |
| 29 | UNICODE_ENABLE = no # Unicode | 29 | UNICODE_ENABLE = no # Unicode |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = yes # Audio output on port C6 | 31 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) \ No newline at end of file | 33 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs |
| 34 | |||
| 35 | LAYOUTS = planck_mit \ No newline at end of file | ||
