diff options
| author | x1 <viva008@gmail.com> | 2019-11-21 14:48:30 +0900 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-20 21:48:30 -0800 |
| commit | 8416a94ad27b3ff058576f09f35f0704a8b39ff3 (patch) | |
| tree | 0a416bccbf70bfdbdb9ffcdb3bf136b47378c014 /keyboards/pico/rules.mk | |
| parent | ecc73553214e40293361af2570eddc5122bef255 (diff) | |
| download | qmk_firmware-8416a94ad27b3ff058576f09f35f0704a8b39ff3.tar.gz qmk_firmware-8416a94ad27b3ff058576f09f35f0704a8b39ff3.zip | |
[Keyboard] Add pico as a new keyboard (#7419)
* Add keyboards/ pico as a new keyboad.
* Add keyboards/pico rev1.
* Add keyboards/pico keymaps/default.
* Add keyboards/pico keymaps/jis.
* Remove unneeded code of rules.mk.
* Revert rules.mk and remove some comments.
Diffstat (limited to 'keyboards/pico/rules.mk')
| -rw-r--r-- | keyboards/pico/rules.mk | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/pico/rules.mk b/keyboards/pico/rules.mk new file mode 100644 index 000000000..fc6ad1e7e --- /dev/null +++ b/keyboards/pico/rules.mk | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | # MCU name | ||
| 2 | MCU = atmega32u4 | ||
| 3 | |||
| 4 | # Bootloader selection | ||
| 5 | # Teensy halfkay | ||
| 6 | # Pro Micro caterina | ||
| 7 | # Atmel DFU atmel-dfu | ||
| 8 | # LUFA DFU lufa-dfu | ||
| 9 | # QMK DFU qmk-dfu | ||
| 10 | # ATmega32A bootloadHID | ||
| 11 | # ATmega328P USBasp | ||
| 12 | BOOTLOADER = caterina | ||
| 13 | |||
| 14 | # Build Options | ||
| 15 | # change yes to no to disable | ||
| 16 | # | ||
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | ||
| 18 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 20 | CONSOLE_ENABLE = no # Console for debug | ||
| 21 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
| 25 | NKRO_ENABLE = no # USB Nkey Rollover | ||
| 26 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | ||
| 27 | MIDI_ENABLE = no # MIDI support | ||
| 28 | UNICODE_ENABLE = no # Unicode | ||
| 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 30 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
| 32 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
| 33 | |||
| 34 | SPLIT_KEYBOARD = yes | ||
| 35 | |||
| 36 | DEFAULT_FOLDER = pico/rev1 | ||
