This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;gimage:0`000<P000380000?<?M1HH1000E7000000000000039<HKMY^EIcZKMAG^5]2AkAH=U[2FTIH?5TnXa1I`[>~TYa^FURnFKI]E5[6AJAJB5RhARYK@4BRABY694NlAZ17?UTdABYI?3@LJl9~fV]:<ii7;TJXAJi4US<DKEi463>DAJbS5Vg@FTQH<haT<YA~gV_9><QJcVa0K=Y[`TBW:<1~FTJR<Y6<H38N<HK4;g_A5lcE:g]H<aDX@:>]1cS4ZcU:TYBd:`Jo5kU[DS8JPYhb336>K]hd7aLfm[=JE3<BiKm9b~BUFUCf<>Fc:4eke~BPEcQbV6:BiS59f`LiJ]Sf_]D]BL2S;]FVmSEJef[KJee9B8:HMB9W==>TDYYKc7RfDYA2WY<FQk97>X<JLaDX`aQ1FU[E9[@ZN;AjB:NdU2JD[4@B`bYeYWBR@YiVY8BXMJ:48UNdM:2cZVF~J;24;[<NEZRTZVH~MR9ZBXFXN3AZa6N`Tj26~4NhJdaKaW:DB3IRW8FPKf1oKSBFOE9D[8<@E:iT77>NDiCV?G]G><n;d?`n9>h2e0K`g3hC;P82oR;^4bh20@`23Q<^10;n4bhS;P0<D]hC;P0<D`0?l0o`3o0?l02F?R:n002Rf3X<=P8`1:Hn8ah8032009Pj3Q<^1ShS3P03A3i2[R?n1300SR;N13hRgQ=^13P<=P8`19@n8YhcSP@f032008@n4jhbSP@f3R;^13hRWP@n4bh00OhRh02^002>8Th2>08n4bh007@h0ShRCP@>8ah2<022<0B4=PhC;P8`08hRSP8`08@h0ShRoP@4=PhcOP8`0OhC;P0`X024>08n@Zh0078j13@4<022=0;N8`h014hR~]h80ShR[P00LSiR;P00PShcKPP><eh60S;H0S;J3R<><dh83S=N0052?Q>^20@`09hbOP8f3R:^0SH>8nh2<02D=0@b3S<n8Ph:0ShR[PPn8fh00ghR3P00oR:N0S00M300T |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdint.h> | |
#include QMK_KEYBOARD_H | |
#include "quantum.h" | |
#include "adafruit_ble.h" | |
#include "git_macros.h" | |
#include "secrets.h" | |
#include "config.h" | |
#ifndef SAFE_RANGE_USER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdint.h> | |
#include QMK_KEYBOARD_H | |
#include "quantum.h" | |
#include "adafruit_ble.h" | |
#include "git_macros.h" | |
#include "secrets.h" | |
#include "config.h" | |
#include "keymap_steno.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef SAFE_RANGE_USER | |
#define SAFE_RANGE_USER SAFE_RANGE | |
#endif | |
enum git_keycodes { | |
GIT_PULL = SAFE_RANGE_USER, | |
GIT_CHECKOUT_MASTER, | |
GIT_CHECKOUT_B, | |
GIT_PULL_REBASE_MASTER, | |
GIT_ADD_ALL, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum custom_keycodes { | |
LAUGH = SAFE_RANGE | |
}; | |
static uint16_t random_value = 157; | |
const uint16_t random_chars[9] = { | |
KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L | |
}; | |
bool process_record_user(uint16_t keycode, keyrecord_t *record) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include QMK_KEYBOARD_H | |
enum custom_keycoodes { | |
GIT_PULL = SAFE_RANGE, | |
GIT_CHECKOUT_MASTER, | |
GIT_CHECKOUT_B, | |
GIT_PULL_REBASE_MASTER, | |
GIT_ADD_ALL, | |
GIT_COMMIT, | |
GIT_AMEND, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uint16_t last_keycode = _______; | |
bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |
switch (keycode) { | |
case KC_COMM: | |
if (last_keycode == KC_DOT) { | |
if (record -> event.pressed) { | |
register_code(KC_SLSH); | |
} else { | |
unregister_code(KC_SLSH); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include QMK_KEYBOARD_H | |
#define _______ KC_TRNS | |
#define XXXXXXX KC_NO | |
#define SHF_A LSFT_T(KC_A) | |
#define SHF_ENT LSFT_T(KC_ENT) | |
#define L_1_SPC LT(1, KC_SPC) | |
#define L_2_SPC LT(2, KC_SPC) | |
#define L_3_Z LT(3,KC_Z) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-09-05T13:44:53.326Z","extensionVersion":"v3.4.2"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static uint8_t old_layer = 255; | |
void matrix_scan_user(void) { | |
#ifdef RGBLIGHT_ENABLE | |
uint8_t new_layer = biton32(layer_state); | |
if (old_layer != new_layer) { | |
switch (new_layer) { | |
case _QWERTY: | |
rgblight_mode(13); |
NewerOlder