diff options
author | Jannik Becker <89019698+JannikB5825@users.noreply.github.com> | 2022-09-02 05:48:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 20:48:24 -0700 |
commit | 8c793c1a43c5429b2204b55b6ba507ed822e08d4 (patch) | |
tree | bf98c0ad3190f619ab28ef42f96f358cadc2f9e0 /keyboards/shoc/rules.mk | |
parent | 26814ca060829e68e167c90b24c59c37159a2cce (diff) | |
download | qmk_firmware-8c793c1a43c5429b2204b55b6ba507ed822e08d4.tar.gz qmk_firmware-8c793c1a43c5429b2204b55b6ba507ed822e08d4.zip |
[Keyboard] Add Shoc Keyboard (#18143)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/shoc/rules.mk')
-rw-r--r-- | keyboards/shoc/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/shoc/rules.mk b/keyboards/shoc/rules.mk new file mode 100644 index 0000000000..806df50421 --- /dev/null +++ b/keyboards/shoc/rules.mk @@ -0,0 +1,15 @@ +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +WPM_ENABLE = yes |