diff options
| author | milestogo <milestogo@users.noreply.github.com> | 2021-03-14 12:23:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-14 12:23:30 -0700 |
| commit | 7b7689d30796c977b95197091c16e8bb97000101 (patch) | |
| tree | dc81a91d109041e34a90940fdceaeede7d512e4f /users/miles2go/babl_chromeos.c | |
| parent | aa73411c14487465d7af9d9f1ca7cb5d157e9343 (diff) | |
| download | qmk_firmware-7b7689d30796c977b95197091c16e8bb97000101.tar.gz qmk_firmware-7b7689d30796c977b95197091c16e8bb97000101.zip | |
[Keymap] miles2go userspace update, add functions for babblepaste library, add prime_e keybard keymap (#9196)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/miles2go/babl_chromeos.c')
| -rw-r--r-- | users/miles2go/babl_chromeos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/miles2go/babl_chromeos.c b/users/miles2go/babl_chromeos.c index a0c461f24..fd644fc5c 100644 --- a/users/miles2go/babl_chromeos.c +++ b/users/miles2go/babl_chromeos.c | |||
| @@ -14,7 +14,7 @@ https://support.google.com/docs/answer/181110?co=GENIE.Platform%3DDesktop&hl=en | |||
| 14 | 14 | ||
| 15 | # ifdef BABL_CHROMEOS | 15 | # ifdef BABL_CHROMEOS |
| 16 | 16 | ||
| 17 | bool babblepaste_chromeos(uint16_t keycode) { | 17 | bool babblePaste_chromeos(uint16_t keycode) { |
| 18 | # ifdef BABL_MOVE | 18 | # ifdef BABL_MOVE |
| 19 | BABLM(BABL_GO_LEFT_1C, SS_TAP(X_LEFT)); | 19 | BABLM(BABL_GO_LEFT_1C, SS_TAP(X_LEFT)); |
| 20 | BABLM(BABL_GO_RIGHT_1C, SS_TAP(X_RIGHT)); | 20 | BABLM(BABL_GO_RIGHT_1C, SS_TAP(X_RIGHT)); |
