diff options
author | PaperCraneKeyboards <96899643+PaperCraneKeyboards@users.noreply.github.com> | 2022-03-15 01:29:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 01:29:35 -0700 |
commit | 92a9e7c50b8577e76f2bee9719b344af0e639494 (patch) | |
tree | 20c87f418be70c09f2ef196319cfefeae25b71fb /keyboards/papercranekeyboards/gerald65/rules.mk | |
parent | 87bb1a3890dd203f4e0fbf8a68455e1ecd25fd0e (diff) |
[Keyboard] Adding Gerald65 (#15872)
* Gerald65 new keyboard files
* removing initial population of pck
* Initial Gerald65 Keyboard files
* Changed diode direction
* added fn layer, added picture to readme
* directed mo keycode to fn layer
* Changes to vendor id and bootloader instructions
* Changed to direct image reference
* Update keyboards/papercranekeyboards/gerald65/readme.md
* Remove no longer used features
Diffstat (limited to 'keyboards/papercranekeyboards/gerald65/rules.mk')
-rw-r--r-- | keyboards/papercranekeyboards/gerald65/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/papercranekeyboards/gerald65/rules.mk b/keyboards/papercranekeyboards/gerald65/rules.mk new file mode 100644 index 0000000000..1275531ef6 --- /dev/null +++ b/keyboards/papercranekeyboards/gerald65/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |