diff options
Diffstat (limited to 'keyboards/tada68/keymaps/stephengrier')
-rwxr-xr-x | keyboards/tada68/keymaps/stephengrier/config.h | 3 | ||||
-rwxr-xr-x | keyboards/tada68/keymaps/stephengrier/readme.md | 15 | ||||
-rw-r--r-- | keyboards/tada68/keymaps/stephengrier/rules.mk | 18 |
3 files changed, 0 insertions, 36 deletions
diff --git a/keyboards/tada68/keymaps/stephengrier/config.h b/keyboards/tada68/keymaps/stephengrier/config.h deleted file mode 100755 index 56c5996d25..0000000000 --- a/keyboards/tada68/keymaps/stephengrier/config.h +++ /dev/null @@ -1,3 +0,0 @@ -#include "../../config.h" - -#define BACKLIGHT_BREATHING diff --git a/keyboards/tada68/keymaps/stephengrier/readme.md b/keyboards/tada68/keymaps/stephengrier/readme.md deleted file mode 100755 index f10f4ebdc0..0000000000 --- a/keyboards/tada68/keymaps/stephengrier/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -# stephengrier's TADA68 layout - -This layout mostly replicates the default ANSI layout of the TADA68 but with a -few modifications to suit my tastes. - -The modifications from the default keymap are: - -* Replaced capslock with a second function key -* Swapped the left ALT and Win keys to be more like the Mac layout -* Added an arrow key cluster on the IJKL keys -* Fn+x toggles backlight breathing mode - -With this keymap backlight breathing mode can be enabled/disabled with Fn+x. -This is not supported at all in the default keymap. - diff --git a/keyboards/tada68/keymaps/stephengrier/rules.mk b/keyboards/tada68/keymaps/stephengrier/rules.mk deleted file mode 100644 index 14367f2f8a..0000000000 --- a/keyboards/tada68/keymaps/stephengrier/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# 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 = no # Enable Bootmagic Lite -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 = yes # Enable keyboard backlight functionality -MIDI_ENABLE = no # MIDI controls -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 = no # Enable WS2812 RGB underlight. -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend - |