Mercurial > crkbdyaz
annotate rules.mk @ 7:b9fe776c0227 draft default tip
- add eucalyn layout and eucalyn-mac layout
- add layer switch keys to _ADJUST layer
- minor fixes
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 21 Feb 2019 13:47:25 +0900 |
parents | 7e09639847e1 |
children |
rev | line source |
---|---|
0 | 1 |
2 # Build Options | |
3 # change to "no" to disable the options, or define them in the Makefile in | |
4 # the appropriate keymap folder that will get included automatically | |
5 # | |
2 | 6 BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000) |
4 | 7 MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
1
366930ab82c7
- enable features: EXTRAKEY_ENABLE,NKRO_ENABLE
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
0
diff
changeset
|
8 EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
0 | 9 CONSOLE_ENABLE = no # Console for debug(+400) |
10 COMMAND_ENABLE = no # Commands for debug and configuration | |
1
366930ab82c7
- enable features: EXTRAKEY_ENABLE,NKRO_ENABLE
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
0
diff
changeset
|
11 NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
0 | 12 BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
13 MIDI_ENABLE = no # MIDI controls | |
14 AUDIO_ENABLE = no # Audio output on port C6 | |
15 UNICODE_ENABLE = no # Unicode | |
16 BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | |
1
366930ab82c7
- enable features: EXTRAKEY_ENABLE,NKRO_ENABLE
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
0
diff
changeset
|
17 RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
0 | 18 SWAP_HANDS_ENABLE = no # Enable one-hand typing |
1
366930ab82c7
- enable features: EXTRAKEY_ENABLE,NKRO_ENABLE
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
0
diff
changeset
|
19 #CONVERT_TO_PROTON_C = yes # use ARM SoC |
0 | 20 |
21 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | |
22 SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |
23 | |
24 # If you want to change the display of OLED, you need to change here | |
25 SRC += ./lib/glcdfont.c \ | |
26 ./lib/rgb_state_reader.c \ | |
27 ./lib/layer_state_reader.c \ | |
28 ./lib/logo_reader.c \ | |
29 ./lib/keylogger.c \ | |
30 # ./lib/mode_icon_reader.c \ | |
31 # ./lib/host_led_state_reader.c \ | |
32 # ./lib/timelogger.c \ |