Search found 16 matches

by Aenuriel
28 Feb 2016, 20:53
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 410693

Hello guys,

I did the modifications in all files, but I don’t understand how to create the .hex file with the makefile. I don’t know too how to use WinAVR.

Can someone explain it to me or build the .hex file for me?

Thanks for your answers.
by Aenuriel
13 Jan 2016, 14:20
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 410693

Hi again,

Can a macro definition like this work?

/* Macro definition */
const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
{
switch (id) {
case DEL_INS :
/*
* NOTHING => DEL
* RALT => INS
*/
if (Keyboard.IsKeyDown(Key.RightAlt)) {
ACTION_KEY(KC_INS)
} else ...
by Aenuriel
13 Jan 2016, 11:32
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 410693

Very nice answer, thank you.

But ouch, I have some difficulties to understand it ^^
Can I launch a macro by pressing on 2 keys (Shift + Esc) ?
by Aenuriel
13 Jan 2016, 10:25
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 410693

Thank you for your answer.

So, if I understand:

1. I was right.

2.a) I don't use this way.

2.b) I have to do it better. I changed the code for this:
const uint16_t PROGMEM fn_actions[] =
{
[2] = if (RALT=1;LSFT=0;RSFT=0) /* Alt Gr */
{ACTION_MODS_KEY(MOD_RALT , KC_GRV)} /* “–” key */
else if ...
by Aenuriel
12 Jan 2016, 16:02
Forum: Workshop
Topic: How to build your very own keyboard firmware
Replies: 711
Views: 410693

Hi guys,
I need your support and and tips in order to configure a Tensy 2.0 firmware.

- 1. As a French using a BÉPO layer, is better to proceed like this?
o I code for a QWERTY layout, adding:
/* translates key to keycode */
uint8_t keymap_key_to_keycode(uint8_t layer, key_t key
{
return pgm ...
by Aenuriel
02 Nov 2015, 14:33
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

I have another question:

Can I mount plate-mounted clips (for costar stabilizers) for an "ISO Enter keycaps" with this type of frame?
http://world.taobao.com/item/43280594282.htm?spm=a312a.7728556.2015080705.14.gCBNqd&id=43280594282&scm=1007.12006.7587.i521127762018&pvid=a13420b0-aa2e-4ced-b959 ...
by Aenuriel
01 Nov 2015, 22:06
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Hi and sorry for the late answer,

Maybe the pcb's rarity make it so expensive, isn't it?
by Aenuriel
30 Oct 2015, 15:23
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Hi,

As I don’t find all components for a RS96 (and as $1600 for a mounted one is too expensive), I will build a RS77. I think I found all I need for it, but I ask for your help to check if I need something else and if all of these components are compatible together:
- case:
http://world.taobao.com ...
by Aenuriel
28 Oct 2015, 17:33
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

If someone can help me me with Taobao, it will be very nice.
by Aenuriel
28 Oct 2015, 17:31
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Very nice idea, thanks.

I found this:
http://world.taobao.com/item/43315221628.htm?spm=a312a.7700714.0.0.Bocrig#detail

There isn’t any large picture, is it this:
http://img04.taobaocdn.com/bao/uploaded/i4/TB1kuj1GpXXXXcoaXXXXXXXXXXX_!!0-item_pic.jpg
?

And how can I which switches are there ...
by Aenuriel
28 Oct 2015, 15:26
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

I found the perfect keyboard size: the Duck Lightsaver, which seems not anymore sell.

Is there something I can buy like this keyboard?
by Aenuriel
27 Oct 2015, 18:26
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Yes that is what I mean.

So I guess this is not possible with a standard ANSI like the KUL.
by Aenuriel
27 Oct 2015, 17:54
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Do you know if the 2 alt keycaps can be use as different keycaps or not, with ANSI layout?
by Aenuriel
27 Oct 2015, 15:57
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

I already tried MX Brown and I love it. I however never tried other switches.
by Aenuriel
27 Oct 2015, 15:45
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Thank you for your answers.

The ducky zero is a nice option, but I really want MX Brown switches.

What is the best quality between these products?
- Keyed Up Labs ES-87 (but ANSI, so only if I can configure an "alt gr" keycap instead of the "right alt" one, but I love it)
- Filco Majestouch 2 ...
by Aenuriel
27 Oct 2015, 15:01
Forum: Keyboards
Topic: Looking for a keyboard
Replies: 25
Views: 5395

Looking for a keyboard

Hello,

I am looking for a keaboard with these features:
- a well-built, solid, black or dark grey, simple case (I like the design of the "Topre Type Heaven" or "Ducky Shine 4-5")
- 100%, 95%, 90% or 75% sized
- MX Brown switches
- an ISO layout, but I am okay with ANSI only if I can configure an ...

Go to advanced search