diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-14 07:50:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-14 07:50:11 +0000 |
commit | ce5a2a736792dc6e3e9957a013821374d01fb6d6 (patch) | |
tree | ac6934e5d2740257e89450889ca4a8aae346aba0 /keyboards/crkbd/r2g/rules.mk | |
parent | f6be5773d5824965df0ada0b0129e5db5fa76208 (diff) | |
parent | 970ede9a1c808fd54f3f1310f1b74a586d890747 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/r2g/rules.mk')
-rw-r--r-- | keyboards/crkbd/r2g/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/crkbd/r2g/rules.mk b/keyboards/crkbd/r2g/rules.mk new file mode 100644 index 0000000000..a3ee1b46b3 --- /dev/null +++ b/keyboards/crkbd/r2g/rules.mk @@ -0,0 +1,9 @@ +BOOTLOADER = atmel-dfu +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +LTO_ENABLE = yes +RGBLIGHT_ENABLE = yes + + +SPLIT_KEYBOARD = yes + |