From 8c793c1a43c5429b2204b55b6ba507ed822e08d4 Mon Sep 17 00:00:00 2001 From: Jannik Becker <89019698+JannikB5825@users.noreply.github.com> Date: Fri, 2 Sep 2022 05:48:24 +0200 Subject: [Keyboard] Add Shoc Keyboard (#18143) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan --- keyboards/shoc/rules.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/shoc/rules.mk (limited to 'keyboards/shoc/rules.mk') 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 -- cgit v1.2.3