diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-19 11:30:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-19 11:30:46 +0000 |
commit | 682dbb21a7f642938d7f75220a7e1a710b614d12 (patch) | |
tree | ff896f0b18a980d1d81c0764367b75044e112f3b /keyboards/kin80/rules.mk | |
parent | c3a03b642367d2fa82b9237a35434f1e880dc702 (diff) | |
parent | 83709e7dbe4a72bc40585ee87d032f400ea37392 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kin80/rules.mk')
-rw-r--r-- | keyboards/kin80/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/kin80/rules.mk b/keyboards/kin80/rules.mk new file mode 100644 index 0000000000..2dad32f8ef --- /dev/null +++ b/keyboards/kin80/rules.mk @@ -0,0 +1,14 @@ +DEFAULT_FOLDER = kin80/blackpill401 + +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |