Skip to content

Commit

Permalink
touch-up layouts, some keyboard rules.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Aug 21, 2017
1 parent 8fd5348 commit 3e586d8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 68 deletions.
2 changes: 0 additions & 2 deletions keyboards/infinity60/infinity60.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#endif

#define LAYOUT_60_ansi_split_bs KEYMAP

#endif
2 changes: 0 additions & 2 deletions keyboards/infinity60/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
CUSTOM_MATRIX = yes # Custom matrix file

LAYOUTS = 60_ansi_split_bs
19 changes: 0 additions & 19 deletions keyboards/xd75/keymaps/default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.


# QMK Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # 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
MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
34 changes: 16 additions & 18 deletions keyboards/xd75/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,22 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# USBaspLoader 2048
OPT_DEFS += -DBOOTLOADER_SIZE=4996


# Build Options
# change yes to no to disable
# QMK Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700)
EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
CONSOLE_ENABLE ?= yes # Console for debug(+400)
COMMAND_ENABLE ?= yes # 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
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE ?= no # USB Nkey Rollover
BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality on B7 by default
MIDI_ENABLE ?= no # MIDI support (+2400 to 4200, depending on config)
UNICODE_ENABLE ?= no # Unicode
BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE ?= no # Audio output on port C6
FAUXCLICKY_ENABLE ?= no # Use buzzer to emulate clicky switches
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # 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
MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

LAYOUTS = ortho_5x15
5 changes: 0 additions & 5 deletions layouts/community/60_ansi_split_bs/layout.json

This file was deleted.

3 changes: 0 additions & 3 deletions layouts/community/60_ansi_split_bs/readme.md

This file was deleted.

11 changes: 0 additions & 11 deletions layouts/default/60_ansi_split_bs/default_ansi_split_bs/keymap.c

This file was deleted.

5 changes: 0 additions & 5 deletions layouts/default/60_ansi_split_bs/layout.json

This file was deleted.

3 changes: 0 additions & 3 deletions layouts/default/60_ansi_split_bs/readme.md

This file was deleted.

0 comments on commit 3e586d8

Please sign in to comment.