summaryrefslogtreecommitdiff
path: root/geeboard_firmware/qmk/keymaps/bone2planck/rules.mk
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2025-07-09 17:15:04 +0200
committerOrangerot <purple@orangerot.dev>2025-07-09 17:15:04 +0200
commit247beb5d0597163e4ceda2e93e3c09e14d201e75 (patch)
tree48881ad24cd88b3b3793e2f5a4c1025c7d043189 /geeboard_firmware/qmk/keymaps/bone2planck/rules.mk
parente1f0b5147d6edd626b9e177dd482687331638a6f (diff)
feat: working firmware (split to multiple commits later)firmware-working-dump
Diffstat (limited to 'geeboard_firmware/qmk/keymaps/bone2planck/rules.mk')
-rw-r--r--geeboard_firmware/qmk/keymaps/bone2planck/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/geeboard_firmware/qmk/keymaps/bone2planck/rules.mk b/geeboard_firmware/qmk/keymaps/bone2planck/rules.mk
new file mode 100644
index 0000000..628f1fb
--- /dev/null
+++ b/geeboard_firmware/qmk/keymaps/bone2planck/rules.mk
@@ -0,0 +1,20 @@
+# 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 # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys(+4700)
+EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
+CONSOLE_ENABLE = no # Console for debug(+400)
+COMMAND_ENABLE = no # 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 = no # 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 SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+