diff options
author | Salicylic-acid3 <46864619+Salicylic-acid3@users.noreply.github.com> | 2019-11-26 13:46:03 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-25 20:46:03 -0800 |
commit | 397897180b2d6da69badfc438773668312e54d2a (patch) | |
tree | eaf0ebc2dc1630e4b66d91ad90e1ccba91479d54 /keyboards/7skb/rules.mk | |
parent | 36cde567abf6330887ac7175d1b1442f907f4fc1 (diff) |
[Keyboard] Add keyboard 7skb (#7468)
* Add keyboard 7skb
Add 7skb keyboard.
A 63 keys HHKB Layout keyboard.
Salicylic-acid3
* Update keyboards/7skb/keymaps/default/keymap.c
* Update keyboards/7skb/keymaps/default/keymap.c
* Update keyboards/7skb/keymaps/default/keymap.c
* Update keyboards/7skb/keymaps/salicylic/keymap.c
* Update keyboards/7skb/readme.md
* Update keyboards/7skb/readme.md
* Update keyboards/7skb/readme.md
* keymap update
Remove extra parts
* Delete rules.mk
* Update keyboards/7skb/rev1/rev1.c
Diffstat (limited to 'keyboards/7skb/rules.mk')
-rw-r--r-- | keyboards/7skb/rules.mk | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/7skb/rules.mk b/keyboards/7skb/rules.mk new file mode 100644 index 0000000000..d663af19f8 --- /dev/null +++ b/keyboards/7skb/rules.mk @@ -0,0 +1,35 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp +BOOTLOADER = caterina + +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +SPLIT_KEYBOARD = yes + +DEFAULT_FOLDER = 7skb/rev1 |