diff options
Diffstat (limited to 'keyboards/rart')
| -rw-r--r-- | keyboards/rart/rart75m/rart75m.c | 4 | ||||
| -rw-r--r-- | keyboards/rart/rart75m/rules.mk | 5 | ||||
| -rw-r--r-- | keyboards/rart/rartand/keymaps/default/keymap.c | 6 | ||||
| -rw-r--r-- | keyboards/rart/rartand/keymaps/via/keymap.c | 6 | ||||
| -rw-r--r-- | keyboards/rart/rartand/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/rart/rartland/rartland.c | 2 | ||||
| -rw-r--r-- | keyboards/rart/rartland/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/rart/rartlice/keymaps/default/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/rart/rartlice/keymaps/via/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/rart/rartlice/rules.mk | 3 |
10 files changed, 22 insertions, 18 deletions
diff --git a/keyboards/rart/rart75m/rart75m.c b/keyboards/rart/rart75m/rart75m.c index c874e01ff..73e37d2d1 100644 --- a/keyboards/rart/rart75m/rart75m.c +++ b/keyboards/rart/rart75m/rart75m.c | |||
| @@ -30,7 +30,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise) { | |||
| 30 | } | 30 | } |
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #ifdef OLED_DRIVER_ENABLE | 33 | #ifdef OLED_ENABLE |
| 34 | __attribute__((weak)) void oled_task_user(void) { | 34 | __attribute__((weak)) void oled_task_user(void) { |
| 35 | // Host Keyboard Layer Status | 35 | // Host Keyboard Layer Status |
| 36 | oled_write_P(PSTR("R A R T 7 5 M\nLayer: "), false); | 36 | oled_write_P(PSTR("R A R T 7 5 M\nLayer: "), false); |
| @@ -54,4 +54,4 @@ __attribute__((weak)) void oled_task_user(void) { | |||
| 54 | oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); | 54 | oled_write_P(led_state.scroll_lock ? PSTR("SCR ") : PSTR(" "), false); |
| 55 | } | 55 | } |
| 56 | 56 | ||
| 57 | #endif \ No newline at end of file | 57 | #endif |
diff --git a/keyboards/rart/rart75m/rules.mk b/keyboards/rart/rart75m/rules.mk index c6b786b35..2a6f81099 100644 --- a/keyboards/rart/rart75m/rules.mk +++ b/keyboards/rart/rart75m/rules.mk | |||
| @@ -21,5 +21,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | UNICODE_ENABLE = yes | 23 | UNICODE_ENABLE = yes |
| 24 | OLED_DRIVER_ENABLE = yes | 24 | OLED_ENABLE = yes |
| 25 | ENCODER_ENABLE = yes \ No newline at end of file | 25 | OLED_DRIVER = SSD1306 |
| 26 | ENCODER_ENABLE = yes | ||
diff --git a/keyboards/rart/rartand/keymaps/default/keymap.c b/keyboards/rart/rartand/keymaps/default/keymap.c index 1b3c7c6af..2dd9378b0 100644 --- a/keyboards/rart/rartand/keymaps/default/keymap.c +++ b/keyboards/rart/rartand/keymaps/default/keymap.c | |||
| @@ -16,11 +16,11 @@ | |||
| 16 | 16 | ||
| 17 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 17 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 18 | 18 | ||
| 19 | [0] = LAYOUT_all( | 19 | [0] = LAYOUT_all( |
| 20 | KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, | 20 | KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, |
| 21 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | 21 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, |
| 22 | KC_LSFT, KC_SLSH, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, KC_UP, KC_BSLS, | 22 | KC_LSFT, KC_SLSH, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, KC_UP, KC_BSLS, |
| 23 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, MO(2), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT | 23 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, MO(2), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT |
| 24 | ), | 24 | ), |
| 25 | 25 | ||
| 26 | [1] = LAYOUT_all( | 26 | [1] = LAYOUT_all( |
| @@ -46,7 +46,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 46 | 46 | ||
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #ifdef OLED_DRIVER_ENABLE | 49 | #ifdef OLED_ENABLE |
| 50 | void oled_task_user(void) { | 50 | void oled_task_user(void) { |
| 51 | // Host Keyboard Layer Status | 51 | // Host Keyboard Layer Status |
| 52 | oled_write_P(PSTR("* R A R T A N D *\n Powered by QMK\nLayer: "), false); | 52 | oled_write_P(PSTR("* R A R T A N D *\n Powered by QMK\nLayer: "), false); |
diff --git a/keyboards/rart/rartand/keymaps/via/keymap.c b/keyboards/rart/rartand/keymaps/via/keymap.c index 1b3c7c6af..2dd9378b0 100644 --- a/keyboards/rart/rartand/keymaps/via/keymap.c +++ b/keyboards/rart/rartand/keymaps/via/keymap.c | |||
| @@ -16,11 +16,11 @@ | |||
| 16 | 16 | ||
| 17 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 17 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 18 | 18 | ||
| 19 | [0] = LAYOUT_all( | 19 | [0] = LAYOUT_all( |
| 20 | KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, | 20 | KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSPC, |
| 21 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | 21 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, |
| 22 | KC_LSFT, KC_SLSH, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, KC_UP, KC_BSLS, | 22 | KC_LSFT, KC_SLSH, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RSFT, KC_UP, KC_BSLS, |
| 23 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, MO(2), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT | 23 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, MO(1), KC_SPC, MO(2), KC_LCTL, KC_LEFT, KC_DOWN, KC_RGHT |
| 24 | ), | 24 | ), |
| 25 | 25 | ||
| 26 | [1] = LAYOUT_all( | 26 | [1] = LAYOUT_all( |
| @@ -46,7 +46,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 46 | 46 | ||
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #ifdef OLED_DRIVER_ENABLE | 49 | #ifdef OLED_ENABLE |
| 50 | void oled_task_user(void) { | 50 | void oled_task_user(void) { |
| 51 | // Host Keyboard Layer Status | 51 | // Host Keyboard Layer Status |
| 52 | oled_write_P(PSTR("* R A R T A N D *\n Powered by QMK\nLayer: "), false); | 52 | oled_write_P(PSTR("* R A R T A N D *\n Powered by QMK\nLayer: "), false); |
diff --git a/keyboards/rart/rartand/rules.mk b/keyboards/rart/rartand/rules.mk index 048be8e5f..47e285ceb 100644 --- a/keyboards/rart/rartand/rules.mk +++ b/keyboards/rart/rartand/rules.mk | |||
| @@ -20,4 +20,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | OLED_DRIVER_ENABLE = yes | 23 | OLED_ENABLE = yes |
| 24 | OLED_DRIVER = SSD1306 | ||
diff --git a/keyboards/rart/rartland/rartland.c b/keyboards/rart/rartland/rartland.c index fc35361f8..089ba9295 100644 --- a/keyboards/rart/rartland/rartland.c +++ b/keyboards/rart/rartland/rartland.c | |||
| @@ -30,7 +30,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise) { | |||
| 30 | } | 30 | } |
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #ifdef OLED_DRIVER_ENABLE | 33 | #ifdef OLED_ENABLE |
| 34 | __attribute__((weak)) void oled_task_user(void) { | 34 | __attribute__((weak)) void oled_task_user(void) { |
| 35 | // Host Keyboard Layer Status | 35 | // Host Keyboard Layer Status |
| 36 | oled_write_P(PSTR("R A R T L A N D\nLayer: "), false); | 36 | oled_write_P(PSTR("R A R T L A N D\nLayer: "), false); |
diff --git a/keyboards/rart/rartland/rules.mk b/keyboards/rart/rartland/rules.mk index ba0f41d90..3e5261ec4 100644 --- a/keyboards/rart/rartland/rules.mk +++ b/keyboards/rart/rartland/rules.mk | |||
| @@ -24,7 +24,8 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
| 24 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 24 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 25 | AUDIO_ENABLE = no # Audio output | 25 | AUDIO_ENABLE = no # Audio output |
| 26 | UNICODE_ENABLE = yes | 26 | UNICODE_ENABLE = yes |
| 27 | OLED_DRIVER_ENABLE = yes | 27 | OLED_ENABLE = yes |
| 28 | OLED_DRIVER = SSD1306 | ||
| 28 | ENCODER_ENABLE = yes | 29 | ENCODER_ENABLE = yes |
| 29 | 30 | ||
| 30 | LAYOUTS = 65_ansi 65_iso | 31 | LAYOUTS = 65_ansi 65_iso |
diff --git a/keyboards/rart/rartlice/keymaps/default/keymap.c b/keyboards/rart/rartlice/keymaps/default/keymap.c index 0117eeafb..2ba4abff3 100644 --- a/keyboards/rart/rartlice/keymaps/default/keymap.c +++ b/keyboards/rart/rartlice/keymaps/default/keymap.c | |||
| @@ -31,10 +31,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 31 | _______, _______, _______, _______, _______, _______, KC_P1, KC_P2, KC_P3, _______, _______, _______, _______, | 31 | _______, _______, _______, _______, _______, _______, KC_P1, KC_P2, KC_P3, _______, _______, _______, _______, |
| 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | 32 | _______, _______, _______, _______, _______, _______, _______, _______, _______ |
| 33 | ), | 33 | ), |
| 34 | 34 | ||
| 35 | }; | 35 | }; |
| 36 | 36 | ||
| 37 | #ifdef OLED_DRIVER_ENABLE | 37 | #ifdef OLED_ENABLE |
| 38 | void oled_task_user(void) { | 38 | void oled_task_user(void) { |
| 39 | // Host Keyboard Layer Status | 39 | // Host Keyboard Layer Status |
| 40 | oled_write_P(PSTR("R A R T L I C E\nLayer: "), false); | 40 | oled_write_P(PSTR("R A R T L I C E\nLayer: "), false); |
diff --git a/keyboards/rart/rartlice/keymaps/via/keymap.c b/keyboards/rart/rartlice/keymaps/via/keymap.c index 0156c2fa4..22e52c403 100644 --- a/keyboards/rart/rartlice/keymaps/via/keymap.c +++ b/keyboards/rart/rartlice/keymaps/via/keymap.c | |||
| @@ -45,10 +45,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 45 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
| 46 | _______, _______, _______, _______, _______, _______, _______, _______, _______ | 46 | _______, _______, _______, _______, _______, _______, _______, _______, _______ |
| 47 | ), | 47 | ), |
| 48 | 48 | ||
| 49 | }; | 49 | }; |
| 50 | 50 | ||
| 51 | #ifdef OLED_DRIVER_ENABLE | 51 | #ifdef OLED_ENABLE |
| 52 | void oled_task_user(void) { | 52 | void oled_task_user(void) { |
| 53 | // Host Keyboard Layer Status | 53 | // Host Keyboard Layer Status |
| 54 | oled_write_P(PSTR("* R A R T L I C E *\n Powered by QMK\nLayer: "), false); | 54 | oled_write_P(PSTR("* R A R T L I C E *\n Powered by QMK\nLayer: "), false); |
diff --git a/keyboards/rart/rartlice/rules.mk b/keyboards/rart/rartlice/rules.mk index 4751c57c9..1cc247f16 100644 --- a/keyboards/rart/rartlice/rules.mk +++ b/keyboards/rart/rartlice/rules.mk | |||
| @@ -21,7 +21,8 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | WS2812_DRIVER = spi | 23 | WS2812_DRIVER = spi |
| 24 | OLED_DRIVER_ENABLE = yes | 24 | OLED_ENABLE = yes |
| 25 | OLED_DRIVER = SSD1306 | ||
| 25 | 26 | ||
| 26 | # Enter lower-power sleep mode when on the ChibiOS idle thread | 27 | # Enter lower-power sleep mode when on the ChibiOS idle thread |
| 27 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 28 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |
