diff options
author | Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com> | 2022-05-17 01:45:56 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 21:45:56 -0700 |
commit | 467f3ae872101ed6c1c3cbf10f18384304ddbb6e (patch) | |
tree | 6dea2c4bee386bf5312985c25a2af03b43fa81c7 /keyboards/smithrune/iron165r2/f411/rules.mk | |
parent | f22e8585a148a19afa45476b69def23c6b997925 (diff) |
[Keyboard] Add Iron165R2 PCB support (#16948)
Diffstat (limited to 'keyboards/smithrune/iron165r2/f411/rules.mk')
-rw-r--r-- | keyboards/smithrune/iron165r2/f411/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/smithrune/iron165r2/f411/rules.mk b/keyboards/smithrune/iron165r2/f411/rules.mk new file mode 100644 index 0000000000..19ac363e7d --- /dev/null +++ b/keyboards/smithrune/iron165r2/f411/rules.mk @@ -0,0 +1,5 @@ +MCU = STM32F411 +EEPROM_DRIVER = i2c +BACKLIGHT_ENABLE = yes +BACKLIGHT_DRIVER = pwm +WS2812_DRIVER = pwm |