summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/iris/keymaps/pvinis/config.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-12-06 17:10:48 +0800
committerlokher <lokher@gmail.com>2022-12-07 15:50:49 +0800
commita336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch)
tree3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/keebio/iris/keymaps/pvinis/config.h
parent27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff)
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/keebio/iris/keymaps/pvinis/config.h')
-rw-r--r--keyboards/keebio/iris/keymaps/pvinis/config.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/keyboards/keebio/iris/keymaps/pvinis/config.h b/keyboards/keebio/iris/keymaps/pvinis/config.h
deleted file mode 100644
index 861c474e54..0000000000
--- a/keyboards/keebio/iris/keymaps/pvinis/config.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#pragma once
-
-#ifdef PRODUCT
-# undef PRODUCT
-# define PRODUCT "Iris Keyboard - pvinis"
-#endif
-
-// Select hand configuration.
-// #define MASTER_LEFT
-#define MASTER_RIGHT
-// #define EE_HANDS
-
-// Choose pin to use for audio. C6 is the one iris uses.
-#ifdef AUDIO_ENABLE
-# define AUDIO_PIN C6
-# define STARTUP_SONG SONG(NO_SOUND) // No startup song.
-#endif
-
-#ifdef RGBLIGHT_ENABLE
-# undef RGBLED_NUM
-# define RGBLED_NUM 16
-#endif
-
-#ifdef ENCODER_ENABLE
-# define ENCODERS_PAD_A \
- { F5 } // I connected the encoder to F4 and F5.
-# define ENCODERS_PAD_B \
- { F4 }
-// #define ENCODERS_PAD_A_RIGHT { B5 }
-// #define ENCODERS_PAD_B_RIGHT { C6 }
-# define ENCODER_RESOLUTION 2
-#endif