Skip to content

Commit

Permalink
Reformat config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thirteen37 committed Aug 16, 2020
1 parent 7d4deb2 commit ad90306
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion keyboards/hhkb_lite_2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#define DEVICE_VER 0x0002
#define MANUFACTURER PFU
#define PRODUCT HHKB Lite 2
#define DESCRIPTION keyboard

/* key matrix size */
#define MATRIX_ROWS 8
Expand Down
File renamed without changes.
16 changes: 5 additions & 11 deletions keyboards/hhkb_lite_2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
MCU = atmega32u4

# Bootloader selection
# Teensy halfkay
# Pro Micro caterina
# Atmel DFU atmel-dfu
# LUFA DFU lufa-dfu
# QMK DFU qmk-dfu
# ATmega32A bootloadHID
# ATmega328P USBasp
BOOTLOADER = halfkay

# Build Options
Expand All @@ -17,13 +10,14 @@ BOOTLOADER = halfkay
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI support
UNICODE_ENABLE = yes # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes # Unicode

0 comments on commit ad90306

Please sign in to comment.