Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
c73d93c
Add euy40 keyboard
sendz Apr 12, 2022
be9d376
Add SENDYYeah EUY40 Ortholinear
sendz Jan 5, 2023
5bc145c
Add KBDKSP Needs
sendz Jan 5, 2023
91a9bbf
Merge branch 'vial' of github.com:vial-kb/vial-qmk into kbdksp
sendz Jan 5, 2023
d3980a4
Add cacah to KBDKSP
sendz Jan 5, 2023
4a45292
Change sendyyeah to sendz
sendz Jan 5, 2023
e9e2913
Fix name on vial.json
sendz Jan 5, 2023
b63d7ea
Add kbdksp layout
sendz Feb 11, 2023
18a4073
Fix encoder issue on Cacah
sendz Mar 30, 2023
0388f76
Default Numpad
sendz Apr 8, 2023
7fc37cc
Fix layout
sendz Apr 8, 2023
4d838b0
Add Iteung
sendz Aug 23, 2023
09621fd
Add Cookpad
sendz Aug 23, 2023
5ca574c
Merge pull request #1 from sendz/kbdksp-iteung
sendz Aug 23, 2023
8f2df1b
Merge branch 'kbdksp' of github.com:sendz/vial-qmk into kbdksp
sendz Aug 23, 2023
4ebad1d
Add VIAL to Tanuki
sendz Sep 12, 2023
f4bd452
Init iteung keyboard
sendz Sep 13, 2023
5923464
Add RGB
sendz Sep 19, 2023
bde4b02
Add OLED Support
sendz Sep 19, 2023
d64a6a0
Get working oled
sendz Sep 19, 2023
e79fa03
Sofle VIAL
sendz Nov 17, 2023
9f310be
Update porting
sendz Dec 6, 2023
d25431c
Dynamic Layer 10
sendz Dec 10, 2023
7fbe44e
Rotate OLED master to portrait mode
sendz Dec 10, 2023
b738893
Merge branch 'kbdksp' of github.com:sendz/vial-qmk into kbdksp
sendz Dec 10, 2023
9fa354d
Add Layer and Mod indicator
sendz Dec 23, 2023
0795213
Fix mapping
sendz Dec 29, 2023
21b9c8d
Merge branch 'vial' of github.com:sendz/vial-qmk into kbdksp
sendz Jan 3, 2024
fe6bbaf
VIAL Insecure and enable OLED
sendz Jan 3, 2024
bb57bc5
Add geulis
sendz Jul 28, 2024
5e08d7a
Fix Geulis Insecure
sendz Jul 28, 2024
d00e3d2
Add microswitch to layout
sendz Jul 28, 2024
8399590
Add Pointing Device
sendz Aug 24, 2024
a103450
MASTER_RIGHT placeholder
sendz Aug 24, 2024
c66180a
Merge
sendz Aug 24, 2024
cac6d74
Merge branch 'vial' of github.com:sendz/vial-qmk into kbdksp
sendz Sep 18, 2024
c411901
Add fix geulis
sendz Sep 18, 2024
582392e
Encoder resolution to 1
sendz Apr 23, 2025
90aabc5
Fix compile issue
sendz Apr 23, 2025
91a86b4
Fix encoder reslution
sendz Apr 26, 2025
9bbc1ef
Fix Geulis RGB
sendz Apr 27, 2025
a4808b7
Iteung RGB Fix
sendz Apr 27, 2025
9031313
Add Cengek
sendz Apr 27, 2025
eb6d9d2
increase debounce
C-Pro Oct 21, 2025
85213ab
eye following typing animation on the right oled
C-Pro Jun 13, 2026
dc7e39b
Merge pull request #1 from C-Pro/feature/iteung-right-oled-eye
C-Pro Jun 13, 2026
5c14216
Merge branch 'vial' into vial
C-Pro Jun 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions keyboards/arisu/keymaps/kbdksp/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#pragma once


#define RGB_DI_PIN F5
#ifdef RGB_DI_PIN
#define RGBLED_NUM 18
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
/*== all animations enable ==*/
#define RGBLIGHT_ANIMATIONS
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
/*== or choose animations ==*/
// #define RGBLIGHT_EFFECT_BREATHING
// #define RGBLIGHT_EFFECT_RAINBOW_MOOD
// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
// #define RGBLIGHT_EFFECT_SNAKE
// #define RGBLIGHT_EFFECT_KNIGHT
// #define RGBLIGHT_EFFECT_CHRISTMAS
// #define RGBLIGHT_EFFECT_STATIC_GRADIENT
// #define RGBLIGHT_EFFECT_RGB_TEST
// #define RGBLIGHT_EFFECT_ALTERNATING
#endif

#define VIAL_KEYBOARD_UID {0x12, 0x38, 0xDA, 0x0C, 0x13, 0xD5, 0xE1, 0x3D}

#define VIAL_ENCODER_DEFAULT { KC_VOLU, KC_VOLD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS }

#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 3 }
#define DYNAMIC_KEYMAP_LAYER_COUNT 3

#define ENCODERS_PAD_A { F6 }
#define ENCODERS_PAD_B { F7 }
57 changes: 57 additions & 0 deletions keyboards/arisu/keymaps/kbdksp/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/* Copyright 2019 Fate
*
* 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

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_GESC, 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_GRV, 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_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, MO(1),
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_LCTL, KC_LALT, KC_SPC, KC_LGUI, KC_SPC, KC_RALT, KC_LEFT, KC_DOWN, KC_RGHT
),

[1] = LAYOUT(
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, _______,
_______, _______, _______, _______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______
),

[2] = LAYOUT(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______
),
};

#ifdef ENCODER_ENABLE

bool encoder_update_user(uint8_t index, bool clockwise) {
if (index == 0) {
if (!clockwise) {
tap_code(KC_VOLU);
} else {
tap_code(KC_VOLD);
}
}
return true;
}

#endif
8 changes: 8 additions & 0 deletions keyboards/arisu/keymaps/kbdksp/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
VIA_ENABLE = yes
VIAL_ENABLE = yes
ENCODER_ENABLE = yes
VIAL_ENCODERS_ENABLE = yes
LTO_ENABLE = yes
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
QMK_SETTINGS = no
VIAL_INSECURE = yes
270 changes: 270 additions & 0 deletions keyboards/arisu/keymaps/kbdksp/vial.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,270 @@
{
"name": "ARISU",
"vendorId": "0xFA7E",
"productId": "0x0000",
"lighting": "qmk_rgblight",
"matrix": { "rows": 5, "cols": 15 },
"layouts": {
"keymap": [
[
{
"y": 0.38,
"x": 3.75
},
"0,2",
{
"x": 8.5
},
"0,11",
{
"x": 3.25,
"c": "#777777"
},
"1,14",
{"x": 0.25}
,"0,0\n\n\n\n\n\n\n\n\ne","0,1\n\n\n\n\n\n\n\n\ne"
],
[
{
"y": -0.8799999999999999,
"x": 1.75,
"c": "#aaaaaa"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
{
"x": 10.5
},
"0,12",
{
"c": "#aaaaaa"
},
"0,13",
"0,14"
],
[
{
"y": -0.1200000000000001,
"x": 17.75,
"c": "#777777"
},
"2,14"
],
[
{
"y": -0.8799999999999999,
"x": 1.5,
"c": "#aaaaaa",
"w": 1.5
},
"1,0",
{
"c": "#cccccc"
},
"1,1",
{
"x": 10
},
"1,11",
"1,12",
{
"w": 1.5
},
"1,13"
],
[
{
"y": -0.1200000000000001,
"x": 18,
"c": "#777777"
},
"3,14"
],
[
{
"y": -0.8799999999999999,
"x": 1.25,
"c": "#aaaaaa",
"w": 1.75
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
{
"x": 9.5
},
"2,10",
"2,11",
{
"c": "#777777",
"w": 2.25
},
"2,12"
],
[
{
"x": 1,
"c": "#aaaaaa",
"w": 2.25
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
{
"x": 9.75
},
"3,10",
{
"c": "#aaaaaa",
"w": 1.75
},
"3,11"
],
[
{
"y": -0.75,
"x": 17
},
"3,13"
],
[
{
"y": -0.25,
"x": 1,
"w": 1.5
},
"4,0"
],
[
{
"y": -0.75,
"x": 16
},
"4,12",
"4,13",
"4,14"
],
[
{
"r": 12,
"rx": 4.75,
"ry": 1.5,
"y": -1,
"c": "#cccccc"
},
"0,3",
"0,4",
"0,5",
"0,6"
],
[
{
"x": -0.5
},
"1,2",
"1,3",
"1,4",
"1,5"
],
[
{
"x": -0.25
},
"2,2",
"2,3",
"2,4",
"2,5"
],
[
{
"x": 0.25
},
"3,2",
"3,3",
"3,4",
"3,5"
],
[
{
"x": 0.25,
"c": "#aaaaaa",
"w": 1.5
},
"4,2",
{
"c": "#cccccc",
"w": 2
},
"4,4",
{
"c": "#aaaaaa"
},
"4,5"
],
[
{
"r": -12,
"rx": 13.5,
"y": -1,
"x": -4.25,
"c": "#cccccc"
},
"0,7",
"0,8",
"0,9",
"0,10"
],
[
{
"x": -4.75
},
"1,6",
"1,7",
"1,8",
"1,9",
"1,10"
],
[
{
"x": -4.5
},
"2,6",
"2,7",
"2,8",
"2,9"
],
[
{
"y": 1,
"x": -4.75,
"w": 2.75
},
"4,7",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,9"
],
[
{
"ry": 1.75,
"y": 1.75,
"x": -4.25,
"c": "#cccccc"
},
"3,6",
"3,7",
"3,8",
"3,9"
]
]
}
}
Loading