diff options
author | mrT1ddl3s <60518619+mrT1ddl3s@users.noreply.github.com> | 2021-01-24 23:25:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 22:25:50 -0800 |
commit | bd5d3c879ef1bc019776d6736be76f98c12dd0fd (patch) | |
tree | 042e378209a22c37a9c591743ca0ee7fcfbf3269 /keyboards/knobgoblin/rules.mk | |
parent | c1e1166991579066672c73a42ce21f8d23d96f4c (diff) |
[Keyboard] Knobgoblin keyboard initial commit (#11664)
* Knobgoblin keyboard initial commit
New macropad initial commit. Keyboard and keymap
* corrected bracket and layout name
* attempting info file fix again
* info file line 33 hanging comma fix
* Update keyboards/knobgoblin/config.h
per fauxpark review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/knobgoblin/readme.md
per fauxpark review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/knobgoblin/readme.md
per fauxpark review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/knobgoblin/rules.mk')
-rw-r--r-- | keyboards/knobgoblin/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/knobgoblin/rules.mk b/keyboards/knobgoblin/rules.mk new file mode 100644 index 0000000000..d1c86defb6 --- /dev/null +++ b/keyboards/knobgoblin/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 = yes # 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 + +ENCODER_ENABLE = yes +OLED_DRIVER_ENABLE = yes |