Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging keymaps for user profile PeterFalken. #19299

Closed
wants to merge 44 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
6b0ff04
chore: add my keyboards.
PeterFalken Jul 4, 2022
e31c806
chore: allow disabling RGB_MATRIX_ANIMATIONs
PeterFalken May 22, 2022
a2ad130
chore: enable CAPS_WORD
PeterFalken Jul 1, 2022
25c1119
chore: add USB_SUSPEND_WAKEUP_DELAY
PeterFalken Jul 2, 2022
241c6ef
chore: add planck & preonic keymaps
PeterFalken Jul 28, 2022
3aecf7e
chore: update planck & preonic configuration & keymaps
PeterFalken Jul 30, 2022
c89f96a
chore: update plack keymap to include KC_DEL on LOWER
PeterFalken Sep 5, 2022
b6ce2da
chore: Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_*
PeterFalken Dec 1, 2022
e28ae2c
chore: fix user map for work_board
PeterFalken Dec 2, 2022
edb5e00
chore: standarize custom keycodes & layers
PeterFalken Dec 2, 2022
e6f0513
Merge branch 'qmk:master' into my.keebs
PeterFalken Dec 9, 2022
0c39bec
chore: disable RGB underglow
PeterFalken Dec 9, 2022
eb022d3
chore: disable RBG keys
PeterFalken Dec 9, 2022
3d3722d
chore: explicitly enable BOOTMAGIC
PeterFalken Dec 9, 2022
8f49d56
chore: explicitly enable BOOTMAGIC
PeterFalken Dec 9, 2022
181a5ba
chore: add keymap for macropad
PeterFalken Dec 9, 2022
0965fab
chore: fix build errors
PeterFalken Dec 9, 2022
2e8f2c5
chore: update layers on micro
PeterFalken Dec 10, 2022
0debac4
chore: consitent rules.mk
PeterFalken Dec 10, 2022
0f81629
chore: disable TAP_DANCE
PeterFalken Dec 11, 2022
996d66a
chore: update CAPS_WORD keycode
PeterFalken Dec 11, 2022
26926be
Merge branch 'qmk:master' into my.keebs
PeterFalken Dec 11, 2022
ae8c469
chore: work_board clean up
PeterFalken Dec 11, 2022
9e6f760
chore: fixes for adafruit/macropad
PeterFalken Dec 12, 2022
e3c75cd
chore: fixes for planck/rev6_drop
PeterFalken Dec 12, 2022
47f3a1a
chore: fixes for preonic/rev3_drop
PeterFalken Dec 12, 2022
073c96b
chore: fixes for system76/launch_1
PeterFalken Dec 12, 2022
551019d
chore: update work_louder keyboards.
PeterFalken Dec 12, 2022
e128a72
chore: update profile to 'peterfalken'
PeterFalken Dec 12, 2022
f22143f
chore: use default indicator led map
PeterFalken Dec 13, 2022
014e3a8
chore: cleanup
PeterFalken Dec 13, 2022
a6ed5d0
chore: cleanup
PeterFalken Dec 13, 2022
21ef89f
Comment from faux park on preonic config.h
PeterFalken Dec 13, 2022
b03ce99
Comment from fauxpark on Planck config.h
PeterFalken Dec 13, 2022
d609d46
Merge branch 'qmk:master' into my.keebs
PeterFalken Dec 19, 2022
b9ca49c
Merge branch 'qmk:master' into my.keebs
PeterFalken Dec 23, 2022
1206b60
Merge branch 'qmk:master' into my.keebs
PeterFalken Dec 26, 2022
b111b56
Merge branch 'qmk:master' into my.keebs
PeterFalken Jan 2, 2023
bd320db
Merge branch 'qmk:master' into my.keebs
PeterFalken Jan 3, 2023
46c391b
Merge branch 'qmk:master' into my.keebs
PeterFalken Jan 21, 2023
7d54485
Merge branch 'qmk:master' into my.keebs
PeterFalken Jan 25, 2023
169c322
Merge branch 'qmk:master' into my.keebs
PeterFalken Jan 28, 2023
48f20ef
Merge branch 'qmk:master' into my.keebs
PeterFalken Feb 5, 2023
d108c40
Merge branch 'qmk:master' into my.keebs
PeterFalken Feb 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add USB_SUSPEND_WAKEUP_DELAY
PeterFalken committed Dec 1, 2022

Verified

This commit was signed with the committer’s verified signature.
minrk Min RK
commit 25c1119907467b818e4847e145372ebfebfda90d
13 changes: 9 additions & 4 deletions keyboards/system76/launch_1/keymaps/PeterFalken/config.h
Original file line number Diff line number Diff line change
@@ -19,16 +19,21 @@

#include "config_common.h"

// Avoid warning - "Attached USB accessory uses too much power."
// Fix warning - "Attached USB accessory uses too much power."
#ifndef USB_MAX_POWER_CONSUMPTION
#define USB_MAX_POWER_CONSUMPTION 100
#endif

// Fix unresponsive on wake from sleep
#ifndef USB_SUSPEND_WAKEUP_DELAY
#define USB_SUSPEND_WAKEUP_DELAY 200
#endif

// Space optimizations - 01
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
#define NO_ACTION_ONESHOT // Check implications
#define NO_ACTION_TAPPING // Check implications
//#define NO_ACTION_ONESHOT // 18016 - 17348
//#define NO_ACTION_TAPPING // 18016 - 16158

// Space optimizations - 02
#ifdef RGB_MATRIX_ENABLE
@@ -42,7 +47,7 @@

// Redefine values
// Number of milliseconds to wait until RGB automatically turns off
#define RGB_DISABLE_TIMEOUT 10000
#define RGB_DISABLE_TIMEOUT 5000
// Limits maximum brightness of LEDs to 120 out of 255
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
// Sets the default startup mode
7 changes: 4 additions & 3 deletions keyboards/system76/launch_1/keymaps/PeterFalken/rules.mk
Original file line number Diff line number Diff line change
@@ -2,9 +2,10 @@
# ENABLE_VIAL = yes

# Disable QMK features
GRAVE_ESC_ENABLE = no # Not needed
MAGIC_ENABLE = no # No MAGIC functions needed
SPACE_CADET_ENABLE = no # Free up space
GRAVE_ESC_ENABLE = no # Not needed
MAGIC_ENABLE = no # No MAGIC functions needed
RAW_ENABLE = no # Disable raw HID commands
SPACE_CADET_ENABLE = no # Free up space

# Enable QMK features
CAPS_WORD_ENABLE = yes