diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-22 07:42:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-22 07:42:25 +0000 |
commit | fdd31468ca20c74be4dab90991c196ea1743657a (patch) | |
tree | d04e8f1a9ddc13fbf05c05ae433a8a3aca2e8cdc /keyboards/crkbd/keymaps/toinux/rules.mk | |
parent | f1cf119c657ae0c63aff7cff9e88d186eafdc56f (diff) | |
parent | d8b9796a32b9e7105e0af485d697886f230c094f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/keymaps/toinux/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/toinux/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/toinux/rules.mk b/keyboards/crkbd/keymaps/toinux/rules.mk new file mode 100644 index 0000000000..07c98a08f8 --- /dev/null +++ b/keyboards/crkbd/keymaps/toinux/rules.mk @@ -0,0 +1,9 @@ +MOUSEKEY_ENABLE = yes # Mouse keys +RGBLIGHT_ENABLE = no +RGB_MATRIX_ENABLE = yes +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +LTO_ENABLE = yes +BOOTLOADER = atmel-dfu + +SRC += ./oled.c ./rgb.c |