aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/handwired/6macro/config.h3
-rw-r--r--keyboards/handwired/6macro/rules.mk25
2 files changed, 10 insertions, 18 deletions
diff --git a/keyboards/handwired/6macro/config.h b/keyboards/handwired/6macro/config.h
index 7919c3c71..0443e2cea 100644
--- a/keyboards/handwired/6macro/config.h
+++ b/keyboards/handwired/6macro/config.h
@@ -41,6 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
41 41
42#define RGB_DI_PIN D2 42#define RGB_DI_PIN D2
43#define RGBLED_NUM 10 43#define RGBLED_NUM 10
44#define DRIVER_LED_TOTAL RGBLED_NUM
44#define RGBLIGHT_HUE_STEP 10 45#define RGBLIGHT_HUE_STEP 10
45#define RGBLIGHT_SAT_STEP 17 46#define RGBLIGHT_SAT_STEP 17
46#define RGBLIGHT_VAL_STEP 17 47#define RGBLIGHT_VAL_STEP 17
@@ -67,4 +68,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
67 68
68 69
69/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 70/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
70#define DEBOUNCE 5 \ No newline at end of file 71#define DEBOUNCE 5
diff --git a/keyboards/handwired/6macro/rules.mk b/keyboards/handwired/6macro/rules.mk
index 6649eb3ad..253720ad6 100644
--- a/keyboards/handwired/6macro/rules.mk
+++ b/keyboards/handwired/6macro/rules.mk
@@ -2,33 +2,24 @@
2MCU = atmega32u2 2MCU = atmega32u2
3 3
4# Bootloader selection 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 = atmel-dfu 5BOOTLOADER = atmel-dfu
13 6
14# Build Options 7# Build Options
15# change yes to no to disable 8# change yes to no to disable
16# 9#
17BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) 10BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
18MOUSEKEY_ENABLE = yes # Mouse keys(+4700) 11MOUSEKEY_ENABLE = yes # Mouse keys
19EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 12EXTRAKEY_ENABLE = yes # Audio control and System control
20CONSOLE_ENABLE = no # Console for debug(+400) 13CONSOLE_ENABLE = no # Console for debug
21COMMAND_ENABLE = no # Commands for debug and configuration 14COMMAND_ENABLE = no # Commands for debug and configuration
22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 16SLEEP_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 17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25NKRO_ENABLE = yes # USB Nkey Rollover 18NKRO_ENABLE = yes # USB Nkey Rollover
26RGB_MATRIX_ENABLE = yes # Enable per-key coordinate based RGB effects. Do not enable with RGBlight (+8500) 19RGB_MATRIX_ENABLE = no # Enable per-key coordinate based RGB effects. Do not enable with RGBlight
27RGB_MATRIX_DRIVER = WS2812 20RGB_MATRIX_DRIVER = WS2812
28BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default 21BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
29RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 22RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
30MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
31UNICODE_ENABLE = yes # Unicode 23UNICODE_ENABLE = yes # Unicode
32BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 24BLUETOOTH_ENABLE = no # Enable Bluetooth
33AUDIO_ENABLE = no # Audio output on port C6 25AUDIO_ENABLE = no # Audio output
34FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches