Felix Jen
e8a65baf41
[Keyboard] Added Phantom Keyboard by Lucid ( #10988 )
...
* Added upcoming Phantom keyboard from Lucid
* syntax error
* updated layout name
5 years ago
Felix Jen
0a9476bc2a
[Keyboard] Added BKS65 Bolsa Supply PCB ( #10933 )
...
* Copied B65 and updated matrix
* Updated Caps LED Pin
* Updated most of the FW
* Updated errant names from Bolsa65 copy
* Keymap updates
* Moved to config.h LED indicators. Tested on PCB for functionality
5 years ago
Felix Jen
4511201d80
[Keyboard] added Bolsa65 keyboard by FJLabs ( #10394 )
...
* Modifed for BKS65
* Added test board
* attempts
* Working compile
* updated rules for processor frequency and documented
* Disabed some deprecated features
* Removed extraneous code
* remove test code
* Renamed board
* LED and layer code
* Added via support
* Update keyboards/fjlabs/bolsa65/bolsa65.c
Fixed indentation as suggested.
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous defaults
* Update keyboards/fjlabs/bolsa65/keymaps/default/keymap.c
Different layer enumeration method
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
New layer enumeration method.
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous description.
* Update keyboards/fjlabs/bolsa65/keymaps/via/rules.mk
Removed extraneous bootmagic
* Update keyboards/fjlabs/bolsa65/rules.mk
Updated rules
* Update keyboards/fjlabs/bolsa65/readme.md
Markdown list formatting
* Update keyboards/fjlabs/bolsa65/bolsa65.h
Changed layout name
* Update keyboards/fjlabs/bolsa65/info.json
Changed layout name
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Changed Layout name
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Change layout name
* Changed layout names
* Updated readme to reflect new keyboard name
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous code
* Added license file header
* Removed VSCode folder
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
* Update keyboards/fjlabs/bolsa65/info.json
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
5 years ago
AKiwi92
ecb2121069
[Keyboard] KiwiKeebs MacroBoard v1.0 ( #10080 )
...
* KiwiKeebs v.10 QMK
* Rename files and folder structure for QMK pull request
* Deleted unused files
* Added starter keymap
* Changes to make pull request compliant
* Removed lines for PR error
* Error fix in json for PR
* Update keyboards/kiwikeebsmacro/kiwikeebsmacro.h
* Update keyboards/kiwikeebsmacro/readme.md
* Update keyboards/kiwikeebsmacro/keymaps/default/readme.md
* Update keyboards/kiwikeebsmacro/keymaps/default/keymap.c
* Update keyboards/kiwikeebsmacro/info.json
* Update keyboards/kiwikeebsmacro/keymaps/default/keymap.c
* Update keyboards/kiwikeebsmacro/config.h
* Changed structure to allow for future boards
* Update keyboards/kiwikeebs/macro/config.h
* Update keyboards/kiwikeebs/macro/info.json
* Update keyboards/kiwikeebs/macro/keymaps/default/keymap.c
* Update keyboards/kiwikeebs/macro/keymaps/default/keymap.c
* Amended rotarty to use kb instead of user
* Updated structure after pull request commits
* Update keyboards/kiwikeebs/macro/config.h
* Update keyboards/kiwikeebs/macro/info.json
5 years ago
Konstantin Đorđević
2d39a9dcdb
Remove no-longer-necessary LTO checks from keyboards' config.h files ( #8773 )
...
* Remove no-longer-necessary LTO checks from keyboards' config.h files
* Remove unnecessary LTO check in @danielo515's Ergodox EZ keymap
* Remove unnecessary USE_Link_Time_Optimization checks from keyboards' config.h files
Note: DISABLE_LEADER doesn't seem to be used anywhere
5 years ago
Ethan Durrant
6e8876be39
[Keyboard] Lattice60 ( #8603 )
...
* created initial files for the lattice60
* modifying the keymaps and config
* keymap edits and docs
* modifying docs and added personal keymap
* added pic and website to readme
* added layout image for default keymap
* updating layout pictures
* minor formatting edit
* file cleanup
* trying to prevent errors with usbconfig
* removed usbconfig.h
* cleaning up comments
* switched to use community hhkb layout
5 years ago
yiancar
7f7b6b08e8
[Keyboard] Initial commit for mc76k ( #8000 )
...
* Initial commit for mc76k
* Update config.h
5 years ago
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
6 years ago
zvecr
fc06986989
Remove CUSTOM_MATRIX option from diode direction ( #5090 )
...
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION
* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
6 years ago
Drashna Jaelre
b05c0e46c6
Adds a default value for IS_COMMAND for COMMAND feature ( #4301 )
...
* Add default value for IS_COMMAND for COMMAND feature
* Cleanup and consistency
* Update Templates to reflect change
* Fix IS_COMMAND in template
* Fix IS_COMMAND define
* Use consistent IS_COMMAND block in templates
* Remove unnecessary `#undef IS_COMMAND` directives
* Fix compile issue on orthodox
* Reomve IS_COMMAND option for newer boards
* Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting
* Remove a couple of additional IS_COMMAND defines
* Remove remaining redundant IS_COMMAND definitions
* Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin
* Remove multiple empty lines in modified config.h files
* Update additional boards
* Reomve IS_COMMAND from newer boards
* Update Alice keyboard
* Remove IS_COMMAND from additional boards
Jan 24th edition
6 years ago
Elliot Powell
774bee6426
Moved ep40 to ep/40 for easier adding of next ep keyboard ( #4439 )
...
* add initial ep40 files
* fixed issues
* updated keymap
* Added media control
* Update keyboards/handwired/ep40/rules.mk
Co-Authored-By: e11i0t23 <32494740+e11i0t23@users.noreply.github.com>
* Fixed requested changes
* Fixed more requested changes
* Added delete key to layor 1
* Updated defualt keympap to have a Backspace mod del key
* removed place holder
Co-Authored-By: e11i0t23 <32494740+e11i0t23@users.noreply.github.com>
* removed obsolete code
Co-Authored-By: e11i0t23 <32494740+e11i0t23@users.noreply.github.com>
* Moved ep40 to ep/40
* Fixed file names for moved code
* Fixed readme
7 years ago
Elliot Powell
426c18b8c6
Keyboard: add ep40 qmk support ( #4291 )
...
* add initial ep40 files
* fixed issues
* updated keymap
* Added media control
* Update keyboards/handwired/ep40/rules.mk
Co-Authored-By: e11i0t23 <32494740+e11i0t23@users.noreply.github.com>
* Fixed requested changes
* Fixed more requested changes
7 years ago
yiancar
6fa3cfbf53
Keyboard: Add HS60 V2 ( #4250 )
...
* HS60 V2
- Created V1 and V2 folders
- Added V2 ARM configuration
* Problems in paradise
* More touble
* We got it now!
7 years ago
yiancar
a7df902734
Addition of hard brigtness limit for RGB_Matrix ( #3299 )
...
* Addition of hard brigtness limit for RGB_Matrix
- Added a define "RGB_MATRIX_MAXIMUM_BRIGHTNESS" to enable hard limiting the maximum brightness for rgb_matrix
- Used the above define to limit the maximum brigthness of HS60 for better stability
* Added docs for new rgb_matrix define
* Addition of check for maximum brightness
7 years ago
yiancar
a659666e8a
Fix HS60 config for ANSI keymap ( #3054 )
...
- This is mostly for safety
7 years ago
yiancar
323cd35767
Addition of HS60 ISO keyboard ( #2972 )
...
* Added Modular keyboards L,R and NUM
Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split
* Remove modular from master
This is to fix incorrect branching
* HS60 initial rgb port
porting HS60 to master rgb code
* HS60 fixes
* Hs60 rgb changes
* Cleanup for HS60 ISO
* More HS60 cleanup
* Update config.h
* More Cleanup for HS60
* HS60 modifications to work with configurator
* More HS60 cleanup
* Remove userspace layouts on HS60
* Update rules.mk
* HS60 bootloader change
7 years ago
Jonathan Lucas
2877b858d3
Fix erroneous character
...
Must have been keeb testing :)
9 years ago
Jonathan Lucas
f13f48a35e
Added CMD60 keymap
9 years ago
Robbie Gill
bfd673fbae
initial version of handwired/fivethirteen ( #462 )
9 years ago
Jack Humbert
13bb6b4b7f
Backlight abstraction and other changes ( #439 )
...
* redoes matrix pins, abstracts backlight code for B5,6,7
* slimming down keyboard stuff, backlight breathing implemented
* don't call backlight init when no pin
* cleans up user/kb/quantum calls, keyboard files
* fix pvc atomic
* replaces CHANNEL with correct var in breathing
* removes .hexs, updates readmes, updates template
* cleans-up clueboards, readmes to lowercase
* updates readme
9 years ago
Eric Tang
aaa758f1d3
Optimize matrix scanning ( #343 )
9 years ago
IBNobody
1d13aa933b
Minor Tweaks and Documentation
...
Fixed compiler warning by including bootloader.h in keymap_common.c.
Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined.
Added extra documentation to the template config.h
9 years ago
IBNobody
577971ab07
Magic Key Overrides / Keyboard Lock / Forced NKRO
...
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock
option to template / Added forced NKRO option to template (disabled by
default)
9 years ago
Jack Humbert
24f2698fba
changes to the template
9 years ago
Jack Humbert
6f3141965e
new project script
10 years ago
Jack Humbert
35a81f5b8b
added ergodox
10 years ago
Jack Humbert
71a8fd8b12
bluetooth working with usb
10 years ago
Jack Humbert
c966e7982c
bluetooth
10 years ago
Jack Humbert
5bb7ef0012
rows to col option, maybe
10 years ago
Jack Humbert
91176d854b
speaker working, midi out
10 years ago
Jack Humbert
cda23c754e
midi working
10 years ago
Jack Humbert
04885a3b44
preonic
10 years ago
Jack Humbert
e528087ee5
midi
10 years ago
Jack Humbert
b3f638f491
ok
10 years ago
Ante Vukorepa
1f52d60ef1
Fixed brightness control; Reduced number of brightness levels to 4.
10 years ago
Jack Humbert
cb3e499cc7
backlight stuff
10 years ago
Wilba6582
15b9bce6ba
Initial commit for Planck PCB Rev 1.
...
- Backlight on PB7 controlled by Timer1 Fast PWM (no interrupts).
- Backlight commands connected temporarily to top left keys.
- Backlight init called from matrix.c, since there's no generic keyboard_init() override function.
10 years ago
Jack Humbert
ed8d9a099d
added planck folder
11 years ago
tmk
2721022078
Add mechanical locking switch support for NumLock and ScrollLock
12 years ago
tmk
10f33a3e48
Remove ACT_KEYMAP and ACT_OVERLAY
...
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
b2a19328ad
Changed Makefile and config.h for new options
12 years ago
tmk
9a3edb897a
Fix Makefile and config.h of gh60 for new options
12 years ago
tmk
dbcac865b9
Add NO_ACTION_KEYMAP config option
12 years ago
tmk
ecb7550a91
Add NO_ACTION_FUNCTION config option
12 years ago
tmk
9757f960f9
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
12 years ago
tmk
b057511f45
Add NO_ACTION_OVERLAY config option
12 years ago
tmk
9a106537f6
Add NO_PRINT and NO_DEBUG config options.
...
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
12 years ago
tmk
c4ab832be0
Fix Locking CapsLock support in ADB converter
12 years ago
tmk
92b92dd78f
Add mechanical locking switch support for CapsLock
12 years ago