[Keyboard] added yampad configuration to keyboard subfolder (#10112)
* added yampad configuration to keyboard subfolder * Update keyboards/yampad/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * added debouncing algorithm, delay and a traditional layout * added link to readme * some missed conflicts resolved in readme and rule * Update readme.md * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/yampad/keymaps/traditional/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/yampad.c As suggested Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Updated per suggestion * Update keymap.c Add MIT licence * Update keymap.c Added MIT licence to the traditional layout. * Update keyboards/yampad/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/yampad/yampad.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/yampad/yampad.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * make cases numerical in .c file * corrected the bootloader in rules.mk * Update keyboards/yampad/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Richard <davey.richard@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									cef1d19a6c
								
							
						
					
					
						commit
						0aaddf697f
					
				
					 7 changed files with 575 additions and 0 deletions
				
			
		
							
								
								
									
										163
									
								
								keyboards/yampad/keymaps/default/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										163
									
								
								keyboards/yampad/keymaps/default/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,163 @@
 | 
			
		|||
/* MIT License
 | 
			
		||||
 | 
			
		||||
Copyright (c) 2019 Mattia Dal Ben
 | 
			
		||||
 | 
			
		||||
Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
			
		||||
of this software and associated documentation files (the "Software"), to deal
 | 
			
		||||
in the Software without restriction, including without limitation the rights
 | 
			
		||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 | 
			
		||||
copies of the Software, and to permit persons to whom the Software is
 | 
			
		||||
furnished to do so, subject to the following conditions:
 | 
			
		||||
 | 
			
		||||
The above copyright notice and this permission notice shall be included in all
 | 
			
		||||
copies or substantial portions of the Software.
 | 
			
		||||
 | 
			
		||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
			
		||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
			
		||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | 
			
		||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
			
		||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
			
		||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 | 
			
		||||
SOFTWARE.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Each layer gets a name for readability, which is then used in the keymap matrix below.
 | 
			
		||||
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
 | 
			
		||||
// Layer names don't all need to be of the same length, obviously, and you can also skip them
 | 
			
		||||
// entirely and just use numbers.
 | 
			
		||||
enum layers {
 | 
			
		||||
    _BL,
 | 
			
		||||
    _NV,
 | 
			
		||||
    _FN
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum custom_keycodes {
 | 
			
		||||
    KC_DBL0 = SAFE_RANGE,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
/* Keymap _BL: (Base Layer) Default Layer
 | 
			
		||||
 * ,-------------------.
 | 
			
		||||
 * | NV | /  | *  |-/FN|
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * | 7  | 8  | 9  |    |
 | 
			
		||||
 * |----|----|----| +  |
 | 
			
		||||
 * | 4  | 5  | 6  |    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * | 1  | 2  | 3  |    |
 | 
			
		||||
 * |----|----|----| En |
 | 
			
		||||
 * | 0  | 00 | .  |    |
 | 
			
		||||
 * `-------------------'
 | 
			
		||||
 */
 | 
			
		||||
  [_BL] = LAYOUT(
 | 
			
		||||
    TG(_NV),  KC_PSLS,  KC_PAST,   LT(_FN, KC_PMNS),
 | 
			
		||||
    KC_P7,    KC_P8,    KC_P9,
 | 
			
		||||
    KC_P4,    KC_P5,    KC_P6,     KC_PPLS,
 | 
			
		||||
    KC_P1,    KC_P2,    KC_P3,
 | 
			
		||||
    KC_P0,    KC_DBL0,  KC_PDOT,   KC_PENT
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
/* Keymap _NV: Navigation layer
 | 
			
		||||
 * ,-------------------.
 | 
			
		||||
 * |INS |HOME|PGUP|    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |DEL |END |PGDN|    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |    |    |    |    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |    | UP |    |    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |LEFT|DOWN|RIGH|    |
 | 
			
		||||
 * `-------------------'
 | 
			
		||||
 */
 | 
			
		||||
  [_NV] = LAYOUT(
 | 
			
		||||
    KC_INS,   KC_HOME,  KC_PGUP,   TG(_NV),
 | 
			
		||||
    KC_DEL,   KC_END,   KC_PGDN,
 | 
			
		||||
    XXXXXXX,  XXXXXXX,  XXXXXXX,   XXXXXXX,
 | 
			
		||||
    XXXXXXX,  KC_UP,    XXXXXXX,
 | 
			
		||||
    KC_LEFT,  KC_DOWN,  KC_RGHT,   XXXXXXX
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
/* Keymap _FN: RGB Function Layer
 | 
			
		||||
 * ,-------------------.
 | 
			
		||||
 * |RMOD|RGBP|RTOG| FN |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |HUD |HUI |    |    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |SAD |SAI |    |    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |VAD |VAS |    |    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |RST |    |    |    |
 | 
			
		||||
 * `-------------------'
 | 
			
		||||
 */
 | 
			
		||||
  [_FN] = LAYOUT(
 | 
			
		||||
    RGB_MOD,  RGB_M_P,  RGB_TOG,   _______,
 | 
			
		||||
    RGB_HUD,  RGB_HUI,  XXXXXXX,
 | 
			
		||||
    RGB_SAD,  RGB_SAI,  XXXXXXX,   XXXXXXX,
 | 
			
		||||
    RGB_VAD,  RGB_VAI,  XXXXXXX,
 | 
			
		||||
    RESET,    XXXXXXX,  XXXXXXX,   XXXXXXX
 | 
			
		||||
  ),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		||||
  switch (keycode) {
 | 
			
		||||
    case KC_DBL0:
 | 
			
		||||
      if (record->event.pressed) {
 | 
			
		||||
        SEND_STRING("00");
 | 
			
		||||
      } else {
 | 
			
		||||
        // when keycode KC_DBL0 is released
 | 
			
		||||
      }
 | 
			
		||||
      break;
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
  return true;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#ifdef OLED_DRIVER_ENABLE
 | 
			
		||||
 | 
			
		||||
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
 | 
			
		||||
    return OLED_ROTATION_270;  // flips the display 270 degrees
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void oled_task_user(void) {
 | 
			
		||||
  // Host Keyboard Layer Status
 | 
			
		||||
  oled_write_P(PSTR("Layer"), false);
 | 
			
		||||
  switch (get_highest_layer(layer_state)) {
 | 
			
		||||
    case _BL:
 | 
			
		||||
      oled_write_ln_P(PSTR(" BAS"), false);
 | 
			
		||||
      break;
 | 
			
		||||
    case _NV:
 | 
			
		||||
      oled_write_ln_P(PSTR(" NAV"), false);
 | 
			
		||||
      break;
 | 
			
		||||
    case _FN:
 | 
			
		||||
      oled_write_ln_P(PSTR(" RGB"), false);
 | 
			
		||||
      break;
 | 
			
		||||
    default:
 | 
			
		||||
      // Or use the write_ln shortcut over adding '\n' to the end of your string
 | 
			
		||||
      oled_write_ln_P(PSTR(" UND"), false);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Host Keyboard LED Status
 | 
			
		||||
  led_t led_state = host_keyboard_led_state();
 | 
			
		||||
  oled_write_P(PSTR("-----"), false);
 | 
			
		||||
  oled_write_P(PSTR("Stats"), false);
 | 
			
		||||
  oled_write_P(led_state.num_lock ? PSTR("num:*") : PSTR("num:."), false);
 | 
			
		||||
  oled_write_P(led_state.caps_lock ? PSTR("cap:*") : PSTR("cap:."), false);
 | 
			
		||||
  oled_write_P(led_state.scroll_lock ? PSTR("scr:*") : PSTR("scr:."), false);
 | 
			
		||||
 | 
			
		||||
  // Host Keyboard RGB backlight status
 | 
			
		||||
  oled_write_P(PSTR("-----"), false);
 | 
			
		||||
  oled_write_P(PSTR("Light"), false);
 | 
			
		||||
 | 
			
		||||
  static char led_buf[30];
 | 
			
		||||
  snprintf(led_buf, sizeof(led_buf) - 1, "RGB:%cM: %2d\nh: %2ds: %2dv: %2d\n",
 | 
			
		||||
      rgblight_is_enabled() ? '*' : '.', (uint8_t)rgblight_get_mode(),
 | 
			
		||||
      (uint8_t)(rgblight_get_hue() / RGBLIGHT_HUE_STEP),
 | 
			
		||||
      (uint8_t)(rgblight_get_sat() / RGBLIGHT_SAT_STEP),
 | 
			
		||||
      (uint8_t)(rgblight_get_val() / RGBLIGHT_VAL_STEP));
 | 
			
		||||
  oled_write(led_buf, false);
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
							
								
								
									
										163
									
								
								keyboards/yampad/keymaps/traditional/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										163
									
								
								keyboards/yampad/keymaps/traditional/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,163 @@
 | 
			
		|||
/* MIT License
 | 
			
		||||
 | 
			
		||||
Copyright (c) 2020 Richard Davey (Daveyr)
 | 
			
		||||
 | 
			
		||||
Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
			
		||||
of this software and associated documentation files (the "Software"), to deal
 | 
			
		||||
in the Software without restriction, including without limitation the rights
 | 
			
		||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 | 
			
		||||
copies of the Software, and to permit persons to whom the Software is
 | 
			
		||||
furnished to do so, subject to the following conditions:
 | 
			
		||||
 | 
			
		||||
The above copyright notice and this permission notice shall be included in all
 | 
			
		||||
copies or substantial portions of the Software.
 | 
			
		||||
 | 
			
		||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
			
		||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
			
		||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | 
			
		||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
			
		||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
			
		||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 | 
			
		||||
SOFTWARE.
 | 
			
		||||
*/    
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Each layer gets a name for readability, which is then used in the keymap matrix below.
 | 
			
		||||
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
 | 
			
		||||
// Layer names don't all need to be of the same length, obviously, and you can also skip them
 | 
			
		||||
// entirely and just use numbers.
 | 
			
		||||
enum layers {
 | 
			
		||||
  _BL = 0,
 | 
			
		||||
  _NV,
 | 
			
		||||
  _FN
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum custom_keycodes {
 | 
			
		||||
  KC_DBL0 = SAFE_RANGE,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
/* Keymap _BL: (Base Layer) Default Layer
 | 
			
		||||
 * ,-------------------.
 | 
			
		||||
 * | NV | /  | *  |-/FN|
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * | 7  | 8  | 9  |    |
 | 
			
		||||
 * |----|----|----| +  |
 | 
			
		||||
 * | 4  | 5  | 6  |    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * | 1  | 2  | 3  |    |
 | 
			
		||||
 * |----|----|----| En |
 | 
			
		||||
 * | 0  | 00 | .  |    |
 | 
			
		||||
 * `-------------------'
 | 
			
		||||
 */
 | 
			
		||||
  [_BL] = LAYOUT(
 | 
			
		||||
    TG(_NV),  KC_PSLS,  KC_PAST,   LT(_FN, KC_PMNS),
 | 
			
		||||
    KC_P7,    KC_P8,    KC_P9,
 | 
			
		||||
    KC_P4,    KC_P5,    KC_P6,     KC_PPLS,
 | 
			
		||||
    KC_P1,    KC_P2,    KC_P3,
 | 
			
		||||
    KC_P0,    KC_DBL0,  KC_PDOT,   KC_PENT
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
/* Keymap _NV: Navigation layer
 | 
			
		||||
 * ,-------------------.
 | 
			
		||||
 * |INS |BSPC|    |    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |HOME| UP |PGUP|    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |LEFT|DEL |RGHT|    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |END |DOWN|PGDN|    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |    |    |    |    |
 | 
			
		||||
 * `-------------------'
 | 
			
		||||
 */
 | 
			
		||||
  [_NV] = LAYOUT(
 | 
			
		||||
    KC_INS,   KC_BSPACE,  XXXXXXX,   TG(_NV),
 | 
			
		||||
    KC_HOME,  KC_UP,   KC_PGUP,
 | 
			
		||||
    KC_LEFT,  KC_DEL,  KC_RGHT,   XXXXXXX,
 | 
			
		||||
    KC_END,   KC_DOWN, KC_PGDN,
 | 
			
		||||
    XXXXXXX,  XXXXXXX, XXXXXXX,   XXXXXXX
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
/* Keymap _FN: RGB Function Layer
 | 
			
		||||
 * ,-------------------.
 | 
			
		||||
 * |RMOD|RGBP|RTOG| FN |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |HUD |HUI |    |    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |SAD |SAI |    |    |
 | 
			
		||||
 * |----|----|----|----|
 | 
			
		||||
 * |VAD |VAS |    |    |
 | 
			
		||||
 * |----|----|----|    |
 | 
			
		||||
 * |RST |    |    |    |
 | 
			
		||||
 * `-------------------'
 | 
			
		||||
 */
 | 
			
		||||
  [_FN] = LAYOUT(
 | 
			
		||||
    RGB_MOD,  RGB_M_P,  RGB_TOG,   _______,
 | 
			
		||||
    RGB_HUD,  RGB_HUI,  XXXXXXX,
 | 
			
		||||
    RGB_SAD,  RGB_SAI,  XXXXXXX,   XXXXXXX,
 | 
			
		||||
    RGB_VAD,  RGB_VAI,  XXXXXXX,
 | 
			
		||||
    RESET,    XXXXXXX,  XXXXXXX,   XXXXXXX
 | 
			
		||||
  ),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		||||
  switch (keycode) {
 | 
			
		||||
    case KC_DBL0:
 | 
			
		||||
      if (record->event.pressed) {
 | 
			
		||||
        SEND_STRING("00");
 | 
			
		||||
      } else {
 | 
			
		||||
        // when keycode KC_DBL0 is released
 | 
			
		||||
      }
 | 
			
		||||
      break;
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
  return true;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#ifdef OLED_DRIVER_ENABLE
 | 
			
		||||
 | 
			
		||||
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
 | 
			
		||||
    return OLED_ROTATION_270;  // flips the display 270 degrees
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void oled_task_user(void) {
 | 
			
		||||
  // Host Keyboard Layer Status
 | 
			
		||||
  oled_write_P(PSTR("Layer"), false);
 | 
			
		||||
  switch (get_highest_layer(layer_state)) {
 | 
			
		||||
    case _BL:
 | 
			
		||||
      oled_write_ln_P(PSTR(" BAS"), false);
 | 
			
		||||
      break;
 | 
			
		||||
    case _NV:
 | 
			
		||||
      oled_write_ln_P(PSTR(" NAV"), false);
 | 
			
		||||
      break;
 | 
			
		||||
    case _FN:
 | 
			
		||||
      oled_write_ln_P(PSTR(" RGB"), false);
 | 
			
		||||
      break;
 | 
			
		||||
    default:
 | 
			
		||||
      // Or use the write_ln shortcut over adding '\n' to the end of your string
 | 
			
		||||
      oled_write_ln_P(PSTR(" UND"), false);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Host Keyboard LED Status
 | 
			
		||||
  led_t led_state = host_keyboard_led_state();
 | 
			
		||||
  oled_write_P(PSTR("-----"), false);
 | 
			
		||||
  oled_write_P(PSTR("Stats"), false);
 | 
			
		||||
  oled_write_P(led_state.num_lock ? PSTR("num:*") : PSTR("num:."), false);
 | 
			
		||||
  oled_write_P(led_state.caps_lock ? PSTR("cap:*") : PSTR("cap:."), false);
 | 
			
		||||
  oled_write_P(led_state.scroll_lock ? PSTR("scr:*") : PSTR("scr:."), false);
 | 
			
		||||
 | 
			
		||||
  // Host Keyboard RGB backlight status
 | 
			
		||||
  oled_write_P(PSTR("-----"), false);
 | 
			
		||||
  oled_write_P(PSTR("Light"), false);
 | 
			
		||||
 | 
			
		||||
  static char led_buf[30];
 | 
			
		||||
  snprintf(led_buf, sizeof(led_buf) - 1, "RGB:%cM: %2d\nh: %2ds: %2dv: %2d\n",
 | 
			
		||||
      rgblight_is_enabled() ? '*' : '.', (uint8_t)rgblight_get_mode(),
 | 
			
		||||
      (uint8_t)(rgblight_get_hue() / RGBLIGHT_HUE_STEP),
 | 
			
		||||
      (uint8_t)(rgblight_get_sat() / RGBLIGHT_SAT_STEP),
 | 
			
		||||
      (uint8_t)(rgblight_get_val() / RGBLIGHT_VAL_STEP));
 | 
			
		||||
  oled_write(led_buf, false);
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue