ADD Keyboard

This commit is contained in:
jukaie 2023-04-26 15:19:17 +08:00 committed by GitHub
parent d61a5f4343
commit ab8acba66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 854 additions and 0 deletions

View File

@ -0,0 +1,115 @@
/* Copyright 2023 JUKAIE <lice@jukaie.com>
*
* 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/>.
*/
#pragma once
#define MATRIX_ROW_PINS \
{ B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B12 }
#define MATRIX_COL_PINS \
{ A0, A1, A2, A3, A4, A8, A9, A10 }
#define ENCODERS_PAD_A \
{ C2 }
#define ENCODERS_PAD_B \
{ C3 }
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
/* Hold ESC on start up to clear EEPROM and boot into bootloader mode */
#define BOOTMAGIC_LITE_ROW 1
#define BOOTMAGIC_LITE_COLUMN 3
#define TAP_CODE_DELAY 10
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define RGB_DISABLE_WHEN_USB_SUSPENDED
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ
#define SPI_SCK_PIN A5
#define SPI_MOSI_PIN A7
#define SPI_MISO_PIN A6
#define DRIVER_1_CS A15
#define DRIVER_2_CS B15
#define DRIVER_1_EN C13
#define DRIVER_2_EN C13
#define DRIVER_COUNT 2
#define DRIVER_1_LED_TOTAL 68
#define DRIVER_2_LED_TOTAL 54
#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
// RGB Matrix Animation modes. Explicitly enabled
// For full list of effects, see:
// https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects
#define ENABLE_RGB_MATRIX_ALPHAS_MODS
#define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
#define ENABLE_RGB_MATRIX_BREATHING
#define ENABLE_RGB_MATRIX_BAND_SAT
#define ENABLE_RGB_MATRIX_BAND_VAL
#define ENABLE_RGB_MATRIX_BAND_PINWHEEL_SAT
#define ENABLE_RGB_MATRIX_BAND_PINWHEEL_VAL
#define ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
#define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
#define ENABLE_RGB_MATRIX_CYCLE_ALL
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
#define ENABLE_RGB_MATRIX_CYCLE_UP_DOWN
#define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN
#define ENABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
#define ENABLE_RGB_MATRIX_CYCLE_PINWHEEL
#define ENABLE_RGB_MATRIX_CYCLE_SPIRAL
#define ENABLE_RGB_MATRIX_DUAL_BEACON
#define ENABLE_RGB_MATRIX_RAINBOW_BEACON
#define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
#define ENABLE_RGB_MATRIX_RAINDROPS
#define ENABLE_RGB_MATRIX_JELLYBEAN_RAINDROPS
#define ENABLE_RGB_MATRIX_HUE_BREATHING
#define ENABLE_RGB_MATRIX_HUE_PENDULUM
#define ENABLE_RGB_MATRIX_HUE_WAVE
#define ENABLE_RGB_MATRIX_PIXEL_RAIN
#define ENABLE_RGB_MATRIX_PIXEL_FLOW
#define ENABLE_RGB_MATRIX_PIXEL_FRACTAL
// enabled only if RGB_MATRIX_FRAMEBUFFER_EFFECTS is defined
#define ENABLE_RGB_MATRIX_TYPING_HEATMAP
#define ENABLE_RGB_MATRIX_DIGITAL_RAIN
// enabled only of RGB_MATRIX_KEYPRESSES or RGB_MATRIX_KEYRELEASES is defined
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
#define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
#define ENABLE_RGB_MATRIX_SPLASH
#define ENABLE_RGB_MATRIX_MULTISPLASH
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define RGB_MATRIX_CENTER { 76, 25 }

View File

@ -0,0 +1,24 @@
/* Copyright (C) 2023 Westberry Technology (ChangZhou) Corp., Ltd
*
* 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/>.
*/
#pragma once
#define HAL_USE_SPI TRUE
#define SPI_USE_WAIT TRUE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
#include_next <halconf.h>

View File

@ -0,0 +1,112 @@
{
"keyboard_name": "JK01",
"manufacturer": "Jukaie",
"url": "",
"maintainer": "Jukaie",
"usb": {
"vid": "0x0191",
"pid": "0x0002",
"device_version": "0.0.2"
},
"indicators": {
"caps_lock": "C14"
},
"processor": "WB32FQ95",
"bootloader": "wb32-dfu",
"layouts": {
"LAYOUT": {
"layout": [
{ "label": "ESC", "x": 0, "y": 0 },
{ "label": "F1", "x": 2, "y": 0 },
{ "label": "F2", "x": 3, "y": 0 },
{ "label": "F3", "x": 4, "y": 0 },
{ "label": "F4", "x": 5, "y": 0 },
{ "label": "F5", "x": 6, "y": 0 },
{ "label": "F6", "x": 7, "y": 0 },
{ "label": "F7", "x": 8, "y": 0 },
{ "label": "F8", "x": 9, "y": 0 },
{ "label": "F9", "x": 10, "y": 0 },
{ "label": "F10", "x": 11, "y": 0 },
{ "label": "F11", "x": 12, "y": 0 },
{ "label": "F12", "x": 13, "y": 0 },
{ "label": "Printscreen", "x": 14, "y": 0 },
{ "label": "Del", "x": 15, "y": 0 },
{ "label": "`", "x": 0, "y": 1 },
{ "label": "1", "x": 1, "y": 1 },
{ "label": "2", "x": 2, "y": 1 },
{ "label": "3", "x": 3, "y": 1 },
{ "label": "4", "x": 4, "y": 1 },
{ "label": "5", "x": 5, "y": 1 },
{ "label": "6", "x": 6, "y": 1 },
{ "label": "7", "x": 7, "y": 1 },
{ "label": "8", "x": 8, "y": 1 },
{ "label": "9", "x": 9, "y": 1 },
{ "label": "0", "x": 10, "y": 1 },
{ "label": "-", "x": 11, "y": 1 },
{ "label": "=", "x": 12, "y": 1 },
{ "label": "Backspace", "x": 13, "y": 1, "w": 2},
{ "label": "Home", "x": 15, "y": 1 },
{ "label": "Tab", "x": 0, "y": 2, "w": 1.5},
{ "label": "Q", "x": 1.5, "y": 2 },
{ "label": "W", "x": 2.5, "y": 2 },
{ "label": "E", "x": 3.5, "y": 2 },
{ "label": "R", "x": 4.5, "y": 2 },
{ "label": "T", "x": 5.5, "y": 2 },
{ "label": "Y", "x": 6.5, "y": 2 },
{ "label": "U", "x": 7.5, "y": 2 },
{ "label": "I", "x": 8.5, "y": 2 },
{ "label": "O", "x": 9.5, "y": 2 },
{ "label": "P", "x": 10.5, "y": 2 },
{ "label": "[", "x": 11.5, "y": 2 },
{ "label": "]", "x": 12.5, "y": 2 },
{ "label": "\\", "x": 13.5, "y": 2 , "w": 1.5},
{ "label": "End", "x": 15, "y": 2 },
{ "label": "Caps Lock", "x": 0, "y": 3, "w": 1.75},
{ "label": "A", "x": 1.75, "y": 3 },
{ "label": "S", "x": 2.75, "y": 3 },
{ "label": "D", "x": 3.75, "y": 3 },
{ "label": "F", "x": 4.75, "y": 3 },
{ "label": "G", "x": 5.75, "y": 3 },
{ "label": "H", "x": 6.75, "y": 3 },
{ "label": "J", "x": 7.75, "y": 3 },
{ "label": "K", "x": 8.75, "y": 3 },
{ "label": "L", "x": 9.75, "y": 3 },
{ "label": ";", "x": 10.75, "y": 3 },
{ "label": "'", "x": 11.75, "y": 3 },
{ "label": "Enter", "x": 12.75, "y": 3, "w": 2.25 },
{ "label": "PgUp", "x": 15, "y": 3 },
{ "label": "Shift", "x": 0, "y": 4, "w": 2.25},
{ "label": "Z", "x": 2.25, "y": 4 },
{ "label": "X", "x": 3.25, "y": 4 },
{ "label": "C", "x": 4.25, "y": 4 },
{ "label": "V", "x": 5.25, "y": 4 },
{ "label": "B", "x": 6.25, "y": 4 },
{ "label": "N", "x": 7.25, "y": 4 },
{ "label": "M", "x": 8.25, "y": 4 },
{ "label": ",", "x": 9.25, "y": 4 },
{ "label": ".", "x": 10.25, "y": 4 },
{ "label": "/", "x": 11.25, "y": 4 },
{ "label": "Shift", "x": 12.25, "y": 4, "w": 1.75},
{ "label": "Up", "x": 14, "y": 4 },
{ "label": "PgDn", "x": 15, "y": 4 },
{ "label": "Ctrl", "x": 0, "y": 5, "w": 1.25},
{ "label": "Win", "x": 1.25, "y": 5, "w": 1.25},
{ "label": "Alt", "x": 2.5, "y": 5, "w": 1.25},
{ "label": "Space", "x": 3.75, "y": 5, "w": 6.25},
{ "label": "Alt", "x": 10, "y": 5 },
{ "label": "FN", "x": 11, "y": 5 },
{ "label": "Ctrl", "x": 12, "y": 5 },
{ "label": "Left", "x": 13, "y": 5 },
{ "label": "Down", "x": 14, "y": 5 },
{ "label": "Right", "x": 15, "y": 5 }
]
}
}
}

View File

@ -0,0 +1,285 @@
/* Copyright 2023 JUKAIE <lice@jukaie.com>
*
* 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 "jk01.h"
#ifdef RGB_MATRIX_ENABLE
const aw_led g_aw_leds[RGB_MATRIX_LED_COUNT] = {
/* Refer to IS31 manual for these locations
* driver
* | R location
* | | G location
* | | | B location
* | | | | */
//{0, CS1_SW4, CS2_SW4, CS3_SW4}, // 0, k00, Esc
{0, CS1_SW1, CS2_SW1, CS3_SW1}, // 0, k13, Esc
{0, CS1_SW2, CS2_SW2, CS3_SW2}, // 1, k26, F1
{0, CS1_SW3, CS2_SW3, CS3_SW3}, // 2, k36, F2
{0, CS1_SW4, CS2_SW4, CS3_SW4}, // 3, k31, F3
{0, CS1_SW5, CS2_SW5, CS3_SW5}, // 4, k33, F4
{0, CS1_SW6, CS2_SW6, CS3_SW6}, // 5, k07, F5
{0, CS1_SW7, CS2_SW7, CS3_SW7}, // 6, k63, F6
{0, CS1_SW8, CS2_SW8, CS3_SW8}, // 7, k71, F7
{0, CS1_SW9, CS2_SW9, CS3_SW9}, // 8, k76, F8
{0, CS1_SW10, CS2_SW10, CS3_SW10}, // 9, ka6, F9
{0, CS1_SW11, CS2_SW11, CS3_SW11}, // 10, ka7, F10
{0, CS1_SW12, CS2_SW12, CS3_SW12}, // 11, ka3, F11
{1, CS1_SW1, CS2_SW1, CS3_SW1}, // 12, ka5, F12
{1, CS4_SW2, CS5_SW2, CS6_SW2}, // 13, k97, Printscreen
{1, CS4_SW5, CS5_SW5, CS6_SW5}, // 14, k02, Del
{0, CS4_SW1, CS5_SW1, CS6_SW1}, // 15, k16, `
{0, CS4_SW2, CS5_SW2, CS6_SW2}, // 16, k17, 1
{0, CS4_SW3, CS5_SW3, CS6_SW3}, // 17, k27, 2
{0, CS4_SW4, CS5_SW4, CS6_SW4}, // 18, k37, 3
{0, CS4_SW5, CS5_SW5, CS6_SW5}, // 19, k47, 4
{0, CS4_SW6, CS5_SW6, CS6_SW6}, // 20, k46, 5
{0, CS4_SW7, CS5_SW7, CS6_SW7}, // 21, k56, 6
{0, CS4_SW8, CS5_SW8, CS6_SW8}, // 22, k57, 7
{0, CS4_SW9, CS5_SW9, CS6_SW9}, // 23, k67, 8
{0, CS4_SW10, CS5_SW10, CS6_SW10}, // 24, k77, 9
{0, CS4_SW11, CS5_SW11, CS6_SW11}, // 25, k87, 0
{0, CS4_SW12, CS5_SW12, CS6_SW12}, // 26, k86, -
{1, CS1_SW5, CS2_SW5, CS3_SW5}, // 27, k66, =
{1, CS1_SW7, CS2_SW7, CS3_SW7}, // 28, ka1, Backspace
{1, CS1_SW2, CS2_SW2, CS3_SW2}, // 29, kc6, Home
{0, CS7_SW1, CS8_SW1, CS9_SW1}, // 30, k11, Tab
{0, CS7_SW2, CS8_SW2, CS9_SW2}, // 31, k10, Q
{0, CS7_SW3, CS8_SW3, CS9_SW3}, // 32, k20, W
{0, CS7_SW4, CS8_SW4, CS9_SW4}, // 33, k30, E
{0, CS7_SW5, CS8_SW5, CS9_SW5}, // 34, k40, R
{0, CS7_SW6, CS8_SW6, CS9_SW6}, // 35, k41, T
{0, CS7_SW7, CS8_SW7, CS9_SW7}, // 36, k51, Y
{0, CS7_SW8, CS8_SW8, CS9_SW8}, // 37, k50, U
{0, CS7_SW9, CS8_SW9, CS9_SW9}, // 38, k60, I
{0, CS7_SW10, CS8_SW10, CS9_SW10}, // 39, k70, O
{0, CS7_SW11, CS8_SW11, CS9_SW11}, // 40, k80, P
{0, CS7_SW12, CS8_SW12, CS9_SW12}, // 41, k81, [
{1, CS1_SW8, CS2_SW8, CS3_SW8}, // 42, k61, ]
{1, CS1_SW9, CS2_SW9, CS3_SW9}, // 43, ka2, "\\"
{1, CS4_SW3, CS5_SW3, CS6_SW3}, // 44, k65, End
{0, CS10_SW1, CS11_SW1, CS12_SW1}, // 45, k21, Caps Lock
{0, CS10_SW2, CS11_SW2, CS12_SW2}, // 46, k12, A
{0, CS10_SW3, CS11_SW3, CS12_SW3}, // 47, k22, S
{0, CS10_SW4, CS11_SW4, CS12_SW4}, // 48, k32, D
{0, CS10_SW5, CS11_SW5, CS12_SW5}, // 49, k42, F
{0, CS10_SW6, CS11_SW6, CS12_SW6}, // 50, k43, G
{0, CS10_SW7, CS11_SW7, CS12_SW7}, // 51, k53, H
{0, CS10_SW8, CS11_SW8, CS12_SW8}, // 52, k52, J
{0, CS10_SW9, CS11_SW9, CS12_SW9}, // 53, k62, K
{0, CS10_SW10, CS11_SW10, CS12_SW10}, // 54, k72, L
{0, CS10_SW11, CS11_SW11, CS12_SW11}, // 55, k82, ;
{0, CS10_SW12, CS11_SW12, CS12_SW12}, // 56, k83, '
{1, CS1_SW11, CS2_SW11, CS3_SW11}, // 57, ka4, Enter
{1, CS4_SW4, CS5_SW4, CS6_SW4}, // 58, k15, PgUp
{0, CS13_SW1, CS14_SW1, CS15_SW1}, // 59, k00, Shift_L
{0, CS13_SW2, CS14_SW2, CS15_SW2}, // 60, k14, Z
{0, CS13_SW3, CS14_SW3, CS15_SW3}, // 61, k24, X
{0, CS13_SW4, CS14_SW4, CS15_SW4}, // 62, k34, C
{0, CS13_SW5, CS14_SW5, CS15_SW5}, // 63, k44, V
{0, CS13_SW6, CS14_SW6, CS15_SW6}, // 64, k45, B
{0, CS13_SW7, CS14_SW7, CS15_SW7}, // 65, k55, N
{0, CS13_SW8, CS14_SW8, CS15_SW8}, // 66, k54, M
{0, CS13_SW9, CS14_SW9, CS15_SW9}, // 67, k64, ,
{0, CS13_SW10, CS14_SW10, CS15_SW10}, // 68, k74, .
{0, CS13_SW11, CS14_SW11, CS15_SW11}, // 69, k85, /
{1, CS4_SW8, CS5_SW8, CS6_SW8}, // 70, k91, Shift_R
{1, CS4_SW9, CS5_SW9, CS6_SW9}, // 71, k35, Up
{1, CS4_SW7, CS5_SW7, CS6_SW7}, // 72, k25, PgDn
{0, CS16_SW1, CS17_SW1, CS18_SW1}, // 73, k06, Ctrl_L
{0, CS16_SW2, CS17_SW2, CS18_SW2}, // 74, k90, Win_L
{0, CS16_SW3, CS17_SW3, CS18_SW3}, // 75, k93, Alt_L
{0, CS16_SW6, CS17_SW6, CS18_SW6}, // 76, k94, Space
{0, CS16_SW9, CS17_SW9, CS18_SW9}, // 77, k95, Alt_R
{0, CS16_SW10, CS17_SW10, CS18_SW10}, // 78, k92, FN
{0, CS16_SW12, CS17_SW12, CS18_SW12}, // 79, k04, Ctrl_R
{1, CS4_SW10, CS5_SW10, CS6_SW10}, // 80, k03, Left
{1, CS4_SW11, CS5_SW11, CS6_SW11}, // 81, k73, Down
{1, CS10_SW5, CS11_SW5, CS12_SW5}, // 82, k05, Right
{1, CS10_SW10, CS11_SW10, CS12_SW10}, // 83, kb0, Z1
{1, CS10_SW11, CS11_SW11, CS12_SW11}, // 84, kb1, Z2
};
#define __ NO_LED
//#define RGB_LAYOUT LAYOUT
led_config_t g_led_config = {
{
{ 59, __, 14, 80, 79, 82, 73, 5},
{ 31, 30, 46, 0, 60, 58, 15, 16},
{ 32, 45, 47, __, 61, 72, 1 , 17},
{ 33, 3, 48, 4, 62, 71, 2, 18},
{ 34, 35, 49, 50, 63, 64, 20, 19},
{ 37, 36, 52, 51, 66, 65, 21, 22},
{ 38, 42, 53, 6, 67, 44, 27, 23},
{ 39, 7, 54, 81, 68, __, 8, 24},
{ 40, 41, 55, 56, __, 69, 26, 25},
{ 74, 70, 78, 75, 76, 77, __, 13},
{ __, 28, 43, 11, 57, 12, 9, 10},
{ 83, 84, __, __, __, __, 29, __}
},
{
{ 0, 0}, // 0, k13, Esc
{ 20, 0}, // 1, k26, F1
{ 30, 0}, // 2, k36, F2
{ 40, 0}, // 3, k31, F3
{ 50, 0}, // 4, k33, F4
{ 60, 0}, // 5, k07, F5
{ 70, 0}, // 6, k63, F6
{ 80, 0}, // 7, k71, F7
{ 90, 0}, // 8, k76, F8
{ 100,0}, // 9, ka6, F9
{ 110,0}, // 10, ka7, F10
{ 120,0}, // 11, ka3, F11
{ 130,0}, // 12, ka5, F12
{ 140,0}, // 13, k97, Printscreen
{ 150,0}, // 14, k02, Del
{ 0, 10}, // 15, k16, `
{ 10, 10}, // 16, k17, 1
{ 20, 10}, // 17, k27, 2
{ 30, 10}, // 18, k37, 3
{ 40, 10}, // 19, k47, 4
{ 50, 10}, // 20, k46, 5
{ 60, 10}, // 21, k56, 6
{ 70, 10}, // 22, k57, 7
{ 80, 10}, // 23, k67, 8
{ 90, 10}, // 24, k77, 9
{ 100,10}, // 25, k87, 0
{ 110,10}, // 26, k86, -
{ 120,10}, // 27, k66, =
{ 130,10}, // 28, ka1, Backspace
{ 150,10}, // 29, kc6, Home
{ 0, 20}, // 30, k11, Tab
{ 15, 20}, // 31, k10, Q
{ 25, 20}, // 32, k20, W
{ 35, 20}, // 33, k30, E
{ 45, 20}, // 34, k40, R
{ 55, 20}, // 35, k41, T
{ 65, 20}, // 36, k51, Y
{ 75, 20}, // 37, k50, U
{ 85, 20}, // 38, k60, I
{ 95, 20}, // 39, k70, O
{ 105,20}, // 40, k80, P
{ 115,20}, // 41, k81, [
{ 125,20}, // 42, k61, ]
{ 135,20}, // 43, ka2, "\\"
{ 150,20}, // 44, k65, End
{ 0, 30}, // 45, k21, Caps Lock
{ 17, 30}, // 46, k12, A
{ 27, 30}, // 47, k22, S
{ 37, 30}, // 48, k32, D
{ 47, 30}, // 49, k42, F
{ 57, 30}, // 50, k43, G
{ 67, 30}, // 51, k53, H
{ 77, 30}, // 52, k52, J
{ 87, 30}, // 53, k62, K
{ 97, 30}, // 54, k72, L
{ 107,30}, // 55, k82, ;
{ 117,30}, // 56, k83, '
{ 127,30}, // 57, ka4, Enter
{ 150,30}, // 58, k15, PgUp
{ 0, 40}, // 59, k00, Shift_L
{ 22, 40}, // 60, k14, Z
{ 32, 40}, // 61, k24, X
{ 42, 40}, // 62, k34, C
{ 52, 40}, // 63, k44, V
{ 62, 40}, // 64, k45, B
{ 72, 40}, // 65, k55, N
{ 82, 40}, // 66, k54, M
{ 92, 40}, // 67, k64, ,
{ 102, 40}, // 68, k74, .
{ 112,40}, // 69, k85, /
{ 122,40}, // 70, k91, Shift_R
{ 140,40}, // 70, k35, Up
{ 150,40}, // 72, k25, PgDn
{ 0, 50}, // 73, k06, Ctrl_L
{ 12, 50}, // 74, k90, Win_L
{ 25, 50}, // 75, k93, Alt_L
{ 37, 50}, // 76, k94, Space
{ 100, 50}, // 77, k95, Alt_R
{ 110, 50}, // 78, k92, FN
{ 120, 50}, // 79, k04, Ctrl_R
{ 130, 50}, // 80, k03, Left
{ 140, 50}, // 81, k73, Down
{ 150, 50}, // 82, k05, Right
{ 0, 1}, // 83, kb0, Z1
{ 0, 2}, // 84, kb1, Z2
},
{
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
}
};
#endif
#ifdef EEPROM_ENABLE
#include "spi_master.h"
void spi_init(void) {
static bool is_initialised = false;
if (!is_initialised) {
is_initialised = true;
// Try releasing special pins for a short time
setPinInput(SPI_SCK_PIN);
setPinInput(SPI_MOSI_PIN);
setPinInput(SPI_MISO_PIN);
chThdSleepMilliseconds(10);
palSetPadMode(PAL_PORT(SPI_SCK_PIN), PAL_PAD(SPI_SCK_PIN), PAL_MODE_ALTERNATE(SPI_SCK_PAL_MODE) | PAL_OUTPUT_TYPE_PUSHPULL | PAL_OUTPUT_SPEED_HIGHEST | PAL_WB32_CURRENT_LEVEL3);
palSetPadMode(PAL_PORT(SPI_MOSI_PIN), PAL_PAD(SPI_MOSI_PIN), PAL_MODE_ALTERNATE(SPI_MOSI_PAL_MODE) | PAL_OUTPUT_TYPE_PUSHPULL | PAL_OUTPUT_SPEED_HIGHEST);
palSetPadMode(PAL_PORT(SPI_MISO_PIN), PAL_PAD(SPI_MISO_PIN), PAL_MODE_ALTERNATE(SPI_MISO_PAL_MODE) | PAL_OUTPUT_TYPE_PUSHPULL | PAL_OUTPUT_SPEED_HIGHEST);
}
}
#endif
#ifdef ENCODER_ENABLE
bool encoder_update_kb(uint8_t index, bool clockwise) {
if (!encoder_update_user(index, clockwise)) { return false; }
if (index == 0) {
if (clockwise) {
tap_code(KC_VOLD);
} else {
tap_code(KC_VOLU);
}
}
return true;
}
#endif

View File

@ -0,0 +1,46 @@
/* Copyright 2023 JUKAIE <lice@jukaie.com>
*
* 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/>.
*/
#pragma once
#include "quantum.h"
#define ___ KC_NO
#define LAYOUT( \
k13, k26, k36, k31, k33, k07, k63, k71, k76, ka6, ka7, ka3, ka5, k97, k02, \
k16, k17, k27, k37, k47, k46, k56, k57, k67, k77, k87, k86, k66, ka1, kb6, \
k11, k10, k20, k30, k40, k41, k51, k50, k60, k70, k80, k81, k61, ka2, k65, \
k21, k12, k22, k32, k42, k43, k53, k52, k62, k72, k82, k83, ka4, k15, \
k00, k14, k24, k34, k44, k45, k55, k54, k64, k74, k85, k91, k35, k25, \
k06, k90, k93, k94, k95, k92, k04, k03, k73, k05 \
)\
{\
{ k00, ___, k02, k03, k04, k05, k06, k07},\
{ k10, k11, k12, k13, k14, k15, k16, k17},\
{ k20, k21, k22, ___, k24, k25, k26, k27},\
{ k30, k31, k32, k33, k34, k35, k36, k37},\
{ k40, k41, k42, k43, k44, k45, k46, k47},\
{ k50, k51, k52, k53, k54, k55, k56, k57},\
{ k60, k61, k62, k63, k64, k65, k66, k67},\
{ k70, k71, k72, k73, k74, ___, k76, k77},\
{ k80, k81, k82, k83, ___, k85, k86, k87},\
{ k90, k91, k92, k93, k94, k95, ___, k97},\
{ ___, ka1, ka2, ka3, ka4, ka5, ka6, ka7},\
{ ___, ___, ___, ___, ___, ___, kb6, ___} \
}

View File

@ -0,0 +1,64 @@
/* Copyright 2023 JUKAIE <lice@jukaie.com>
*
* 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
// Each layer gets a name for readability, which is then used in the keymap matrix below.
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
enum custom_layers {
Win,
Mac,
Winfn,
Macfn,
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Keymap _BL: Base Layer (Default Layer)
*/
[Win] = LAYOUT(
KC_ESC, 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_PSCR, KC_DEL,
KC_GRV, 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_HOME,
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_END,
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,
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,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(Winfn),KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
[Mac] = LAYOUT(
KC_ESC, KC_BRID, KC_BRIU, KC_MC, KC_SIRI, KC_F5, KC_F6, KC_MRWD, KC_MPLY, KC_MFFD, KC_MUTE, KC_VOLD, KC_VOLU, KC_PSCR, KC_DEL,
KC_GRV, 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_HOME,
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_END,
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,
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,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RALT, MO(Macfn),KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
[Winfn] = LAYOUT(
KC_ESC, KC_MYCM, KC_MAIL, KC_WSCH, KC_WHOM, KC_CALC, KC_MSEL, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_VOLD, KC_VOLU, KC_PSCR, RGB_MOD,
KC_GRV, 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, RGB_HUI,
KC_TAB, KC_Q, TO(Win), KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_END,
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,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, TO(Mac), KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, RGB_VAI, KC_PGDN,
KC_LCTL, GUI_TOG, KC_LALT, KC_SPC, KC_RALT, MO(Winfn),KC_RCTL, RGB_SPD, RGB_VAD, RGB_SPI),
[Macfn] = LAYOUT(
KC_ESC, 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_PSCR, RGB_MOD,
KC_GRV, 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, RGB_HUI,
KC_TAB, KC_Q, TO(Win), KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_END,
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,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, TO(Mac), KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, RGB_VAI, KC_PGDN,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RALT, MO(Winfn),KC_RCTL, RGB_SPD, RGB_VAD, RGB_SPI),
};

View File

@ -0,0 +1 @@
# The Default JK01 Layout

View File

@ -0,0 +1,147 @@
/* Copyright 2023 JUKAIE <lice@jukaie.com>
*
* 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
// Each layer gets a name for readability, which is then used in the keymap matrix below.
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
enum my_keycodes {
KC_MC = SAFE_RANGE,
KC_SIRI,
KC_DND,
KC_SPOT,
KC_EJ,
};
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case KC_MC:
if (record->event.pressed) {
host_consumer_send(0x29F);
} else {
host_consumer_send(0);
}
return false; /* Skip all further processing of this key */
case KC_SIRI:
if (record->event.pressed) {
host_consumer_send(0xCF);
} else {
host_consumer_send(0);
}
return false; /* Skip all further processing of this key */
case KC_DND:
if (record->event.pressed) {
host_system_send(0x9B);
} else {
host_system_send(0);
}
return false; /* Skip all further processing of this key */
case KC_SPOT:
if (record->event.pressed) {
host_consumer_send(0x221);
} else {
host_consumer_send(0);
}
return false; /* Skip all further processing of this key */
case KC_EJ:
if (record->event.pressed) {
host_consumer_send(0x0B8);
} else {
host_consumer_send(0);
}
return false; /* Skip all further processing of this key */
default:
return true; /* Process all other keycodes normally */
}
};
void housekeeping_task_user(void) {
writePin(C15, keymap_config.no_gui);
};
void keyboard_pre_init_user(void) {
setPinInputLow(C15);
writePin(C15, false);
setPinInputLow(C0);
writePin(C0, false);
};
enum custom_layers {
Win,
Mac,
Winfn,
Macfn,
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Keymap _BL: Base Layer (Default Layer)
*/
[Win] = LAYOUT(
KC_ESC, 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_PSCR, KC_DEL,
KC_GRV, 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_HOME,
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_END,
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,
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,
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(Winfn),KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
[Mac] = LAYOUT(
KC_ESC, KC_BRID, KC_BRIU, KC_MC, KC_SIRI, KC_F5, KC_F6, KC_MRWD, KC_MPLY, KC_MFFD, KC_MUTE, KC_VOLD, KC_VOLU, KC_PSCR, KC_DEL,
KC_GRV, 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_HOME,
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_END,
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,
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,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RALT, MO(Macfn),KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT),
[Winfn] = LAYOUT(
KC_ESC, KC_MYCM, KC_MAIL, KC_WSCH, KC_WHOM, KC_CALC, KC_MSEL, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_VOLD, KC_VOLU, KC_PSCR, RGB_MOD,
KC_GRV, 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, RGB_HUI,
KC_TAB, KC_Q, TO(Win), KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_END,
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,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, TO(Mac), KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, RGB_VAI, KC_PGDN,
KC_LCTL, GUI_TOG, KC_LALT, KC_SPC, KC_RALT, MO(Winfn),KC_RCTL, RGB_SPD, RGB_VAD, RGB_SPI),
[Macfn] = LAYOUT(
KC_ESC, 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_PSCR, RGB_MOD,
KC_GRV, 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, RGB_HUI,
KC_TAB, KC_Q, TO(Win), KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_END,
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,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, TO(Mac), KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, RGB_VAI, KC_PGDN,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RALT, MO(Winfn),KC_RCTL, RGB_SPD, RGB_VAD, RGB_SPI),
};
void led_init_ports(void) {
setPinOutput(C0);
setPinOutput(C14);
setPinOutput(C15);
};
layer_state_t layer_state_set_user(layer_state_t state) {
writePin(C0, layer_state_cmp(state, 1));
return state;
};

View File

@ -0,0 +1 @@
VIA_ENABLE = yes

View File

@ -0,0 +1,25 @@
/* Copyright (C) 2023 Westberry Technology (ChangZhou) Corp., Ltd
*
* 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/>.
*/
#pragma once
#include_next <mcuconf.h>
#undef WB32_SPI_USE_QSPI
#define WB32_SPI_USE_QSPI TRUE
#undef WB32_SPI_USE_SPIM2
#define WB32_SPI_USE_SPIM2 TRUE

View File

@ -0,0 +1,17 @@
# jk01
An 83 keys keyboard, Equipped with the WestBerry Q95 microcontroller.
* Keyboard Maintainer: [JUKAIE](https://github.com/jukaie)
* Hardware Supported: JK01
* Hardware Availability: [JUKAIE](https://github.com/jukaie/keyboard1)
Make example for this keyboard (after setting up your build environment):
make jukaie/jk01:default
Flashing example for this keyboard:
make jukaie/jk01:default:flash
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).

View File

@ -0,0 +1,17 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite.
MOUSEKEY_ENABLE = yes # Mouse keys.
EXTRAKEY_ENABLE = yes # Audio control and System control.
CONSOLE_ENABLE = no # Console for debug.
COMMAND_ENABLE = no # Commands for debug and configuration.
NKRO_ENABLE = yes # Enable NKRO Rollover.
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality.
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow.
AUDIO_ENABLE = no # Audio output.
ENCODER_ENABLE = yes
RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects.
RGB_MATRIX_DRIVER = AW20216 # Enable RGB matrix effects.
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash