-
-
Notifications
You must be signed in to change notification settings - Fork 40k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] PK64RGB Keyboard Addition (#14627)
- Loading branch information
Showing
10 changed files
with
489 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,99 @@ | ||
/* Copyright 2021 Play Keyboard | ||
* | ||
* 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 0x706B // Play Keyboard | ||
#define PRODUCT_ID 0x3634 | ||
#define DEVICE_VER 0x0001 | ||
#define MANUFACTURER Play Keyboard | ||
#define PRODUCT Play Keyboard 64 RGB | ||
|
||
/* key matrix size */ | ||
#define MATRIX_ROWS 5 | ||
#define MATRIX_COLS 14 | ||
|
||
/* | ||
* Keyboard Matrix Assignments | ||
* | ||
* Change this to how you wired your keyboard | ||
* COLS: AVR pins used for columns, left to right | ||
* ROWS: AVR pins used for rows, top to bottom | ||
* DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) | ||
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | ||
* | ||
*/ | ||
#define MATRIX_ROW_PINS { D7, D6, D5, D3, D2 } | ||
#define MATRIX_COL_PINS { B5, B6, C6, C7, F7, F6, F5, F4, F1, F0, B1, B2, B3, B7 } | ||
|
||
/* COL2ROW, ROW2COL*/ | ||
#define DIODE_DIRECTION COL2ROW | ||
|
||
#ifdef RGB_MATRIX_ENABLE | ||
#define RGB_MATRIX_KEYPRESSES | ||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS | ||
#define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS | ||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 160 | ||
#define RGB_MATRIX_LED_PROCESS_LIMIT 20 | ||
#define RGB_MATRIX_LED_FLUSH_LIMIT 26 | ||
#define DRIVER_ADDR_1 0b1010000 | ||
#define DRIVER_COUNT 1 | ||
#define DRIVER_LED_TOTAL 64 | ||
|
||
|
||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE | ||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS | ||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS | ||
#define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS | ||
#define DISABLE_RGB_MATRIX_BAND_SAT | ||
#define DISABLE_RGB_MATRIX_BAND_VAL | ||
#define DISABLE_RGB_MATRIX_BAND_PINWHEEL_SAT | ||
#define DISABLE_RGB_MATRIX_BAND_PINWHEEL_VAL | ||
#define DISABLE_RGB_MATRIX_BAND_SPIRAL_SAT | ||
#define DISABLE_RGB_MATRIX_BAND_SPIRAL_VAL | ||
#endif | ||
|
||
#define RGB_DI_PIN B0 | ||
#ifdef RGB_DI_PIN | ||
# 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_ALTERNATING | ||
# define RGBLIGHT_EFFECT_TWINKLE | ||
# define RGBLED_NUM 18 | ||
# define RGBLIGHT_HUE_STEP 5 | ||
# define RGBLIGHT_SAT_STEP 5 | ||
# define RGBLIGHT_VAL_STEP 5 | ||
# define RGBLIGHT_SLEEP | ||
#endif | ||
|
||
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | ||
#define DEBOUNCE 5 | ||
|
||
/* 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 | ||
|
||
/* VIA related config */ | ||
#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 |
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,83 @@ | ||
{ | ||
"keyboard_name": "PK64RGB", | ||
"url": "", | ||
"maintainer": "yj7272098", | ||
"layouts": { | ||
"LAYOUT_64_ansi": | ||
[ | ||
{"x":0, "y":0}, | ||
{"x":1, "y":0}, | ||
{"x":2, "y":0}, | ||
{"x":3, "y":0}, | ||
{"x":4, "y":0}, | ||
{"x":5, "y":0}, | ||
{"x":6, "y":0}, | ||
{"x":7, "y":0}, | ||
{"x":8, "y":0}, | ||
{"x":9, "y":0}, | ||
{"x":10, "y":0}, | ||
{"x":11, "y":0}, | ||
{"x":12, "y":0}, | ||
{"x":13, "y":0, "w":2}, | ||
|
||
|
||
{"x":0, "y":1, "w":1.5}, | ||
{"x":1.5, "y":1}, | ||
{"x":2.5, "y":1}, | ||
{"x":3.5, "y":1}, | ||
{"x":4.5, "y":1}, | ||
{"x":5.5, "y":1}, | ||
{"x":6.5, "y":1}, | ||
{"x":7.5, "y":1}, | ||
{"x":8.5, "y":1}, | ||
{"x":9.5, "y":1}, | ||
{"x":10.5, "y":1}, | ||
{"x":11.5, "y":1}, | ||
{"x":12.5, "y":1}, | ||
{"x":13.5, "y":1, "w":1.5}, | ||
|
||
|
||
{"x":0, "y":2, "w":1.75}, | ||
{"x":1.75, "y":2}, | ||
{"x":2.75, "y":2}, | ||
{"x":3.75, "y":2}, | ||
{"x":4.75, "y":2}, | ||
{"x":5.75, "y":2}, | ||
{"x":6.75, "y":2}, | ||
{"x":7.75, "y":2}, | ||
{"x":8.75, "y":2}, | ||
{"x":9.75, "y":2}, | ||
{"x":10.75, "y":2}, | ||
{"x":11.75, "y":2}, | ||
{"x":12.75, "y":2, "w":2.25}, | ||
|
||
|
||
{"x":0, "y":3, "w":2}, | ||
{"x":2, "y":3}, | ||
{"x":3, "y":3}, | ||
{"x":4, "y":3}, | ||
{"x":5, "y":3}, | ||
{"x":6, "y":3}, | ||
{"x":7, "y":3}, | ||
{"x":8, "y":3}, | ||
{"x":9, "y":3}, | ||
{"x":10, "y":3}, | ||
{"x":11, "y":3}, | ||
{"x":12, "y":3}, | ||
{"x":13, "y":3}, | ||
{"x":14, "y":3}, | ||
|
||
|
||
{"x":0, "y":4, "w":1.25}, | ||
{"x":1.25, "y":4, "w":1.25}, | ||
{"x":2.5, "y":4, "w":1.25}, | ||
{"x":3.75, "y":4, "w":6.25}, | ||
{"x":10, "y":4}, | ||
{"x":11, "y":4}, | ||
{"x":12, "y":4}, | ||
{"x":13, "y":4}, | ||
{"x":14, "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,44 @@ | ||
/* Copyright 2021 Play Keyboard | ||
* | ||
* 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_64_ansi( | ||
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_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_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_RSFT, KC_UP, KC_DEL, | ||
KC_LCTL, KC_LALT, KC_LWIN, KC_SPC, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
), | ||
[1] = LAYOUT_64_ansi( | ||
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9 , KC_F10, KC_F11, KC_F12, _______, | ||
_______, _______,_______,_______, _______,_______, _______, _______,_______,_______, _______,_______,_______, _______, | ||
RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, RGB_SPI, RGB_SPD, _______, _______,_______, _______, | ||
_______, RGB_M_P, RGB_M_B, RGB_M_R, RGB_M_SW, RGB_M_SN, RGB_M_K, RGB_M_X, RGB_M_G, RGB_M_T, _______,_______,_______,_______, | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
) | ||
}; | ||
|
||
void rgb_matrix_indicators_user(void) { | ||
if (layer_state_is(1)) { | ||
rgb_matrix_set_color(77,0xFF, 0x80, 0x00); | ||
} | ||
if (host_keyboard_led_state().caps_lock) { | ||
rgb_matrix_set_color(28, 0xFF, 0xFF, 0xFF); | ||
} | ||
} |
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,3 @@ | ||
# Default PK64RGB Layout | ||
|
||
This is the default 64_ansi layout that comes flashed on every PK64RGB. |
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,55 @@ | ||
/* Copyright 2021 Play Keyboard | ||
* | ||
* 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_64_ansi( | ||
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_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_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_RSFT, KC_UP, KC_DEL, | ||
KC_LCTL, KC_LALT, KC_LWIN, KC_SPC, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT | ||
), | ||
[1] =LAYOUT_64_ansi( | ||
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_DEL, | ||
KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, RGB_SAI, RGB_SAD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RESET, | ||
KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, BL_TOGG, BL_INC, BL_STEP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,RGB_VAI, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG, KC_TRNS, RGB_MOD, RGB_HUI, RGB_VAD, RGB_HUD), | ||
[2] = LAYOUT_64_ansi( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, BL_DEC, BL_TOGG, BL_INC, BL_STEP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), | ||
[3] = LAYOUT_64_ansi( | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, BL_DEC, BL_TOGG, BL_INC, BL_STEP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), | ||
}; | ||
|
||
void rgb_matrix_indicators_user(void) { | ||
if (layer_state_is(1)) { | ||
rgb_matrix_set_color(77,0xFF, 0x80, 0x00); | ||
} | ||
if (host_keyboard_led_state().caps_lock) { | ||
rgb_matrix_set_color(28, 0xFF, 0xFF, 0xFF); | ||
} | ||
} |
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,2 @@ | ||
LTO_ENABLE = yes | ||
VIA_ENABLE = yes |
Oops, something went wrong.