diff options
| -rw-r--r-- | keyboards/handwired/6macro/config.h | 3 | ||||
| -rw-r--r-- | keyboards/handwired/6macro/rules.mk | 25 |
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 @@ | |||
| 2 | MCU = atmega32u2 | 2 | MCU = 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 | ||
| 12 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = 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 | # |
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 10 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = no # Console for debug(+400) | 13 | CONSOLE_ENABLE = no # Console for debug |
| 21 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_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 |
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 16 | 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 | 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 26 | RGB_MATRIX_ENABLE = yes # Enable per-key coordinate based RGB effects. Do not enable with RGBlight (+8500) | 19 | RGB_MATRIX_ENABLE = no # Enable per-key coordinate based RGB effects. Do not enable with RGBlight |
| 27 | RGB_MATRIX_DRIVER = WS2812 | 20 | RGB_MATRIX_DRIVER = WS2812 |
| 28 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 21 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 29 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 22 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 30 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
| 31 | UNICODE_ENABLE = yes # Unicode | 23 | UNICODE_ENABLE = yes # Unicode |
| 32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 24 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 33 | AUDIO_ENABLE = no # Audio output on port C6 | 25 | AUDIO_ENABLE = no # Audio output |
| 34 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
