aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kingly_keys/romac_plus
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kingly_keys/romac_plus')
-rw-r--r--keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c4
-rw-r--r--keyboards/kingly_keys/romac_plus/rules.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c b/keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
index 556af1d1e..29262b8c3 100644
--- a/keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
+++ b/keyboards/kingly_keys/romac_plus/keymaps/default/keymap.c
@@ -27,7 +27,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
27 KC_1, KC_2, KC_3, 27 KC_1, KC_2, KC_3,
28 MO(1), KC_0, KC_DOT 28 MO(1), KC_0, KC_DOT
29 ), 29 ),
30 30
31 [FN] = LAYOUT( 31 [FN] = LAYOUT(
32 KC_TRNS, KC_HOME, KC_PGUP, 32 KC_TRNS, KC_HOME, KC_PGUP,
33 KC_TRNS, KC_END, KC_PGDN, 33 KC_TRNS, KC_END, KC_PGDN,
@@ -36,7 +36,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
36 ) 36 )
37}; 37};
38 38
39#ifdef OLED_DRIVER_ENABLE 39#ifdef OLED_ENABLE
40oled_rotation_t oled_init_user(oled_rotation_t rotation) { 40oled_rotation_t oled_init_user(oled_rotation_t rotation) {
41 return OLED_ROTATION_270; // flips the display 180 degrees if offhand 41 return OLED_ROTATION_270; // flips the display 180 degrees if offhand
42} 42}
diff --git a/keyboards/kingly_keys/romac_plus/rules.mk b/keyboards/kingly_keys/romac_plus/rules.mk
index 23e161ed0..6308f17c9 100644
--- a/keyboards/kingly_keys/romac_plus/rules.mk
+++ b/keyboards/kingly_keys/romac_plus/rules.mk
@@ -27,4 +27,5 @@ UNICODE_ENABLE = no # Unicode
27BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 27BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
28AUDIO_ENABLE = no # Audio output on port C6 28AUDIO_ENABLE = no # Audio output on port C6
29ENCODER_ENABLE = yes # Enable support for EC11 Rotary Encoder 29ENCODER_ENABLE = yes # Enable support for EC11 Rotary Encoder
30OLED_DRIVER_ENABLE = yes # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C 30OLED_ENABLE = yes
31OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C