diff options
-rw-r--r-- | keyboards/mikeneko65/rev3/config.h | 3 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev3/keymaps/default/keymap.c | 11 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev3/keymaps/via/keymap.c | 11 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev3/rev3.c | 3 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev3/rev3.h | 3 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev4/config.h | 5 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev4/keymaps/default/keymap.c | 5 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev4/keymaps/via/keymap.c | 5 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev4/rev4.c | 3 | ||||
-rw-r--r-- | keyboards/mikeneko65/rev4/rev4.h | 3 |
10 files changed, 31 insertions, 21 deletions
diff --git a/keyboards/mikeneko65/rev3/config.h b/keyboards/mikeneko65/rev3/config.h index 9fffb77c6..dad253201 100644 --- a/keyboards/mikeneko65/rev3/config.h +++ b/keyboards/mikeneko65/rev3/config.h | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | Copyright 2022 takishim | ||
2 | 3 | ||
3 | This program is free software: you can redistribute it and/or modify | 4 | 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 | it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/mikeneko65/rev3/keymaps/default/keymap.c b/keyboards/mikeneko65/rev3/keymaps/default/keymap.c index c40d48f2f..69844b8c3 100644 --- a/keyboards/mikeneko65/rev3/keymaps/default/keymap.c +++ b/keyboards/mikeneko65/rev3/keymaps/default/keymap.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
@@ -22,10 +23,10 @@ enum layer_names { | |||
22 | 23 | ||
23 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
24 | [_BASE] = LAYOUT_all( | 25 | [_BASE] = LAYOUT_all( |
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, KC_HOME, | 26 | 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, KC_HOME, |
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, KC_END, | 27 | 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, KC_END, |
27 | 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, KC_PGUP, | 28 | 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, KC_PGUP, |
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, KC_UP, KC_PGDN, | 29 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, |
29 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN), KC_LEFT, KC_DOWN, KC_RGHT | 30 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN), KC_LEFT, KC_DOWN, KC_RGHT |
30 | ), | 31 | ), |
31 | [_FN] = LAYOUT_all( | 32 | [_FN] = LAYOUT_all( |
diff --git a/keyboards/mikeneko65/rev3/keymaps/via/keymap.c b/keyboards/mikeneko65/rev3/keymaps/via/keymap.c index 6c909b0c9..2a456503e 100644 --- a/keyboards/mikeneko65/rev3/keymaps/via/keymap.c +++ b/keyboards/mikeneko65/rev3/keymaps/via/keymap.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
@@ -24,10 +25,10 @@ enum layer_names { | |||
24 | 25 | ||
25 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 26 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
26 | [_L0] = LAYOUT_all( | 27 | [_L0] = LAYOUT_all( |
27 | 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, KC_HOME, | 28 | 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, KC_HOME, |
28 | 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, KC_END, | 29 | 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, KC_END, |
29 | 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, KC_PGUP, | 30 | 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, KC_PGUP, |
30 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, | 31 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN, |
31 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_L1), KC_LEFT, KC_DOWN, KC_RGHT | 32 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_L1), KC_LEFT, KC_DOWN, KC_RGHT |
32 | ), | 33 | ), |
33 | [_L1] = LAYOUT_all( | 34 | [_L1] = LAYOUT_all( |
diff --git a/keyboards/mikeneko65/rev3/rev3.c b/keyboards/mikeneko65/rev3/rev3.c index 818658803..6da33ff78 100644 --- a/keyboards/mikeneko65/rev3/rev3.c +++ b/keyboards/mikeneko65/rev3/rev3.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/mikeneko65/rev3/rev3.h b/keyboards/mikeneko65/rev3/rev3.h index f6c3792bd..cb490224f 100644 --- a/keyboards/mikeneko65/rev3/rev3.h +++ b/keyboards/mikeneko65/rev3/rev3.h | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/mikeneko65/rev4/config.h b/keyboards/mikeneko65/rev4/config.h index 30ad8e9fa..2e7efaf8d 100644 --- a/keyboards/mikeneko65/rev4/config.h +++ b/keyboards/mikeneko65/rev4/config.h | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | Copyright 2022 takishim | ||
2 | 3 | ||
3 | This program is free software: you can redistribute it and/or modify | 4 | 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 | it under the terms of the GNU General Public License as published by |
@@ -40,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
40 | * | 41 | * |
41 | */ | 42 | */ |
42 | #define MATRIX_ROW_PINS { D0, D2, D5, C6, C7 } | 43 | #define MATRIX_ROW_PINS { D0, D2, D5, C6, C7 } |
43 | #define MATRIX_COL_PINS { F7, F6, F5, F4, F1, F0, E6, B0, B7, D4, D6, D7, B4, B5, B6 } | 44 | #define MATRIX_COL_PINS { F7, F6, F5, F4, F1, F0, E6, B0, B7, D4, D6, D7, B6, B5, B4 } |
44 | #define UNUSED_PINS | 45 | #define UNUSED_PINS |
45 | 46 | ||
46 | /* COL2ROW, ROW2COL */ | 47 | /* COL2ROW, ROW2COL */ |
diff --git a/keyboards/mikeneko65/rev4/keymaps/default/keymap.c b/keyboards/mikeneko65/rev4/keymaps/default/keymap.c index 4cbdd7a77..108ba0beb 100644 --- a/keyboards/mikeneko65/rev4/keymaps/default/keymap.c +++ b/keyboards/mikeneko65/rev4/keymaps/default/keymap.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
@@ -29,7 +30,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
29 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN), KC_LEFT, KC_DOWN, KC_RGHT | 30 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_FN), KC_LEFT, KC_DOWN, KC_RGHT |
30 | ), | 31 | ), |
31 | [_FN] = LAYOUT_all( | 32 | [_FN] = LAYOUT_all( |
32 | _______, 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_DEL, _______, | 33 | KC_TILD, 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_DEL, _______, |
33 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
34 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
diff --git a/keyboards/mikeneko65/rev4/keymaps/via/keymap.c b/keyboards/mikeneko65/rev4/keymaps/via/keymap.c index 518cc8d5c..2b9d12580 100644 --- a/keyboards/mikeneko65/rev4/keymaps/via/keymap.c +++ b/keyboards/mikeneko65/rev4/keymaps/via/keymap.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
@@ -31,7 +32,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
31 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_L1), KC_LEFT, KC_DOWN, KC_RGHT | 32 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(_L1), KC_LEFT, KC_DOWN, KC_RGHT |
32 | ), | 33 | ), |
33 | [_L1] = LAYOUT_all( | 34 | [_L1] = LAYOUT_all( |
34 | _______, 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_DEL, _______, | 35 | KC_TILD, 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_DEL, _______, |
35 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
36 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
37 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 38 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
diff --git a/keyboards/mikeneko65/rev4/rev4.c b/keyboards/mikeneko65/rev4/rev4.c index bf16b41c8..35d8509a0 100644 --- a/keyboards/mikeneko65/rev4/rev4.c +++ b/keyboards/mikeneko65/rev4/rev4.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |
diff --git a/keyboards/mikeneko65/rev4/rev4.h b/keyboards/mikeneko65/rev4/rev4.h index 5a3e124c5..5f4a913fc 100644 --- a/keyboards/mikeneko65/rev4/rev4.h +++ b/keyboards/mikeneko65/rev4/rev4.h | |||
@@ -1,4 +1,5 @@ | |||
1 | /* Copyright 2022 takishim | 1 | /* Copyright 2020 kkatano |
2 | * Copyright 2022 takishim | ||
2 | * | 3 | * |
3 | * This program is free software: you can redistribute it and/or modify | 4 | * 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 | * it under the terms of the GNU General Public License as published by |