diff options
author | Atsushi Morimoto <site@74th.tech> | 2021-01-08 11:12:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 18:12:50 -0800 |
commit | 2574bc27916acbee086d27072994a32bab290a75 (patch) | |
tree | ce86af9165a3e75698d02e4a4ccc287441ddc1b8 /keyboards/sparrow62/rules.mk | |
parent | 985b8cab7ca7103aee2b83696824683bd5159888 (diff) |
[Keyboard] Add Sparrow62 (#11387)
* add sparrow62
* fix split hand pin
* fix default keymap back space
* add via firmware
* add 74th keymap
fix for coding style
* Update keyboards/sparrow62/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/sparrow62/keymaps/74th/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/sparrow62/keymaps/74th/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* fix typo
* remove macro for LOCK
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/sparrow62/rules.mk')
-rw-r--r-- | keyboards/sparrow62/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/sparrow62/rules.mk b/keyboards/sparrow62/rules.mk new file mode 100644 index 0000000000..9f762382b0 --- /dev/null +++ b/keyboards/sparrow62/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD = yes |