keymap.c (5785B)
1 /* 2 3 Default Keymap for dekuNukem/duckyPad QMK firmware 4 5 Copyright (C) 2020 Max Bridgland 6 7 This program is free software: you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 11 12 This program is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 21 #include QMK_KEYBOARD_H 22 23 #include <stdio.h> 24 #include <unistd.h> 25 #include <string.h> 26 27 #define LOGO_SIZE 384 28 29 bool rgbToggled = false; 30 31 enum layer_codes { 32 RGB_LAYER = SAFE_RANGE 33 }; 34 35 enum my_keycodes { 36 Z0 = SAFE_RANGE, Z1, Z2, 37 Z3, Z4, Z5, 38 Z6, Z7, Z8, 39 Z9, Z10, Z11, 40 Z12, Z13, Z14 41 }; 42 43 enum layers { 44 _DEFAULT, 45 _RGB 46 }; 47 48 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 49 /* 50 ,=========================================. 51 | Numpad 1 | Numpad 2 | Numpad 3 | 52 |=========================================| 53 | Numpad 4 | Numpad 5 | Numpad 6 | 54 |=========================================| 55 | Numpad 7 | Numpad 8 | Numpad 9 | 56 |=========================================| 57 | Numpad . | Numpad 0 | Numpad = | 58 |=========================================| ,---------------------. 59 | Numpad - | Numpad + | Numpad * | | RGB Menu | Blank | 60 `=========================================' `--------------------' 61 */ 62 [_DEFAULT] = LAYOUT( 63 KC_P1, KC_P2, KC_P3, 64 KC_P4, KC_P5, KC_P6, 65 KC_P7, KC_P8, KC_P9, 66 KC_PDOT, KC_P0, KC_PENT, 67 KC_PMNS, KC_PPLS, KC_EQL, 68 RGB_LAYER, KC_NO 69 ), 70 /* 71 ,=========================================. 72 | Plain RGB | Breathe RGB | Rainbow RGB | 73 |=========================================| 74 | Swirl RGB | Speed Down | Speed Up | 75 |=========================================| 76 | Effect Up | Sat. Down | Sat. Up | 77 |=========================================| 78 | Effect Down | Hue Down | Hue Up | 79 |=========================================| ,----------------------. 80 | Toggle RGB | Brt. Down | Brt. Up | | Norm Menu | Blank | 81 `=========================================' `---------------------' 82 */ 83 [_RGB] = LAYOUT( 84 RGB_M_P, RGB_M_B, RGB_M_R, 85 RGB_M_SW, RM_SPDD, RM_SPDU, 86 RM_NEXT, RM_SATD, RM_SATU, 87 RM_PREV, RM_HUED, RM_HUEU, 88 RM_TOGG, RM_VALD, RM_VALU, 89 RGB_LAYER, KC_NO 90 ) 91 }; 92 93 static void render_logo(void) { 94 static const char PROGMEM ducky_logo[LOGO_SIZE] = { 95 0, 0, 0, 0,128,128,128,128,128, 0, 0,252,252,252, 0, 0, 0,128,128,128, 0, 0, 0, 0, 0,128,128,128, 0, 0, 0, 0, 0,128,128,128,128,128, 0, 0, 0, 0, 0,252,252,252, 0, 0, 0, 0, 0,128,128,128,128,128,128, 0, 0, 0, 0, 0, 0,128,128,128,128, 0,248,248,248, 56, 56, 56, 56, 56, 56,120,240,224,192, 0, 0,128,128,128,128,128,128, 0, 0, 0, 0, 0, 0, 0, 0,128,128,128,128,128, 0, 0,252,252,252, 0, 0, 0, 0, 0,232, 24, 24,232, 0, 24, 48, 48, 24, 0,232, 24, 24,232, 0, 0, 96 0,248,254,255,143, 7, 3, 3, 3, 7,142,255,255,255, 0, 0, 0,255,255,255, 0, 0, 0, 0, 0,255,255,255, 0,248,254,255,143, 7, 3, 3, 3, 3,143, 7, 2, 0, 0,255,255,255,240,120,252,254,231,131, 1, 0, 1, 7, 63,254,240,192, 0,224,252,127, 31, 3, 0, 0,255,255,255,112,112,112,112,112,112, 56, 63, 31, 15,193,231,243,115, 51, 51, 51, 55,255,255,252, 0, 0,248,254,255,143, 7, 3, 3, 3, 7,142,255,255,255, 0, 0, 0, 0, 0, 21,127,127,252,252,252,253,253,252,252,252,255,255,255, 0, 0, 97 0, 0, 3, 7, 15, 15, 14, 14, 14, 7, 3, 15, 15, 15, 0, 0, 0, 3, 7, 15, 15, 14, 14, 6, 3, 15, 15, 15, 0, 0, 3, 7, 7, 15, 14, 14, 14, 14, 7, 7, 2, 0, 0, 15, 15, 15, 0, 0, 0, 1, 3, 15, 15, 12,136,224,224,224,247,127,127, 31, 3, 0, 0, 0, 0, 0, 15, 15, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 15, 14, 14, 14, 6, 3, 15, 15, 15, 0, 0, 0, 3, 7, 15, 15, 14, 14, 14, 7, 3, 15, 15, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 7, 11, 3, 11, 7, 11, 7, 7, 31, 0, 0 98 }; 99 oled_write_raw_P(ducky_logo, LOGO_SIZE); 100 } 101 102 char* make_menu_text(void){ 103 char *s = malloc((30 * 6) * sizeof(*s)); 104 int width = 3; 105 sprintf(s, "%-*s %-*s %-*s\n%-*s %-*s %-*s\n%-*s %-*s %-*s\n%-*s %-*s %-*s\n%-*s %-*s %-*s", 106 width, MT_0_0, width, MT_0_1, width, MT_0_2, 107 width, MT_0_3, width, MT_0_4, width, MT_0_5, 108 width, MT_0_6, width, MT_0_7, width, MT_0_8, 109 width, MT_0_9, width, MT_0_10, width,MT_0_11, 110 width, MT_0_12, width, MT_0_13, width, MT_0_14 111 ); 112 return s; 113 }; 114 115 char* make_rgb_text(void){ 116 char *s = malloc((30 * 6) * sizeof(*s)); 117 int width = 3; 118 sprintf( 119 s, "%-*s %-*s %-*s\n%-*s %-*s %-*s\n%-*s %-*s %-*s\n%-*s %-*s %-*s\n%-*s %-*s %-*s", 120 width, MT_1_0, width, MT_1_1, width, MT_1_2, 121 width, MT_1_3, width, MT_1_4, width, MT_1_5, 122 width, MT_1_6, width, MT_1_7, width, MT_1_8, 123 width, MT_1_9, width, MT_1_10, width,MT_1_11, 124 width, MT_1_12, width, MT_1_13, width, MT_1_14 125 ); 126 return s; 127 }; 128 129 bool oled_task_user(void) { 130 render_logo(); 131 oled_set_cursor(0,3); 132 if (rgbToggled) { 133 char *s = make_rgb_text(); 134 oled_write_ln_P(s, false); 135 free(s); 136 } else { 137 char *s = make_menu_text(); 138 oled_write_ln_P(s, false); 139 free(s); 140 } 141 return false; 142 } 143 144 bool process_record_user(uint16_t keycode, keyrecord_t *record) { 145 switch (keycode) { 146 case RGB_LAYER: 147 if (record->event.pressed) { 148 if (rgbToggled) { 149 rgbToggled = false; 150 layer_clear(); 151 } else { 152 rgbToggled = true; 153 layer_on(_RGB); 154 } 155 } 156 return false; 157 default: 158 return true; 159 } 160 return false; 161 }