-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] TKC Portico68 v2 (#15916)
Co-authored-by: Ryan <[email protected]>
- Loading branch information
1 parent
b2fdb07
commit ec3df85
Showing
10 changed files
with
587 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
/* | ||
Copyright 2022 Terry Mathews | ||
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 "config_common.h" | ||
|
||
/* USB Device descriptor parameter */ | ||
#define VENDOR_ID 0x544B //TK | ||
#define PRODUCT_ID 0x0012 //Portico68v2 | ||
#define DEVICE_VER 0x0001 | ||
#define MANUFACTURER TKC | ||
#define PRODUCT Portico68v2 | ||
|
||
/* key matrix size */ | ||
#define MATRIX_ROWS 5 | ||
#define MATRIX_COLS 15 | ||
|
||
#define MATRIX_ROW_PINS { B6, C6, C7, F7, D2 } | ||
#define MATRIX_COL_PINS { D3, D5, D4, D6, D7, B4, B5, F6, F5, F4, F1, B0, B1, B2, B3 } | ||
|
||
/* COL2ROW, ROW2COL*/ | ||
#define DIODE_DIRECTION COL2ROW | ||
|
||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | ||
#define DEBOUNCE 3 | ||
|
||
/* disable these deprecated features by default */ | ||
#define NO_ACTION_MACRO | ||
#define NO_ACTION_FUNCTION | ||
|
||
#define DRIVER_ADDR_1 0b0110000 | ||
#define DRIVER_COUNT 1 | ||
#define DRIVER_1_LED_TOTAL 82 | ||
#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | ||
#define DRIVER_INDICATOR_LED_TOTAL 0 | ||
#define RGB_MATRIX_CENTER { 116, 32 } | ||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 175 | ||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
#define RGB_MATRIX_KEYPRESSES | ||
#define RGB_DISABLE_WHEN_USB_SUSPENDED | ||
// 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_LED_PROCESS_LIMIT 5 | ||
// #define RGB_MATRIX_LED_FLUSH_LIMIT 26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"keyboard_name": "TKC Portico68 v2", | ||
"url": "", | ||
"maintainer": "TerryMathews", | ||
"layouts": { | ||
"LAYOUT_65_ansi_blocker": { | ||
"layout": [ | ||
{"label":"~", "x":0, "y":0}, | ||
{"label":"!", "x":1, "y":0}, | ||
{"label":"@", "x":2, "y":0}, | ||
{"label":"#", "x":3, "y":0}, | ||
{"label":"$", "x":4, "y":0}, | ||
{"label":"%", "x":5, "y":0}, | ||
{"label":"^", "x":6, "y":0}, | ||
{"label":"&", "x":7, "y":0}, | ||
{"label":"*", "x":8, "y":0}, | ||
{"label":"(", "x":9, "y":0}, | ||
{"label":")", "x":10, "y":0}, | ||
{"label":"_", "x":11, "y":0}, | ||
{"label":"+", "x":12, "y":0}, | ||
{"label":"Backspace", "x":13, "y":0, "w":2}, | ||
{"label":"Home", "x":15, "y":0}, | ||
|
||
{"label":"Tab", "x":0, "y":1, "w":1.5}, | ||
{"label":"Q", "x":1.5, "y":1}, | ||
{"label":"W", "x":2.5, "y":1}, | ||
{"label":"E", "x":3.5, "y":1}, | ||
{"label":"R", "x":4.5, "y":1}, | ||
{"label":"T", "x":5.5, "y":1}, | ||
{"label":"Y", "x":6.5, "y":1}, | ||
{"label":"U", "x":7.5, "y":1}, | ||
{"label":"I", "x":8.5, "y":1}, | ||
{"label":"O", "x":9.5, "y":1}, | ||
{"label":"P", "x":10.5, "y":1}, | ||
{"label":"{", "x":11.5, "y":1}, | ||
{"label":"}", "x":12.5, "y":1}, | ||
{"label":"|", "x":13.5, "y":1, "w":1.5}, | ||
{"label":"PgUp", "x":15, "y":1}, | ||
|
||
{"label":"Caps Lock", "x":0, "y":2, "w":1.75}, | ||
{"label":"A", "x":1.75, "y":2}, | ||
{"label":"S", "x":2.75, "y":2}, | ||
{"label":"D", "x":3.75, "y":2}, | ||
{"label":"F", "x":4.75, "y":2}, | ||
{"label":"G", "x":5.75, "y":2}, | ||
{"label":"H", "x":6.75, "y":2}, | ||
{"label":"J", "x":7.75, "y":2}, | ||
{"label":"K", "x":8.75, "y":2}, | ||
{"label":"L", "x":9.75, "y":2}, | ||
{"label":":", "x":10.75, "y":2}, | ||
{"label":"\"", "x":11.75, "y":2}, | ||
{"label":"Enter", "x":12.75, "y":2, "w":2.25}, | ||
{"label":"PgDn", "x":15, "y":2}, | ||
|
||
{"label":"Shift", "x":0, "y":3, "w":2.25}, | ||
{"label":"Z", "x":2.25, "y":3}, | ||
{"label":"X", "x":3.25, "y":3}, | ||
{"label":"C", "x":4.25, "y":3}, | ||
{"label":"V", "x":5.25, "y":3}, | ||
{"label":"B", "x":6.25, "y":3}, | ||
{"label":"N", "x":7.25, "y":3}, | ||
{"label":"M", "x":8.25, "y":3}, | ||
{"label":"<", "x":9.25, "y":3}, | ||
{"label":">", "x":10.25, "y":3}, | ||
{"label":"?", "x":11.25, "y":3}, | ||
{"label":"Shift", "x":12.25, "y":3, "w":1.75}, | ||
{"label":"<i class='kb kb-Arrows-Up'></i>", "x":14, "y":3}, | ||
{"label":"End", "x":15, "y":3}, | ||
|
||
{"label":"Ctrl", "x":0, "y":4, "w":1.25}, | ||
{"label":"Win", "x":1.25, "y":4, "w":1.25}, | ||
{"label":"Alt", "x":2.5, "y":4, "w":1.25}, | ||
{"x":3.75, "y":4, "w":6.25}, | ||
{"label":"Fn", "x":10, "y":4, "w":1.25}, | ||
{"label":"Ctrl", "x":11.25, "y":4, "w":1.25}, | ||
{"label":"<i class='kb kb-Arrows-Left'></i>", "x":13, "y":4}, | ||
{"label":"<i class='kb kb-Arrows-Down'></i>", "x":14, "y":4}, | ||
{"label":"<i class='kb kb-Arrows-Right'></i>", "x":15, "y":4} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
Copyright 2022 Terry Mathews | ||
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_65_ansi_blocker( | ||
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_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_PGUP, | ||
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_PGDN, | ||
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_END, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
), | ||
[1] = LAYOUT_65_ansi_blocker( | ||
KC_GESC, 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, KC_HOME, | ||
_______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, KC_PSCR, KC_SLCK, KC_PAUS, RESET, KC_PGUP, | ||
KC_CAPS, RGB_SPI, RGB_SPD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGDN, | ||
KC_LSFT, _______, _______, _______, _______, _______, NK_TOGG, _______, _______, _______, _______, _______, KC_VOLU, KC_MUTE, | ||
_______, _______, _______, _______, _______, _______, KC_MPRV, KC_VOLD, KC_MNXT | ||
) | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
Copyright 2022 Terry Mathews | ||
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 VIA_CUSTOM_LIGHTING_ENABLE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
/* | ||
Copyright 2022 Terry Mathews | ||
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_65_ansi_blocker( | ||
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_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_PGUP, | ||
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_PGDN, | ||
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_END, | ||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
), | ||
[1] = LAYOUT_65_ansi_blocker( | ||
KC_GESC, 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, KC_HOME, | ||
_______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, KC_PSCR, KC_SLCK, KC_PAUS, RESET, KC_PGUP, | ||
KC_CAPS, RGB_SPI, RGB_SPD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_PGDN, | ||
KC_LSFT, _______, _______, _______, _______, _______, NK_TOGG, _______, _______, _______, _______, _______, KC_VOLU, KC_MUTE, | ||
_______, _______, _______, _______, _______, _______, KC_MPRV, KC_VOLD, KC_MNXT | ||
), | ||
[2] = LAYOUT_65_ansi_blocker( | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
), | ||
[3] = LAYOUT_65_ansi_blocker( | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
) | ||
}; | ||
|
||
void via_qmk_rgblight_get_value(uint8_t *data) { | ||
uint8_t *value_id = &(data[0]); | ||
uint8_t *value_data = &(data[1]); | ||
switch (*value_id) { | ||
case id_qmk_rgblight_brightness: { | ||
value_data[0] = rgb_matrix_get_val(); | ||
break; | ||
} | ||
case id_qmk_rgblight_effect: { | ||
value_data[0] = rgb_matrix_get_flags() ? rgb_matrix_get_mode() : 0; | ||
break; | ||
} | ||
case id_qmk_rgblight_effect_speed: { | ||
value_data[0] = rgb_matrix_get_speed(); | ||
break; | ||
} | ||
case id_qmk_rgblight_color: { | ||
value_data[0] = rgb_matrix_get_hue(); | ||
value_data[1] = rgb_matrix_get_sat(); | ||
break; | ||
} | ||
} | ||
} | ||
|
||
void via_qmk_rgblight_set_value(uint8_t *data) { | ||
uint8_t *value_id = &(data[0]); | ||
uint8_t *value_data = &(data[1]); | ||
switch (*value_id) { | ||
case id_qmk_rgblight_brightness: { | ||
rgb_matrix_sethsv_noeeprom(rgblight_get_hue(), rgblight_get_sat(), value_data[0]); | ||
break; | ||
} | ||
case id_qmk_rgblight_effect: { | ||
if (value_data[0] == 0) { | ||
rgb_matrix_set_flags(LED_FLAG_NONE); | ||
} else { | ||
rgb_matrix_mode_noeeprom(value_data[0]); | ||
rgb_matrix_set_flags(LED_FLAG_MODIFIER|LED_FLAG_UNDERGLOW|LED_FLAG_KEYLIGHT); | ||
} | ||
break; | ||
} | ||
case id_qmk_rgblight_effect_speed: { | ||
rgb_matrix_set_speed_noeeprom(value_data[0]); | ||
break; | ||
} | ||
case id_qmk_rgblight_color: { | ||
rgb_matrix_sethsv_noeeprom(value_data[0], value_data[1], rgblight_get_val()); | ||
break; | ||
} | ||
} | ||
} | ||
|
||
void raw_hid_receive_kb(uint8_t *data, uint8_t length) { | ||
uint8_t *command_id = &(data[0]); | ||
uint8_t *command_data = &(data[1]); | ||
switch (*command_id) { | ||
case id_lighting_set_value: | ||
via_qmk_rgblight_set_value(command_data); | ||
break; | ||
case id_lighting_get_value: | ||
via_qmk_rgblight_get_value(command_data); | ||
break; | ||
case id_lighting_save: | ||
eeconfig_update_rgb_matrix(); | ||
break; | ||
default: | ||
// Unhandled message. | ||
*command_id = id_unhandled; | ||
break; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
VIA_ENABLE = yes |
Oops, something went wrong.