]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/preonic/rev3/config.h
[Keymap] Update keymap.c (#5923)
[qmk_firmware.git] / keyboards / preonic / rev3 / config.h
index 98899dc6ac778d254b954fad260fe74f01291007..c37f263adc577adf466a71687297e7e73b8915eb 100644 (file)
  * #define UNUSED_PINS
  */
 
+#define NUMBER_OF_ENCODERS 1
+#define ENCODERS_PAD_A { B12 }
+#define ENCODERS_PAD_B { B13 }
+
 #define MUSIC_MAP
 #undef AUDIO_VOICES
 #undef C6_AUDIO
  */
 //#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.