|
@@ -37,25 +37,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
/* COL2ROW or ROW2COL */
|
|
|
#define DIODE_DIRECTION COL2ROW
|
|
|
|
|
|
+/* Debouncing reduces chatter */
|
|
|
+#define DEBOUNCE 5
|
|
|
+
|
|
|
+/* indicators */
|
|
|
+#define LED_CAPS_LOCK_PIN D4
|
|
|
+#define LED_PIN_ON_STATE 0
|
|
|
+
|
|
|
/* number of backlight levels */
|
|
|
#define BACKLIGHT_PIN B5
|
|
|
#ifdef BACKLIGHT_PIN
|
|
|
#define BACKLIGHT_LEVELS 3
|
|
|
#endif
|
|
|
|
|
|
-/* Set 0 if debouncing isn't 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
|
|
|
|
|
|
#define RGB_DI_PIN E2
|
|
|
#ifdef RGB_DI_PIN
|
|
|
#define RGBLIGHT_ANIMATIONS
|
|
|
-#define RGBLED_NUM 20
|
|
|
+#define RGBLED_NUM 16
|
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
|
#define RGBLIGHT_VAL_STEP 8
|