]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/preonic/rev3/config.h
Extend maximum number of backlight levels to 31 (#6351)
[qmk_firmware.git] / keyboards / preonic / rev3 / config.h
index 98899dc6ac778d254b954fad260fe74f01291007..2d299345535820d15b7044125e396078a041fef8 100644 (file)
  * #define UNUSED_PINS
  */
 
+#define ENCODERS_PAD_A { B12 }
+#define ENCODERS_PAD_B { B13 }
+
 #define MUSIC_MAP
 #undef AUDIO_VOICES
 #undef C6_AUDIO
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 6
+// #define DEBOUNCE 6
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 //#define LOCKING_SUPPORT_ENABLE
  */
 //#define FORCE_NKRO
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-       keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.