diff options
author | 18438880 <77926265+18438880@users.noreply.github.com> | 2021-02-05 13:06:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 21:06:50 -0800 |
commit | 58f8c7f9c3aa5cfe9ed12c82f1a6ee14f5cc6123 (patch) | |
tree | fe5729c6a424810188285122cc95a7512332f6e6 /keyboards/latin17rgb/rules.mk | |
parent | 1d49076b81379e030a27b2ff96ed2db4b583e003 (diff) |
[Keyboard] add latin17rgb (#11680)
* Create readme.md
* Add files via upload
* Create keymap.c
* Create keymap.c
* Create rules.mk
* Update config.h
* Update rules.mk
* Update keyboards/latin17rgb/keymaps/default/keymap.c
* Update keyboards/latin17rgb/keymaps/via/keymap.c
* Update keyboards/latin17rgb/latin17rgb.h
* Update keyboards/latin17rgb/keymaps/default/keymap.c
* Update keyboards/latin17rgb/keymaps/via/keymap.c
* Update keyboards/latin17rgb/rules.mk
* Update keyboards/latin17rgb/info.json
* Delete latin17RGB.json
* Update info.json
* Update keymap.c
* Update keymap.c
* Update info.json
* Update latin17rgb.h
* Update latin17rgb.h
* Update keymap.c
* Update keymap.c
* Update latin17rgb.h
* Update keyboards/latin17rgb/readme.md
* Update keyboards/latin17rgb/readme.md
* Update keyboards/latin17rgb/rules.mk
* Update keyboards/latin17rgb/rules.mk
* Update keyboards/latin17rgb/info.json
* Update keyboards/latin17rgb/rules.mk
* Update keyboards/latin17rgb/latin17rgb.h
* Update keyboards/latin17rgb/rules.mk
* Update keyboards/latin17rgb/readme.md
* Update keyboards/latin17rgb/keymaps/default/keymap.c
* Update keyboards/latin17rgb/keymaps/via/keymap.c
* Update latin17rgb.c
* Update latin17rgb.c
* Update keyboards/latin17rgb/latin17rgb.c
Diffstat (limited to 'keyboards/latin17rgb/rules.mk')
-rw-r--r-- | keyboards/latin17rgb/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/latin17rgb/rules.mk b/keyboards/latin17rgb/rules.mk new file mode 100644 index 0000000000..dd7bab746d --- /dev/null +++ b/keyboards/latin17rgb/rules.mk @@ -0,0 +1,27 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = IS31FL3731 + +LAYOUTS = numpad_5x4 |