diff options
| author | Joel Challis | 2024-03-15 02:42:15 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:15 +0100 |
| commit | 539fa21bf80308a21048334909b6512917aa3c7b (patch) | |
| tree | e8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/jkdlab/binary_monkey/rules.mk | |
| parent | 16ad09299c25d3338771c5743729f0ec4b90586b (diff) | |
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/jkdlab/binary_monkey/rules.mk')
| -rw-r--r-- | keyboards/jkdlab/binary_monkey/rules.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/jkdlab/binary_monkey/rules.mk b/keyboards/jkdlab/binary_monkey/rules.mk deleted file mode 100644 index 6fe874e748..0000000000 --- a/keyboards/jkdlab/binary_monkey/rules.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # 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 |