aboutsummaryrefslogtreecommitdiff
path: root/keyboards/pico/rules.mk
diff options
context:
space:
mode:
authorx1 <viva008@gmail.com>2019-11-21 14:48:30 +0900
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-20 21:48:30 -0800
commit8416a94ad27b3ff058576f09f35f0704a8b39ff3 (patch)
tree0a416bccbf70bfdbdb9ffcdb3bf136b47378c014 /keyboards/pico/rules.mk
parentecc73553214e40293361af2570eddc5122bef255 (diff)
downloadqmk_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.mk36
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
2MCU = 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
12BOOTLOADER = caterina
13
14# Build Options
15# change yes to no to disable
16#
17BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
18MOUSEKEY_ENABLE = yes # Mouse keys
19EXTRAKEY_ENABLE = yes # Audio control and System control
20CONSOLE_ENABLE = no # Console for debug
21COMMAND_ENABLE = yes # Commands for debug and configuration
22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
23SLEEP_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
25NKRO_ENABLE = no # USB Nkey Rollover
26BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
27MIDI_ENABLE = no # MIDI support
28UNICODE_ENABLE = no # Unicode
29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
30AUDIO_ENABLE = no # Audio output on port C6
31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
32RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
33
34SPLIT_KEYBOARD = yes
35
36DEFAULT_FOLDER = pico/rev1