diff options
author | yossiyossy <70216843+yossiyossy@users.noreply.github.com> | 2020-09-19 04:01:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 12:01:43 -0700 |
commit | 9eeb6048ff507185e3e788f0288c8341c5c14ce2 (patch) | |
tree | 65080c9a88ea2c4f17443d1633de768c8062161a /keyboards/majistic/rules.mk | |
parent | f079dd90ed88fd29b7e5bbdd3496742f3afeff4e (diff) | |
download | qmk_firmware-9eeb6048ff507185e3e788f0288c8341c5c14ce2.tar.gz qmk_firmware-9eeb6048ff507185e3e788f0288c8341c5c14ce2.zip |
[Keyboard] Add maJIStic keyboard (#10258)
* add maJIStic
* fix for format
* fix directory name
* rm old directory of maJIStic
* fix for comment
* ISO/JIS Enter move to the home row.
Diffstat (limited to 'keyboards/majistic/rules.mk')
-rw-r--r-- | keyboards/majistic/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/majistic/rules.mk b/keyboards/majistic/rules.mk new file mode 100644 index 0000000000..2440fc903d --- /dev/null +++ b/keyboards/majistic/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD = yes |