2019-02-25 17:03:36 -08:00
|
|
|
#pragma once
|
2017-08-21 16:38:43 -04:00
|
|
|
|
|
|
|
#include "config_common.h"
|
|
|
|
|
|
|
|
/* USB Device descriptor parameter */
|
2020-04-03 22:52:05 -07:00
|
|
|
#define VENDOR_ID 0x6F75 // OU
|
2017-08-21 16:38:43 -04:00
|
|
|
#define MANUFACTURER 1up Keyboards
|
|
|
|
#define PRODUCT Sweet16
|
|
|
|
|
|
|
|
/* key matrix size */
|
|
|
|
#define MATRIX_ROWS 4
|
|
|
|
#define MATRIX_COLS 4
|
|
|
|
|
|
|
|
/* number of backlight levels */
|
2019-10-23 21:14:00 -07:00
|
|
|
#define BACKLIGHT_LEVELS 10
|
2017-08-21 16:38:43 -04:00
|
|
|
|
|
|
|
/* 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
|