1
0
Fork 0

[Keyboard] Updated pins configuration and keymaps for Vaengr (#15379)

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Vicktor Hutama 2021-12-06 07:31:53 +07:00 committed by GitHub
parent 679f83f9de
commit 8c29902e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 34 deletions

View file

@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VENDOR_ID 0x726E
#define PRODUCT_ID 0x7661
#define DEVICE_VER 0x0001
#define MANUFACTURER Rune
#define PRODUCT Vængr
#define MANUFACTURER Runes
#define PRODUCT VÆNGR
/* key matrix size */
#define MATRIX_ROWS 5
@ -40,8 +40,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
*
*/
#define MATRIX_ROW_PINS { C7, E6, D5, B3, B7 }
#define MATRIX_COL_PINS { D4, D6, D7, B4, B5, B6, F7, F6, F5, F4, F1, F0 }
#define MATRIX_ROW_PINS { B3, B7, B0, F7, C6 }
#define MATRIX_COL_PINS { E6, F0, F1, F4, F5, D0, D1, D6, D4, D2, D3, D5 }
#define UNUSED_PINS
/* COL2ROW, ROW2COL */
@ -62,7 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define BACKLIGHT_LEVELS 3
// #define BACKLIGHT_BREATHING
#define RGB_DI_PIN D3
#define RGB_DI_PIN C7
// #define RGB_DI_PIN B0
#ifdef RGB_DI_PIN
#define RGBLIGHT_EFFECT_BREATHING
@ -75,7 +75,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define RGBLED_NUM 3
#define RGBLED_NUM 10
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17