aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com>2019-11-26 13:46:03 +0900
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-25 20:46:03 -0800
commit397897180b2d6da69badfc438773668312e54d2a (patch)
treeeaf0ebc2dc1630e4b66d91ad90e1ccba91479d54
parent36cde567abf6330887ac7175d1b1442f907f4fc1 (diff)
downloadqmk_firmware-397897180b2d6da69badfc438773668312e54d2a.tar.gz
qmk_firmware-397897180b2d6da69badfc438773668312e54d2a.zip
[Keyboard] Add keyboard 7skb (#7468)
* Add keyboard 7skb Add 7skb keyboard. A 63 keys HHKB Layout keyboard. Salicylic-acid3 * Update keyboards/7skb/keymaps/default/keymap.c * Update keyboards/7skb/keymaps/default/keymap.c * Update keyboards/7skb/keymaps/default/keymap.c * Update keyboards/7skb/keymaps/salicylic/keymap.c * Update keyboards/7skb/readme.md * Update keyboards/7skb/readme.md * Update keyboards/7skb/readme.md * keymap update Remove extra parts * Delete rules.mk * Update keyboards/7skb/rev1/rev1.c
-rw-r--r--keyboards/7skb/7skb.c1
-rw-r--r--keyboards/7skb/7skb.h7
-rw-r--r--keyboards/7skb/config.h21
-rw-r--r--keyboards/7skb/info.json76
-rw-r--r--keyboards/7skb/keymaps/default/config.h22
-rw-r--r--keyboards/7skb/keymaps/default/keymap.c115
-rw-r--r--keyboards/7skb/keymaps/salicylic/config.h23
-rw-r--r--keyboards/7skb/keymaps/salicylic/keymap.c181
-rw-r--r--keyboards/7skb/keymaps/salicylic/rules.mk1
-rw-r--r--keyboards/7skb/readme.md17
-rw-r--r--keyboards/7skb/rev1/config.h84
-rw-r--r--keyboards/7skb/rev1/rev1.c1
-rw-r--r--keyboards/7skb/rev1/rev1.h42
-rw-r--r--keyboards/7skb/rev1/rules.mk0
-rw-r--r--keyboards/7skb/rules.mk35
15 files changed, 626 insertions, 0 deletions
diff --git a/keyboards/7skb/7skb.c b/keyboards/7skb/7skb.c
new file mode 100644
index 000000000..3044e0223
--- /dev/null
+++ b/keyboards/7skb/7skb.c
@@ -0,0 +1 @@
#include "7skb.h"
diff --git a/keyboards/7skb/7skb.h b/keyboards/7skb/7skb.h
new file mode 100644
index 000000000..9e23d0ad3
--- /dev/null
+++ b/keyboards/7skb/7skb.h
@@ -0,0 +1,7 @@
1#pragma once
2
3#include "quantum.h"
4
5#ifdef KEYBOARD_7skb_rev1
6 #include "rev1.h"
7#endif
diff --git a/keyboards/7skb/config.h b/keyboards/7skb/config.h
new file mode 100644
index 000000000..cfb6bf4ff
--- /dev/null
+++ b/keyboards/7skb/config.h
@@ -0,0 +1,21 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3Copyright 2015 Jack Humbert
4
5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 2 of the License, or
8(at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/
18
19#pragma once
20
21#include "config_common.h"
diff --git a/keyboards/7skb/info.json b/keyboards/7skb/info.json
new file mode 100644
index 000000000..c737af4fc
--- /dev/null
+++ b/keyboards/7skb/info.json
@@ -0,0 +1,76 @@
1{
2 "keyboard_name": "7skb",
3 "url": "https://salicylic-acid3.hatenablog.com/",
4 "maintainer": "Salicylic_acid3",
5 "width": 16,
6 "height": 5,
7 "layouts": {
8 "LAYOUT": {
9 "layout": [
10 {"label":"Esc", "x":0, "y":0},
11 {"label":"1", "x":1, "y":0},
12 {"label":"2", "x":2, "y":0},
13 {"label":"3", "x":3, "y":0},
14 {"label":"4", "x":4, "y":0},
15 {"label":"5", "x":5, "y":0},
16 {"label":"6", "x":7, "y":0},
17 {"label":"7", "x":8, "y":0},
18 {"label":"8", "x":9, "y":0},
19 {"label":"9", "x":10, "y":0},
20 {"label":"0", "x":11, "y":0},
21 {"label":"-", "x":12, "y":0},
22 {"label":"=", "x":13, "y":0},
23 {"label":"\\", "x":14, "y":0},
24 {"label":"`", "x":15, "y":0},
25 {"label":"Tab", "x":0, "y":1, "w":1.5},
26 {"label":"Q", "x":1.5, "y":1},
27 {"label":"W", "x":2.5, "y":1},
28 {"label":"E", "x":3.5, "y":1},
29 {"label":"R", "x":4.5, "y":1},
30 {"label":"T", "x":5.5, "y":1},
31 {"label":"Y", "x":7.5, "y":1},
32 {"label":"U", "x":8.5, "y":1},
33 {"label":"I", "x":9.5, "y":1},
34 {"label":"O", "x":10.5, "y":1},
35 {"label":"P", "x":11.5, "y":1},
36 {"label":"[", "x":12.5, "y":1},
37 {"label":"]", "x":13.5, "y":1},
38 {"label":"Delete", "x":14.5, "y":1, "w":1.5},
39 {"label":"Control", "x":0, "y":2, "w":1.75},
40 {"label":"A", "x":1.75, "y":2},
41 {"label":"S", "x":2.75, "y":2},
42 {"label":"D", "x":3.75, "y":2},
43 {"label":"F", "x":4.75, "y":2},
44 {"label":"G", "x":5.75, "y":2},
45 {"label":"H", "x":7.75, "y":2},
46 {"label":"J", "x":8.75, "y":2},
47 {"label":"K", "x":9.75, "y":2},
48 {"label":"L", "x":10.75, "y":2},
49 {"label":";", "x":11.75, "y":2},
50 {"label":"'", "x":12.75, "y":2},
51 {"label":"Enter", "x":13.75, "y":2, "w":2.25},
52 {"label":"Shift", "x":0, "y":3, "w":2.25},
53 {"label":"Z", "x":2.25, "y":3},
54 {"label":"X", "x":3.25, "y":3},
55 {"label":"C", "x":4.25, "y":3},
56 {"label":"V", "x":5.25, "y":3},
57 {"label":"B", "x":6.25, "y":3},
58 {"label":"N", "x":8.25, "y":3},
59 {"label":"M", "x":9.25, "y":3},
60 {"label":",", "x":10.25, "y":3},
61 {"label":".", "x":11.25, "y":3},
62 {"label":"/", "x":12.25, "y":3},
63 {"label":"Shift", "x":13.25, "y":3, "w":1.75},
64 {"label":"Fn", "x":15, "y":3},
65 {"label":"Alt", "x":1.5, "y":4},
66 {"label":"GUI", "x":2.5, "y":4, "w":1.5},
67 {"x":4, "y":4, "w":1.5},
68 {"x":5.5, "y":4, "w":1.25},
69 {"x":7.75, "y":4, "w":1.25},
70 {"x":9, "y":4, "w":2},
71 {"label":"GUI", "x":11, "y":4, "w":1.5},
72 {"label":"Alt", "x":12.5, "y":4}
73 ]
74 }
75 }
76} \ No newline at end of file
diff --git a/keyboards/7skb/keymaps/default/config.h b/keyboards/7skb/keymaps/default/config.h
new file mode 100644
index 000000000..4b3496d85
--- /dev/null
+++ b/keyboards/7skb/keymaps/default/config.h
@@ -0,0 +1,22 @@
1/* Copyright 2018 Salicylic_acid3
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/* Select hand configuration */
20
21#define TAPPING_FORCE_HOLD
22#define TAPPING_TERM 180
diff --git a/keyboards/7skb/keymaps/default/keymap.c b/keyboards/7skb/keymaps/default/keymap.c
new file mode 100644
index 000000000..9f114eeba
--- /dev/null
+++ b/keyboards/7skb/keymaps/default/keymap.c
@@ -0,0 +1,115 @@
1#include QMK_KEYBOARD_H
2
3
4#ifdef RGBLIGHT_ENABLE
5//Following line allows macro to read current RGB settings
6extern rgblight_config_t rgblight_config;
7#endif
8
9extern uint8_t is_master;
10
11// Each layer gets a name for readability, which is then used in the keymap matrix below.
12// The underscores don't mean anything - you can have a layer called STUFF or any other name.
13// Layer names don't all need to be of the same length, obviously, and you can also skip them
14// entirely and just use numbers.
15enum layer_number {
16 _QWERTY = 0,
17 _FN,
18 _ADJUST,
19};
20
21enum custom_keycodes {
22 RGB_RST = SAFE_RANGE
23};
24
25const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
26 [_QWERTY] = LAYOUT(
27 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
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_GRAVE,
29 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
30 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LCBR, KC_RCBR,KC_BSPC,
31 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
32 KC_LCTRL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
33 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
34 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(_FN),
35 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
36 KC_LALT, KC_LGUI, KC_SPC, KC_SPC, KC_SPC, KC_SPC, KC_RGUI, KC_RALT
37 //`---------------------------------------------| |--------------------------------------------'
38 ),
39
40 [_FN] = LAYOUT(
41 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
42 TG(_ADJUST), 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,
43 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
44 _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SLCK,KC_PAUSE, KC_UP, _______, KC_BSPC,
45 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
46 _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT,KC_RIGHT, _______,
47 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
48 _______, _______, _______, _______, _______, _______, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, _______,
49 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
50 _______, _______, _______, _______, _______, _______, KC_STOP, _______
51 //`---------------------------------------------| |--------------------------------------------'
52 ),
53
54 [_ADJUST] = LAYOUT( /* Base */
55 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
56 TG(_ADJUST), XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RESET,
57 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
58 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RGB_RST, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
59 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
60 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RGB_TOG, RGB_MOD, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
61 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
62 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RGB_VAD, RGB_VAI, RGB_HUD, RGB_HUI, RGB_SAD, RGB_SAI, XXXXXXX,
63 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
64 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_STOP, XXXXXXX
65 //`---------------------------------------------| |--------------------------------------------'
66 )
67};
68
69
70//A description for expressing the layer position in LED mode.
71layer_state_t layer_state_set_user(layer_state_t state) {
72#ifdef RGBLIGHT_ENABLE
73 switch (get_highest_layer(state)) {
74 case _FN:
75 rgblight_sethsv_at(HSV_BLUE, 0);
76 break;
77 case _ADJUST:
78 rgblight_sethsv_at(HSV_PURPLE, 0);
79 break;
80 default: // for any other layers, or the default layer
81 rgblight_sethsv_at( 0, 0, 0, 0);
82 break;
83 }
84 rgblight_set_effect_range( 1, 4);
85#endif
86return state;
87}
88
89int RGB_current_mode;
90bool process_record_user(uint16_t keycode, keyrecord_t *record) {
91 bool result = false;
92 switch (keycode) {
93 #ifdef RGBLIGHT_ENABLE
94 case RGB_MOD:
95 if (record->event.pressed) {
96 rgblight_mode(RGB_current_mode);
97 rgblight_step();
98 RGB_current_mode = rgblight_config.mode;
99 }
100 break;
101 case RGB_RST:
102 if (record->event.pressed) {
103 eeconfig_update_rgblight_default();
104 rgblight_enable();
105 RGB_current_mode = rgblight_config.mode;
106 }
107 break;
108 #endif
109 default:
110 result = true;
111 break;
112 }
113
114 return result;
115}
diff --git a/keyboards/7skb/keymaps/salicylic/config.h b/keyboards/7skb/keymaps/salicylic/config.h
new file mode 100644
index 000000000..cc4a3d442
--- /dev/null
+++ b/keyboards/7skb/keymaps/salicylic/config.h
@@ -0,0 +1,23 @@
1/* Copyright 2018 Salicylic_acid3
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/* Select hand configuration */
20
21#define TAPPING_FORCE_HOLD
22#define TAPPING_TERM 180
23//#define MASTER_RIGHT
diff --git a/keyboards/7skb/keymaps/salicylic/keymap.c b/keyboards/7skb/keymaps/salicylic/keymap.c
new file mode 100644
index 000000000..522d4c138
--- /dev/null
+++ b/keyboards/7skb/keymaps/salicylic/keymap.c
@@ -0,0 +1,181 @@
1#include QMK_KEYBOARD_H
2#include "keymap_jp.h"
3
4
5#ifdef RGBLIGHT_ENABLE
6//Following line allows macro to read current RGB settings
7extern rgblight_config_t rgblight_config;
8#endif
9
10extern uint8_t is_master;
11
12// Each layer gets a name for readability, which is then used in the keymap matrix below.
13// The underscores don't mean anything - you can have a layer called STUFF or any other name.
14// Layer names don't all need to be of the same length, obviously, and you can also skip them
15// entirely and just use numbers.
16enum layer_number {
17 _QWERTY = 0,
18 _FLOCK,
19 _FN,
20 _LOWER,
21 _RAISE,
22 _ADJUST,
23};
24
25enum custom_keycodes {
26 RGB_RST = SAFE_RANGE
27};
28
29enum tapdances{
30 TD_ESFL = 0,
31 TD_ESQW,
32};
33
34qk_tap_dance_action_t tap_dance_actions[] = {
35 [TD_ESFL] = ACTION_TAP_DANCE_DUAL_ROLE(KC_ESC, _FLOCK),
36 [TD_ESQW] = ACTION_TAP_DANCE_DUAL_ROLE(KC_ESC, _QWERTY),
37};
38
39const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
40 [_QWERTY] = LAYOUT(
41 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
42 TD(TD_ESFL), KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, JP_MINS, JP_EQL, JP_BSLS, KC_ZKHK,
43 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
44 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, JP_LBRC, JP_RBRC,KC_BSPC,
45 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
46 KC_LCTRL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, JP_MINS, JP_BSLS, KC_ENT,
47 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
48 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, JP_SLSH, KC_RSFT, MO(_FN),
49 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
50 KC_ZKHK,LGUI_T(KC_MHEN),LT(_LOWER,KC_ENT), KC_BSPC, KC_DEL, LT(_RAISE,KC_SPC),ALT_T(KC_HENK), KC_APP
51 //`---------------------------------------------| |--------------------------------------------'
52 ),
53
54 [_FLOCK] = LAYOUT(
55 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
56 TD(TD_ESQW), KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______,
57 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
58 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
59 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
60 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
61 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
62 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
63 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
64 _______, _______, _______, _______, _______, _______, _______, _______
65 //`---------------------------------------------| |--------------------------------------------'
66 ),
67
68 [_FN] = LAYOUT(
69 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
70 _______, 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,
71 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
72 _______, _______, _______, _______, _______, _______, _______, _______, KC_PSCR, KC_SLCK,KC_PAUSE, KC_UP, _______, KC_BSPC,
73 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
74 _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGUP, KC_LEFT,KC_RIGHT, _______,
75 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
76 _______, _______, _______, _______, _______, _______, _______, _______, KC_END, KC_PGDN, KC_DOWN, _______, _______,
77 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
78 _______, _______, _______, _______, _______, _______, KC_STOP, _______
79 //`---------------------------------------------| |--------------------------------------------'
80 ),
81
82 [_LOWER] = LAYOUT(
83 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
84 _______, 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,
85 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
86 JP_QUOT, JP_EXLM, JP_QUES, JP_LBRC, JP_RBRC, JP_TILD, KC_P6, KC_P7, KC_P8, KC_P9, JP_ASTR, JP_SLSH, _______, KC_BSPC,
87 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
88 JP_QUOT, JP_HASH, JP_DQT, JP_LPRN, JP_RPRN, JP_AT, XXXXXXX, KC_P4, KC_P5, KC_P6, JP_MINS, JP_EQL, _______,
89 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
90 JP_CIRC, JP_PERC, JP_AMPR, JP_SCLN, JP_COLN, JP_PIPE, KC_P0, KC_P1, KC_P2, KC_P3, JP_PLUS, _______, _______,
91 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
92 _______, _______,MO(_LOWER), _______, _______, MO(_RAISE), JP_DOT, _______
93 //`---------------------------------------------| |--------------------------------------------'
94 ),
95
96 [_RAISE] = LAYOUT(
97 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
98 _______, 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,
99 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
100 KC_TAB, KC_1, KC_2, KC_3, KC_4, KC_5, XXXXXXX, XXXXXXX, KC_UP, XXXXXXX, KC_PGUP, XXXXXXX, _______, KC_BSPC,
101 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
102LCTL_T(KC_F11),XXXXXXX, KC_F2, KC_F3, KC_F4, KC_F5, XXXXXXX, KC_LEFT, KC_DOWN,KC_RIGHT, XXXXXXX, XXXXXXX, _______,
103 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
104SFT_T(KC_F12), KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_PGDN, _______, _______,
105 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
106 _______, _______, _______, _______, _______, _______, _______, _______
107 //`---------------------------------------------| |--------------------------------------------'
108 ),
109
110 [_ADJUST] = LAYOUT( /* Base */
111 //,-----------------------------------------------------| |--------------------------------------------------------------------------------.
112 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RESET,
113 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------+--------|
114 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RGB_RST, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
115 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------+--------|
116 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RGB_TOG, RGB_MOD, XXXXXXX, LCA(KC_DEL), LALT(KC_PSCR),KC_PSCR, XXXXXXX,
117 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
118 XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, RGB_VAD, RGB_VAI, RGB_HUD, RGB_HUI, RGB_SAD, RGB_SAI, XXXXXXX,
119 //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
120 XXXXXXX, XXXXXXX, _______, RESET, RESET, _______, KC_STOP, XXXXXXX
121 //`---------------------------------------------| |--------------------------------------------'
122 )
123};
124
125
126//A description for expressing the layer position in LED mode.
127layer_state_t layer_state_set_user(layer_state_t state) {
128 state = update_tri_layer_state(state, _RAISE, _LOWER, _ADJUST);
129#ifdef RGBLIGHT_ENABLE
130 switch (get_highest_layer(state)) {
131 case _FLOCK:
132 rgblight_sethsv_at(HSV_YELLOW, 0);
133 break;
134 case _FN:
135 rgblight_sethsv_at(HSV_GREEN, 0);
136 break;
137 case _LOWER:
138 rgblight_sethsv_at(HSV_BLUE, 0);
139 break;
140 case _RAISE:
141 rgblight_sethsv_at(HSV_RED, 0);
142 break;
143 case _ADJUST:
144 rgblight_sethsv_at(HSV_PURPLE, 0);
145 break;
146 default: // for any other layers, or the default layer
147 rgblight_sethsv_at( 0, 0, 0, 0);
148 break;
149 }
150 rgblight_set_effect_range( 1, 4);
151#endif
152return state;
153}
154
155int RGB_current_mode;
156bool process_record_user(uint16_t keycode, keyrecord_t *record) {
157 bool result = false;
158 switch (keycode) {
159 #ifdef RGBLIGHT_ENABLE
160 case RGB_MOD:
161 if (record->event.pressed) {
162 rgblight_mode(RGB_current_mode);
163 rgblight_step();
164 RGB_current_mode = rgblight_config.mode;
165 }
166 break;
167 case RGB_RST:
168 if (record->event.pressed) {
169 eeconfig_update_rgblight_default();
170 rgblight_enable();
171 RGB_current_mode = rgblight_config.mode;
172 }
173 break;
174 #endif
175 default:
176 result = true;
177 break;
178 }
179
180 return result;
181}
diff --git a/keyboards/7skb/keymaps/salicylic/rules.mk b/keyboards/7skb/keymaps/salicylic/rules.mk
new file mode 100644
index 000000000..e5ddcae8d
--- /dev/null
+++ b/keyboards/7skb/keymaps/salicylic/rules.mk
@@ -0,0 +1 @@
TAP_DANCE_ENABLE = yes
diff --git a/keyboards/7skb/readme.md b/keyboards/7skb/readme.md
new file mode 100644
index 000000000..18e4eef3e
--- /dev/null
+++ b/keyboards/7skb/readme.md
@@ -0,0 +1,17 @@
1# 7skb
2
3![7skb](https://cdn-ak.f.st-hatena.com/images/fotolife/S/Salicylic_acid3/20191124/20191124025208.png)
4
5This is 63 keys Custom keyboard.
6
7* Keyboard Maintainer: [Salicylic_acid3](https://github.com/Salicylic-acid3)
8* Hardware Supported: 7skb PCB, Pro Micro
9* Hardware Availability: [PCB & Case Data](https://github.com/Salicylic-acid3/PCB_Data), [Booth Shop](https://salicylic-acid3.booth.pm/items/1673395)
10
11Make example for this keyboard (after setting up your build environment):
12
13 make 7skb:default
14
15See 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).
16
17[Build guide](https://salicylic-acid3.hatenablog.com/entry/7skb-mx-build-guide)
diff --git a/keyboards/7skb/rev1/config.h b/keyboards/7skb/rev1/config.h
new file mode 100644
index 000000000..529c3e72c
--- /dev/null
+++ b/keyboards/7skb/rev1/config.h
@@ -0,0 +1,84 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
3Copyright 2015 Jack Humbert
4
5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 2 of the License, or
8(at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/
18
19#pragma once
20
21#include QMK_KEYBOARD_CONFIG_H
22
23/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED
25#define PRODUCT_ID 0x3060
26#define DEVICE_VER 0x0007
27#define MANUFACTURER Salicylic_Acid
28#define PRODUCT 7skb
29#define DESCRIPTION A custom keyboard
30
31/* key matrix size */
32#define MATRIX_ROWS 10
33#define MATRIX_COLS 8
34
35// wiring of each half
36#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }
37#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B5 }
38
39/* Set 0 if debouncing isn't needed */
40#define DEBOUNCE 5
41
42/* serial.c configuration for split keyboard */
43#define SOFT_SERIAL_PIN D2
44#define SPLIT_HAND_PIN B6
45
46/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
47#define LOCKING_SUPPORT_ENABLE
48/* Locking resynchronize hack */
49#define LOCKING_RESYNC_ENABLE
50
51/* ws2812 RGB LED */
52#define RGB_DI_PIN D3
53
54#ifndef RGBLED_NUM
55 #define RGBLED_NUM 10
56 #define RGBLIGHT_SPLIT
57 #define RGBLED_SPLIT { 5, 5 }
58#endif
59
60#define RGBLIGHT_ANIMATIONS
61
62#ifndef IOS_DEVICE_ENABLE
63 #define RGBLIGHT_LIMIT_VAL 180
64 #define RGBLIGHT_VAL_STEP 17
65#else
66 #define RGBLIGHT_LIMIT_VAL 50
67 #define RGBLIGHT_VAL_STEP 4
68#endif
69#define RGBLIGHT_HUE_STEP 10
70#define RGBLIGHT_SAT_STEP 17
71
72#if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE)
73// USB_MAX_POWER_CONSUMPTION value for naked48 keyboard
74// 120 RGBoff, OLEDoff
75// 120 OLED
76// 330 RGB 6
77// 300 RGB 32
78// 310 OLED & RGB 32
79 #define USB_MAX_POWER_CONSUMPTION 400
80#else
81 // fix iPhone and iPad power adapter issue
82 // iOS device need lessthan 100
83 #define USB_MAX_POWER_CONSUMPTION 100
84#endif
diff --git a/keyboards/7skb/rev1/rev1.c b/keyboards/7skb/rev1/rev1.c
new file mode 100644
index 000000000..520a869e5
--- /dev/null
+++ b/keyboards/7skb/rev1/rev1.c
@@ -0,0 +1 @@
#include "rev1.h"
diff --git a/keyboards/7skb/rev1/rev1.h b/keyboards/7skb/rev1/rev1.h
new file mode 100644
index 000000000..8ab845240
--- /dev/null
+++ b/keyboards/7skb/rev1/rev1.h
@@ -0,0 +1,42 @@
1#pragma once
2
3#include "7skb.h"
4
5#include "quantum.h"
6
7//////////////////////////////////////////////////////////////////////////////
8// When only use 7skb.
9//////////////////////////////////////////////////////////////////////////////
10/*
11 * ,------------------------------------ ------------------------------------------------------.
12 * | L00 | L01 | L02 | L03 | L04 | L05 | | R00 | R01 | R02 | R03 | R04 | R05 | R06 | R07 | R17 |
13 * |---------------------------------------------------------------------------------------------+
14 * | L10 | L11 | L12 | L13 | L14 | L15 | | R10 | R11 | R12 | R13 | R14 | R15 | R16 | R27 |
15 * |---------------------------------------- ---------------------------------------------------+
16 * | L20 | L21 | L22 | L23 | L24 | L25 | | R20 | R21 | R22 | R23 | R24 | R25 | R26 |
17 * |---------------------------------------------------------------------------------------------+
18 * | L30 | L31 | L32 | L33 | L34 | L35 | | R30 | R31 | R32 | R33 | R34 | R35 | R36 |
19 * |------------------------------------------- -----------------------------------------------'
20 * | L41 | L42 | L43 | L44 | | R40 | R41 | R43 | R44 |
21 * |------------------------------ ---------------------------------'
22 */
23
24#define LAYOUT( \
25 L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, R06, R07, R17, \
26 L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, R16, R27, \
27 L20, L21, L22, L23, L24, L25, R20, R21, R22, R23, R24, R25, R26, \
28 L30, L31, L32, L33, L34, L35, R30, R31, R32, R33, R34, R35, R36, \
29 L41, L42, L43, L44, R40, R41, R43, R44 \
30 ) \
31 { \
32 { L00, L01, L02, L03, L04, L05, KC_NO, KC_NO }, \
33 { L10, L11, L12, L13, L14, L15, KC_NO, KC_NO }, \
34 { L20, L21, L22, L23, L24, L25, KC_NO, KC_NO }, \
35 { L30, L31, L32, L33, L34, L35, KC_NO, KC_NO }, \
36 {KC_NO, L41, L42, L43, L44, KC_NO, KC_NO, KC_NO }, \
37 { R00, R01, R02, R03, R04, R05, R06, R07 }, \
38 { R10, R11, R12, R13, R14, R15, R16, R17 }, \
39 { R20, R21, R22, R23, R24, R25, R26, R27 }, \
40 { R30, R31, R32, R33, R34, R35, R36, KC_NO }, \
41 { R40, R41, KC_NO, R43, R44, KC_NO, KC_NO, KC_NO } \
42 }
diff --git a/keyboards/7skb/rev1/rules.mk b/keyboards/7skb/rev1/rules.mk
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/keyboards/7skb/rev1/rules.mk
diff --git a/keyboards/7skb/rules.mk b/keyboards/7skb/rules.mk
new file mode 100644
index 000000000..d663af19f
--- /dev/null
+++ b/keyboards/7skb/rules.mk
@@ -0,0 +1,35 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = caterina
13
14# Build Options
15# change to "no" to disable the options, or define them in the Makefile in
16# the appropriate keymap folder that will get included automatically
17#
18BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
19MOUSEKEY_ENABLE = no # Mouse keys
20EXTRAKEY_ENABLE = yes # Audio control and System control
21CONSOLE_ENABLE = no # Console for debug
22COMMAND_ENABLE = yes # Commands for debug and configuration
23NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
24BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
25MIDI_ENABLE = no # MIDI controls
26AUDIO_ENABLE = no # Audio output on port C6
27UNICODE_ENABLE = no # Unicode
28BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
29RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
30# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
31SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
32
33SPLIT_KEYBOARD = yes
34
35DEFAULT_FOLDER = 7skb/rev1