diff options
author | Sam <47176495+ItsFiremanSam@users.noreply.github.com> | 2022-07-15 04:52:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 19:52:39 -0700 |
commit | 16c91e0cf2f01cc28b32c22d108e806538f7dba7 (patch) | |
tree | 55bbafa8456a4857e30abfae79d2a6996bd42d03 /keyboards/0xcb/tutelpad/rules.mk | |
parent | 807620fa3c9995db29f0752162cee136a1381c13 (diff) |
[Keyboard] Added TutelPad keyboard (#16975)
* TutelPad firmware v1.0
* Added VIA compatibility
* Update keyboards/0xcb/tutelpad/config.h
* Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c
* Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c
* Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c
* Add new OLED image, implement suggested fixes
* Update keyboards/0xcb/tutelpad/rules.mk
* Update keyboards/0xcb/tutelpad/rules.mk
Diffstat (limited to 'keyboards/0xcb/tutelpad/rules.mk')
-rw-r--r-- | keyboards/0xcb/tutelpad/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/0xcb/tutelpad/rules.mk b/keyboards/0xcb/tutelpad/rules.mk new file mode 100644 index 0000000000..e022c905cd --- /dev/null +++ b/keyboards/0xcb/tutelpad/rules.mk @@ -0,0 +1,21 @@ +## MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +OLED_ENABLE = yes +OLED_DRIVER = SSD1306
\ No newline at end of file |