]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/preonic/config.h
adds support for preonic rev 3
[qmk_firmware.git] / keyboards / preonic / config.h
index 172fd645c24d5128fe34d6a8622ae39cbf7e4079..739e38555b1fbfb3f5fd3eab3209148ec8b38006 100644 (file)
@@ -68,14 +68,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
 )
 
-/* ws2812 RGB LED */
-#define RGB_DI_PIN D1
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 28     // Number of LEDs
-#define RGBLIGHT_HUE_STEP 10
-#define RGBLIGHT_SAT_STEP 17
-#define RGBLIGHT_VAL_STEP 17
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.