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
diff --git a/keyboards/40percentclub/gherkin/config.h b/keyboards/40percentclub/gherkin/config.h | |
index d0c2be35b..b541e073a 100644 | |
--- a/keyboards/40percentclub/gherkin/config.h | |
+++ b/keyboards/40percentclub/gherkin/config.h | |
@@ -37,6 +37,9 @@ | |
/* Locking resynchronize hack */ | |
#define LOCKING_RESYNC_ENABLE | |
+#define COMBO_COUNT 2 | |
+#define COMBO_TERM 200 |
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
{ | |
"name": "YourAppNameHere", | |
"id": "com.example.your_app_name_here", | |
"exe": ["vlc.exe"], | |
"bundle": ["com.example.your_app_name_here"], | |
"connection": [ | |
{ | |
"name": "YourConnectionNameHereConnection", | |
"type": "websocket" | |
} |
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
exit.__class__.__repr__ = lambda self: self.__call__() |
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
# /home/pi/johnstewart.rb | |
require 'pp' | |
# monke | |
class String | |
def naturalized | |
scan(/[^\d\.]+|[\d\.]+/).collect { |f| f.match(/\d+(\.\d+)?/) ? f.to_f : f } | |
end | |
end |
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
MIT License | |
Copyright (c) [year] [fullname] | |
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: |
OlderNewer