diff options
author | Abhinav <abhixec@users.noreply.github.com> | 2018-11-07 21:39:29 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-07 21:39:29 -0800 |
commit | ba76fcfb8bbc531213619f2893415c8744b65a47 (patch) | |
tree | a2622dab861e0cec6035bc905097971f5a7eb139 /keyboards/satan/keymaps/abhixec/rules.mk | |
parent | 945dd946ab2679882b7cd923013ce5424f8f33b4 (diff) |
Add Layout-b for GH60 satan (#4123)
* Add Layout-b for GH60 satan
* Update layout, toggle for colemak layout
* Rename layout, replace function with KC_GESC
* Update Layer order, Readme
* Remove unnecessary code
* Add backspace in extend layer
Diffstat (limited to 'keyboards/satan/keymaps/abhixec/rules.mk')
-rw-r--r-- | keyboards/satan/keymaps/abhixec/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/abhixec/rules.mk b/keyboards/satan/keymaps/abhixec/rules.mk new file mode 100644 index 0000000000..fdbd25ea80 --- /dev/null +++ b/keyboards/satan/keymaps/abhixec/rules.mk @@ -0,0 +1,18 @@ +# 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 # 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 = 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. Do not enable this with audio at the same time. +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + |