]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/scrabblepad/config.h
[Keymap] Additional RGB options set (#5551)
[qmk_firmware.git] / keyboards / scrabblepad / config.h
index 01f847dd47e7bdc0b36c890a4f5940f40f712c16..8c23ccdabd485a97c7dddda12ed2b7d379e66cc7 100644 (file)
@@ -42,17 +42,24 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *                  ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
  *
 */
-#define MATRIX_ROW_PINS { D3, F1, C7, F2, C6, F3, C5, F4, C4, F5, C3, F6, C2, F7, C1 }
-#define MATRIX_COL_PINS { D4, D5, D7, B7, D0, D1, D2, C0, F0, B4, B5, B6, E1, E7, E0 }
+#define MATRIX_ROW_PINS { D5, F1, C7, F2, C6, F3, C5, F4, C4, F5, C3, F6, C2, F7, C1 }
+#define MATRIX_COL_PINS { D6, D7, E0, E1, B7, D2, D3, D4, C0, B4, B5, B6, F0, E6, E7 }
 #define UNUSED_PINS
 
-/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
+/* COL2ROW, ROW2COL*/
 #define DIODE_DIRECTION COL2ROW
 
-// #define BACKLIGHT_PIN B7
+// #define BACKLIGHT_PIN 
 // #define BACKLIGHT_BREATHING
 // #define BACKLIGHT_LEVELS 3
 
+// ws2812 options
+//#define RGB_DI_PIN A0 // pin the DI on the ws2812 is hooked-up to
+//#define RGBLIGHT_ANIMATIONS // run RGB animations
+//#define RGBLED_NUM 6 // number of LEDs
+//#define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
+//#define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation
+//#define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 #define DEBOUNCING_DELAY 5
@@ -105,11 +112,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /* control how magic key switches layers */
 //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS  true
 //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS  true