瀏覽代碼

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 3 年之前
父節點
當前提交
8011cbcc50

+ 1 - 1
keyboards/aozora/hotswap/hotswap.c → keyboards/aozora/aozora.c

@@ -14,4 +14,4 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "hotswap.h"
+#include "aozora.h"

+ 13 - 0
keyboards/aozora/hotswap/hotswap.h → keyboards/aozora/aozora.h

@@ -32,3 +32,16 @@
     { K40,   K41,   K42,   KC_NO, K44,   KC_NO, KC_NO, KC_NO, K48,   K49,   K4A,   KC_NO, KC_NO, K4D,   K4E,   K4F   }, \
 }
 
+#define LAYOUT_all( \
+    K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0G, K0D,  K0E, K0F,  \
+    K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D,       K1E, K1F,  \
+    K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D,                  \
+    K30, K3G, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3C, K3D,       K3E, K3F,  \
+    K40,  K41,  K42,              K44,                K48,  K49,  K4A,    K4D,  K4E, K4F   \
+) { \
+    { K00,   K01,   K02,   K03,   K04,   K05,   K06,   K07,   K08,   K09,   K0A,   K0B,   K0C,   K0D,   K0E,   K0F,     K0G  }, \
+    { K10,   K11,   K12,   K13,   K14,   K15,   K16,   K17,   K18,   K19,   K1A,   K1B,   K1C,   K1D,   K1E,   K1F,   KC_NO  }, \
+    { K20,   K21,   K22,   K23,   K24,   K25,   K26,   K27,   K28,   K29,   K2A,   K2B,   K2C,   K2D,   KC_NO, KC_NO, KC_NO  }, \
+    { K30,   K31,   K32,   K33,   K34,   K35,   K36,   K37,   K38,   K39,   K3A,   KC_NO, K3C,   K3D,   K3E,   K3F,     K3G  }, \
+    { K40,   K41,   K42,   KC_NO, K44,   KC_NO, KC_NO, KC_NO, K48,   K49,   K4A,   KC_NO, KC_NO, K4D,   K4E,   K4F,   KC_NO  }, \
+}

+ 7 - 4
keyboards/aozora/hotswap/config.h → keyboards/aozora/config.h

@@ -19,15 +19,15 @@
 #include "config_common.h"
 
 /* USB Device descriptor parameter */
-#define VENDOR_ID       0xCA75
-#define PRODUCT_ID      0x4014
+#define VENDOR_ID       0x04D8
+#define PRODUCT_ID      0xE86A
 #define DEVICE_VER      0x0001
 #define MANUFACTURER    Salmon Cat Studio
 #define PRODUCT         Aozora
 
 /* key matrix size */
 #define MATRIX_ROWS 5
-#define MATRIX_COLS 16
+#define MATRIX_COLS 17
 
 /*
  * Keyboard Matrix Assignments
@@ -40,6 +40,9 @@
  *
  */
 #define MATRIX_ROW_PINS { F6, F5, F4, F1, F0 }
-#define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D0, D1, D4, D6, D7, B4, B5, B6, C6, C7, F7 }
+#define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D0, D1, D4, D6, D7, B4, B5, B6, C6, C7, F7, D2}
 
 #define DIODE_DIRECTION COL2ROW
+
+/* EEPROM for via */
+#define DYNAMIC_KEYMAP_LAYER_COUNT 2

File diff suppressed because it is too large
+ 2 - 0
keyboards/aozora/info.json


+ 2 - 2
keyboards/aozora/hotswap/keymaps/default/keymap.c → keyboards/aozora/keymaps/default/keymap.c

@@ -21,8 +21,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
         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_BSPC,            KC_PSCR, KC_PGUP,
         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_PGDN,
         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_LSFT,            KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_LSFT,                   KC_UP,   MO(1),
-        KC_LCTL,   KC_LGUI,   KC_LALT,                       KC_SPC,                              KC_LALT,   KC_LGUI,   KC_LCTL,        KC_LEFT, KC_DOWN, KC_RGHT
+        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,   MO(1),
+        KC_LCTL,   KC_LGUI,   KC_LALT,                       KC_SPC,                              KC_RALT,   KC_RGUI,   KC_RCTL,        KC_LEFT, KC_DOWN, KC_RGHT
     ),
     [1] = LAYOUT(
         KC_GRV,  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_F13,             KC_F14,  KC_F15,

+ 36 - 0
keyboards/aozora/keymaps/default_all/keymap.c

@@ -0,0 +1,36 @@
+/* Copyright 2021 Salmon Cat Studio
+ *
+ * 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://www.gnu.org/licenses/>.
+ */
+
+#include QMK_KEYBOARD_H
+#include "sendstring_jis.h"  // macro sendstring for jis keyboard マクロ文字列送信時に日本語キーボード設定での文字化け回避
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_all(
+        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_INT3, KC_BSPC,    KC_PSCR, KC_PGUP,
+        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_PGDN,
+        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_NUHS,  KC_ENT,
+        KC_LSFT, KC_PIPE,    KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M, KC_COMM,     KC_DOT,    KC_SLSH, KC_INT1, KC_RSFT,               KC_UP,   MO(1),
+        KC_LCTL, KC_LGUI, KC_LALT,                             KC_SPC,                               KC_RALT,    KC_RGUI, KC_RCTL,             KC_LEFT, KC_DOWN, KC_RGHT
+    ),
+    [1] = LAYOUT_all(
+         KC_GRV,   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_F13, KC_F14,    KC_F15, KC_F16,
+        _______, _______,   _______,   _______,   _______, _______,  _______, _______,  _______, _______, _______, _______, _______, _______,          _______,  _______,
+        _______, _______,   _______,   _______,   _______, _______,  _______, _______,  _______, _______, _______, _______, _______, _______,
+        _______, _______,   _______,   _______,   _______, _______,  _______, _______,  _______, _______, _______, _______, _______, _______,          _______,  _______,
+        _______, _______,   _______,                       _______,                              _______, _______, _______,                   _______, _______,  _______
+    ),
+
+};

+ 36 - 0
keyboards/aozora/keymaps/via/keymap.c

@@ -0,0 +1,36 @@
+/* Copyright 2021 Salmon Cat Studio
+ *
+ * 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://www.gnu.org/licenses/>.
+ */
+
+#include QMK_KEYBOARD_H
+#include "sendstring_jis.h"  // macro sendstring for jis keyboard マクロ文字列送信時に日本語キーボード設定での文字化け回避
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+    [0] = LAYOUT_all(
+        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_INT3, KC_BSPC,    KC_PSCR, KC_PGUP,
+        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_PGDN,
+        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_NUHS,  KC_ENT,
+        KC_LSFT, KC_PIPE,    KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M, KC_COMM,     KC_DOT,    KC_SLSH, KC_INT1, KC_RSFT,               KC_UP,   MO(1),
+        KC_LCTL, KC_LGUI, KC_LALT,                             KC_SPC,                               KC_RALT,    KC_RGUI, KC_RCTL,             KC_LEFT, KC_DOWN, KC_RGHT
+    ),
+    [1] = LAYOUT_all(
+         KC_GRV,   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_F13, KC_F14,    KC_F15, KC_F16,
+        _______, _______,   _______,   _______,   _______, _______,  _______, _______,  _______, _______, _______, _______, _______, _______,          _______,  _______,
+        _______, _______,   _______,   _______,   _______, _______,  _______, _______,  _______, _______, _______, _______, _______, _______,
+        _______, _______,   _______,   _______,   _______, _______,  _______, _______,  _______, _______, _______, _______, _______, _______,          _______,  _______,
+        _______, _______,   _______,                       _______,                              _______, _______, _______,                   _______, _______,  _______
+    ),
+
+};

+ 3 - 0
keyboards/aozora/keymaps/via/rules.mk

@@ -0,0 +1,3 @@
+VIA_ENABLE = yes
+CONSOLE_ENABLE = no        # Console for debug
+COMMAND_ENABLE = no

+ 1 - 1
keyboards/aozora/hotswap/readme.md → keyboards/aozora/readme.md

@@ -10,7 +10,7 @@ A 65%-style 69-key keyboard featuring a cloud-shaped badge.
 
 Make example for this keyboard (after setting up your build environment):
 
-    make aozora/hotswap:default
+    make aozora:default
 
 To reset, press the button on the back of the PCB. 
 

+ 0 - 0
keyboards/aozora/hotswap/rules.mk → keyboards/aozora/rules.mk


Some files were not shown because too many files changed in this diff