fauxpark
e8b65d0170
Cleanup rules.mk for 32U4 keyboards, A-F ( #6804 )
...
* Cleanup rules.mk for 32U4 keyboards, A-F
* Put back stuff in VIA keymaps
6 years ago
fauxpark
ba42a5ae68
Remove commented out MCUs in rules.mk ( #5884 )
6 years ago
Branden Byers
57fbf072f1
[Keyboard] Add cKeys Handwire 101 Keyboard ( #4848 )
...
* Update general README
* Add handwire_101
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Use Pragma once
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/config.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/config.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/handwire_101.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/handwire_101.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Change KEYMAP to LAYOUT and remove endif
* Apply suggestions from code review
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Move layers to enum and remove KC_TRNS
6 years ago
Jack Humbert
b476d65b9c
Update keyboards' rules.mk/Makefiles ( #1442 )
...
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
8 years ago
Nurahmadie
f8ed4ed573
Initial work for my kbod support in qmk_firmware
...
- Wiring layout done
No actual keymap yet
8 years ago
Gabriel Young
19fd20261b
sketch out frosty flake matrix using custom matrix.c based on kitten paw
8 years ago
Gabriel Young
3766f902a0
boilerplate project created with new_project.sh
8 years ago
Gabriel Young
976c856966
Update size estimates in the Makefile
...
MIDI_ENABLE = no
text data bss dec hex filename
0 17080 0 17080 42b8 satan_midi.hex
MIDI_ENABLE = yes
MIDI_BASIC undefined
MIDI_ADVANCED undefined
text data bss dec hex filename
0 19494 0 19494 4c26 satan_midi.hex
+2414 bytes (vs. MIDI_ENABLE = no)
MIDI_ENABLE = yes
0 20846 0 20846 516e satan_midi.hex
+1352 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED
off)
MIDI_ENABLE = yes
#define MIDI_BASIC
#define MIDI_ADVANCED
text data bss dec hex filename
0 21292 0 21292 532c satan_midi.hex
+1798 bytes (vs. MIDI_ENABLE = yes, MIDI_BASIC off, MIDI_ADVANCED
off)
Conclusion:
+2400 to 4200, depending on config
8 years ago
Priyadi Iman Nurcahyo
c68e596f32
Implement faux-clicky feature
8 years ago
Fred Sundvik
ab4d7adbb9
Fix the template for the Makefile/rules.mk split
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
Jack Humbert
a8375fa15a
updates all config.h and Makefiles to correct references, text
9 years ago
Jack Humbert
d9e4dad0a8
Makefile redo & other features ( #395 )
...
* .build containment implemented
* no destructive variable setting - builds in either folder
* make from 3 places
* cleans before each build
* make from root with keyboard=keyboard, keymap=keymap
* make from keyboard/keyboard with keymap=keymap
* make from keymaps/keymap
* only implemented on planck
* adds color diag to avr-gcc
* makefiles for all plancks, clean-up
* quick build-all makefile for plancks
* reformatting of make output (colors)
* color toggle, tmk path corrections
* correct if statement for color
* move config.h to main makefile, updates preonic, atomic
* format update, all keyboards targets
* makefile optional for build all target, alps and arrow_pad updated
* alps updated
* make planck default, trying out travis recipe for all-keyboards
* all-keymaps target, different travis recipe
* updates alps64
* updates keyboards to new format
* updates clue* projects
* all projects updated, specialise EZ .hex, let .hex through
* updates travis
* automatically find root, keyboard, keymap
* silent echo, cleaned-up mass make output
* updates all keyboards' .hex files except EZ
* Rename Bantam44.c to bantam44.c
* Rename Bantam44.h to bantam44.h
* nananana
* adds six key keyboard
* does same to ez as rest
* updates send_string example
* brings ergodox_ez up to date
* updates template/new project script
* adds sixkeyboard
* adds readme for sixkeyboard
* adds sixkeyboard to travis
* filenames, gitignore mess
* define clock prescaler stuff manually
* make quick, size test example
* documentation and dfu-no-build
9 years ago
Jack Humbert
38987d4c15
updates quantum template to prevent backlight conflicts
9 years ago
Jack Humbert
0656f2fa10
moves backlight functionality to keyboard files and updates template makefile
...
previously there were two backlight.c files (bad)
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
6485c7d7da
nkro info
10 years ago
Jack Humbert
6f3141965e
new project script
10 years ago
Jack Humbert
46e7fb2d3c
quantum separated
10 years ago
Jack Humbert
71a8fd8b12
bluetooth working with usb
10 years ago
Jack Humbert
c966e7982c
bluetooth
10 years ago
Jack Humbert
266ff2344e
backlight
10 years ago
Jack Humbert
f512923456
new default layout
10 years ago
Jack Humbert
6ec03b2218
unicode working, i think
10 years ago
Keith Miyake
6a4ee574bc
use preprocessor conditional on backlight initialization
10 years ago
Jack Humbert
ed384bd437
beeps update
10 years ago
Jack Humbert
91176d854b
speaker working, midi out
10 years ago
Jack Humbert
9b46f4021e
midi on planck
10 years ago
Jack Humbert
cda23c754e
midi working
10 years ago
Jack Humbert
5d2baede8a
making the extended keymap the default - no more 'common'
10 years ago
Jack Humbert
04885a3b44
preonic
10 years ago
Jack Humbert
e528087ee5
midi
10 years ago
Jack Humbert
1e598743b0
matrix
10 years ago
Jack Humbert
b3f638f491
ok
10 years ago
cr3473
59f2001b31
Added ability to set the MATRIX in build/make
10 years ago
Jack Humbert
d61d1f5ca3
layouts, default
10 years ago
Jack Humbert
0e189b6bdd
quark
10 years ago
Jack Humbert
cb3e499cc7
backlight stuff
10 years ago
Reed Swiernik
15110bf7a0
Corrected makefile common var
10 years ago
Reed Swiernik
85f8506caa
Moved keymap file location and fixed bugs in keymap_reed.c
10 years ago
Reed Swiernik
0541af4ff9
Updated makefile to properly handle non extended keymaps
10 years ago
Reed Swiernik
bf1987e233
updated makefile
10 years ago
Jack Humbert
708f95a472
working extended keymap
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
ea6de22aee
brett
10 years ago
Jack Humbert
a4d091eb52
joe
10 years ago
Jack Humbert
2e0d872ab7
sean
11 years ago
Jack Humbert
42fe42274f
names
11 years ago
Jack Humbert
d6f2f878f9
dotcom
11 years ago