diff options
author | Richard <rich@brickbots.com> | 2022-07-17 09:35:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 09:35:09 -0700 |
commit | 747b33cb81ac2397419beac9653f9ce697a30b7b (patch) | |
tree | a7543d1a6345d313185332ee7d5ccd15ec43c824 /keyboards/chocv/rules.mk | |
parent | 6025df79b3065c729d0807ad1abe655b896a38e2 (diff) |
[Keyboard] Adding chocV keyboard (#15921)
* Adding chocV keyboard
* Fix checklist issues / community layout support
* Remove template cruft from readme
* Fix image url in readme
* Fix image url in readme to raw github content
* Change readme example to use default Keymap
* Remove vestigal config
* More informative keymap readme
* Config.h swapsies
* Remove deprecated features
* Conform / Modernize Rules
* Conform / Modernize Rules
* Clean up spacing
* Update keyboards/chocv/readme.md
Move build docs links to end :+1:
Diffstat (limited to 'keyboards/chocv/rules.mk')
-rw-r--r-- | keyboards/chocv/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/chocv/rules.mk b/keyboards/chocv/rules.mk new file mode 100644 index 0000000000..27b4a6282b --- /dev/null +++ b/keyboards/chocv/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = split_3x5_3 |