diff options
author | jmaynard <jaymaynard@gmail.com> | 2021-07-22 01:39:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 23:39:45 -0700 |
commit | 8e905a7a5ce4a936ae782541a922ecc6c7cd30bc (patch) | |
tree | 0332208ecf3e5244ff5b2ef106ce3542becd21fd /keyboards/tronguylabs/m122_3270/rules.mk | |
parent | 8c17a822a826924da27f070804dcd420a549b192 (diff) |
[Keyboard] Initial Tron Guy Labs keyboard implementation. (#13438)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jay Maynard <jmaynard@conmicro.com>
Diffstat (limited to 'keyboards/tronguylabs/m122_3270/rules.mk')
-rw-r--r-- | keyboards/tronguylabs/m122_3270/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/tronguylabs/m122_3270/rules.mk b/keyboards/tronguylabs/m122_3270/rules.mk new file mode 100644 index 0000000000..2604f4818b --- /dev/null +++ b/keyboards/tronguylabs/m122_3270/rules.mk @@ -0,0 +1,16 @@ +# 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 = yes # 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 |