diff options
author | Sendy Aditya Suryana <sendzation@gmail.com> | 2020-12-23 02:20:09 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 11:20:09 -0800 |
commit | 3b06ab51e558695a040b59e1277709c67573e602 (patch) | |
tree | 2dbd80b8caa5f1e34072c3a81aacd830ac6199df /keyboards/sendyyeah/pix/rules.mk | |
parent | 3dde3547366cc39ebccff59c30942450897580cd (diff) |
[Keyboard] Add Pix (#11154)
* Add nakal4x keyboard firmware
* Fix VIA config
* Setup OLED
* Rename to pix
* Rename via.json to info.json
* Update keyboards/sendyyeah/pix/config.h
remove obsolete value as suggested by drashna
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add GPL Like license header
* Remove unused bootloader list
* Change URL
* Update readme
* Delete via info.json
* Add GPL2+ license header on via keymap
* Update keyboards/sendyyeah/pix/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/sendyyeah/pix/keymaps/default/glcdfont.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Add GPL2+ license header on via keymap
* Add image
* Remove local drivers
* Remove unused method on keymap files
* Change project name on keymap readme files
* Update keyboards/sendyyeah/pix/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/sendyyeah/pix/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/sendyyeah/pix/keymaps/default/glcdfont.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/sendyyeah/pix/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/sendyyeah/pix/keymaps/via/keymap.c
Co-authored-by: Sendy Aditya Suryana <sendy.suryana@go-jek.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/sendyyeah/pix/rules.mk')
-rw-r--r-- | keyboards/sendyyeah/pix/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/sendyyeah/pix/rules.mk b/keyboards/sendyyeah/pix/rules.mk new file mode 100644 index 0000000000..956a61880b --- /dev/null +++ b/keyboards/sendyyeah/pix/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = no # Console for debug +COMMAND_ENABLE = no # 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 +ENCODER_ENABLE = yes +OLED_DRIVER_ENABLE = yes |