Search found 623 matches: #define

Searched query: define

by NathanA
27 Jan 2024, 05:25
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards

... it, the layer will be toggled on or off (like TG). It needs 5 taps by default, but you can change this by defining TAPPING_TOGGLE -- for example, #define TAPPING_TOGGLE 2 to toggle on just two taps. TAPPING_TOGGLE is indeed set to 2, so you get identical behavior to TT(1) when using the preconfigured ...
by Muirium
05 Jan 2024, 09:31
Forum: Workshop
Topic: Help with xwhatsit and IBM Model F AT
Replies: 15
Views: 63788

Re: Help with xwhatsit and IBM Model F AT

The NumLock key sends the appropriate "Num Lock" key code, but apparently if I want the functionality to switch the Model F's numeric pad to a cursor pad, I'll have to define that as a separate layer So, you're on Mac, and this is your first experience hooking up a fullsize mech to one, right? ;) A...
by dramsey
05 Jan 2024, 02:26
Forum: Workshop
Topic: Help with xwhatsit and IBM Model F AT
Replies: 15
Views: 63788

Re: Help with xwhatsit and IBM Model F AT

The NumLock key sends the appropriate "Num Lock" key code, but apparently if I want the functionality to switch the Model F's numeric pad to a cursor pad, I'll have to define that as a separate layer (makes sense, really. I keep forgetting that the xwhatsit controller makes no assumptions about many...
by Muirium
16 Nov 2023, 14:15
Forum: Keyboards
Topic: Modern switch closest to the Alps Salmon or Oranges switches in the AEK
Replies: 49
Views: 79735

Re: Modern switch closest to the Alps Salmon or Oranges switches in the AEK

Correct! In general, there is no functional difference between left and right Shift etc., and the average user would give you a very strange look indeed if you tried to tell them there was! :lol: Now, those of us freaky enough to define our own keyboard combos for things—let alone build keyboards an...
by taraskremen
11 Nov 2023, 20:10
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards

I'm trying my darndest but I keep running into issues. I started by nuking any qmk executable I had on my system, just to be sure it wasn't being used. I then, as directed by the Google doc, ran python3 -m pip install --user qmk qmk setup (i run a variant of arch btw) and had it clone into a comple...
by AlpsComeback
11 Nov 2023, 07:40
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards

If all you want is just basic QMK, then yeah, basically just clone the purdea.ro git repo and build straight from that. Really should work out of the box, and there's nothing piecemeal about it. I'm trying my darndest but I keep running into issues. I started by nuking any qmk executable I had on m...
by Muirium
01 Nov 2023, 13:16
Forum: For sale
Topic: Summer Sale - Many keyboards - UK/EU
Replies: 64
Views: 86468

Re: Summer Sale - Many keyboards - UK/EU

I was the one who (finally…) bought the NEC APC-H412 Palatino was selling in this thread (#32). Shipped out good and quick. Can recommend! I've just been too busy lately to give it the TLC it needed until now. Looking much better after a good strip and clean, but naturally Scotland's dark and dismal...
by NathanA
12 Oct 2023, 19:41
Forum: Workshop
Topic: Flash New Model F with VIAL firmware
Replies: 10
Views: 33285

Re: Flash New Model F with VIAL firmware

Somehow missed Kugelkopf's post here last year... NathanA's files work nicely, thanks for sharing! Just in case anybody finds their way to this thread later and sees the link to my Vial firmwares supplied by OP Kurk at the top, there are newer/updated versions & I definitely recommend those. Here is...
by Ellipse
11 Sep 2023, 23:55
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards

... directly. Would reducing this number in the QMK config fix the USB hub issues? DMA noted that the Model F without solenoid consumes about 31ma. #define USB_MAX_POWER_CONSUMPTION 500` * sets the maximum power (in mA) over USB for the device (default: 500)
by depletedvespene
31 Aug 2023, 12:35
Forum: Keyboards
Topic: Explain like I'm 5: Remap a key with a Soarer's converter
Replies: 15
Views: 17110

Re: Explain like I'm 5: Remap a key with a Soarer's converter

Another thing to note, while we're at it, is an important difference between Soarer's Converter and TMK/QMK/etc.: On TMK, QMK et al, you need to define a full map of the keyboard, "compile" an entire firmware (those .hex files you'll see) and then flash the compiled firmware into the controller's ch...
by NathanA
23 Aug 2023, 06:33
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F62+F77 orders now open! New Kishsaver+Industrial Model F Keyboards

... I wonder, if combos can be used at all to enter bootloader mode running Vial firmware? IIRC, there is a bug in the Vial firmware, related to a #define or enum, which NathanA explained a while ago: the actual reset/bootloader keycodes have +1 codes, thus the code which should be 0x5C00 may actually ...
by Muirium
04 Jul 2023, 10:43
Forum: Keyboards
Topic: Remapping keys that send multiple codes with Soarer's converter.
Replies: 5
Views: 1613

Re: Remapping keys that send multiple codes with Soarer's converter.

No. Irritatingly, all I can say is that you're understanding it wrong. Sorry. ;) Macros define events that happen the instant BOTH keys are pressed. The sequence doesn't matter. You can be holding F9 then press LALT and only when both keys are down does the macro's condition turn true and it is run....
by snacksthecat
16 Jun 2023, 23:10
Forum: Workshop
Topic: QMK Powered Equivalent to Soarer’s Converter?
Replies: 99
Views: 96968

Re: QMK Powered Equivalent to Soarer’s Converter?

Questions for Pandrew if he is reading along: #1 -- Any idea why might the service light on mine always be showing yellow (i.e. degraded)? Everything seems to work fine and I don't see anything alarming in the terminal. Just has me curious. brave_hFt9lurHO5.png #2 -- Do you know if it's possible to ...
by Ordinary Witch
05 May 2023, 23:49
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards

Ellipse: On Linux, you can pretty reliably use the actual F13-24 keycodes as defined by the USB HID usage tables spec in any program in my experience. If the default keymap won't use those codes, maybe there could be a keymap file included in the firmware zip archive that does, when the time comes t...
by pandrew
14 Apr 2023, 15:42
Forum: Workshop
Topic: Mini art and the M-star style
Replies: 6
Views: 4166

Re: Mini art and the M-star style

I did my own "MiniRazz" replacement controller for the Mini M, see here: https://github.com/purdeaandrei/MiniRazz I've done VIAL firmware for it here: https://github.com/purdeaandrei/vial-qmk-minirazz/releases And pure QMK PR is pending here: https://github.com/qmk/qmk_firmware/pull/20106 There's al...
by Ordinary Witch
11 Apr 2023, 16:34
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

... \ I looked at wcass/wcass.h, and I can say with confidence that this isn't valid C preprocessor code: #define LAYOUT_all( \ KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO, \ KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO,KC_NO, ...
by Muirium
16 Mar 2023, 11:17
Forum: Keyboards
Topic: Small queries re. Unicomp 122's Single Usage Code controller
Replies: 12
Views: 2123

Re: Small queries re. Unicomp 122's Single Usage Code controller

2KRO is a fundamental flaw of membrane keyboards like the Model M. The exact membrane layout will define just how limiting that is in actual use. Consumer Model Ms are usually pretty good at hiding it—they give the modifier keys special prominence in the matrix—but the vintage 122 I had was very poo...
by thefarside
13 Jan 2023, 05:00
Forum: Workshop
Topic: IBM 4704 F107 Restoration
Replies: 22
Views: 5476

Re: IBM 4704 F107 Restoration

Part 2 Next I put a new foam mat onto the back of the barrel plate. Step 17 Put Foam Over Barrel Plate.jpg I mounted the barrel plate onto two blocks of wood to raise it from the desk, allowing me to insert the barrels. Step 18c Install Barrels.JPG Next I installed the flippers. I’m converting the ...
by photekq
01 Jan 2023, 00:03
Forum: Keyboards
Topic: GOOD Cherry MX Switches
Replies: 38
Views: 10659

Re: GOOD Cherry MX Switches

How much of a difference do you feel on switches made with old tooling vs updated tooling, i.e. 2000s Blue vs Today's Blue? Which Cherry switches do you think are good/bad and why? I think they're all great. Or rather, they can all be great under the right conditions *. My experience is almost enti...
by SunshineRag_DT
29 Dec 2022, 02:35
Forum: Workshop
Topic: Wheelwriter 70 - QMK Conversion and XT Case Build
Replies: 15
Views: 8113

Re: Wheelwriter 70 - QMK Conversion and XT Case Build

What hoops did you have to jump through to get the m-star to compile on current QMK? To be honest the only thing I did was sort out the Wheelwriter matrix and mapped it to the MSTAR Mini M pin layout. QMK did the rest for me. Also note that I did not build any of the standard MSTAR configs other th...
by inozenz
07 Dec 2022, 00:46
Forum: Marketplace Help
Topic: Price Check: How much is my _____ worth?
Replies: 4745
Views: 1345513

Re: Price Check: How much is my _____ worth?

I have a raw board that I have scored two sets of selectric keycaps for recently Which model? And which selectric keycaps? Photos would be a great help. Currently don't have it on hand but here are the boards original listing photos I have, aside from the pcb being replaced with an xwhatsit convert...
by kmnov2017
02 Dec 2022, 22:06
Forum: Keyboards
Topic: Deskthority Secret Santa
Replies: 35
Views: 11316

Re: Deskthority Secret Santa

Seeing as I won’t be shipping or receiving anything myself, I can handle it if everyone’s up for that. ;) I suggest a pseudorandom system where people can define which geography they’re happy sending their parcel to. We’ll need to play tight with customs declarations (outside of the EU) as well. I ...
by Muirium
02 Dec 2022, 20:46
Forum: Keyboards
Topic: Deskthority Secret Santa
Replies: 35
Views: 11316

Re: Deskthority Secret Santa

Seeing as I won’t be shipping or receiving anything myself, I can handle it if everyone’s up for that. ;) I suggest a pseudorandom system where people can define which geography they’re happy sending their parcel to. We’ll need to play tight with customs declarations (outside of the EU) as well. I e...
by Bionicman
02 Dec 2022, 07:00
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F62+F77 orders now open! New Kishsaver+Industrial Model F Keyboards

... ) which adds documentation ( https://github.com/qmk/qmk_firmware/blob/master/docs/feature_haptic_feedback.md#haptic-key-exclusion ) mentioning "`#define NO_HAPTIC_MOD` in config.h". If you open `keyboards/xwhatsit/brand_new_model_f/f77/wcass/config.h` you will see `#define NO_HAPTIC_MOD` on line ...
by herald
28 Nov 2022, 14:01
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F62+F77 orders now open! New Kishsaver+Industrial Model F Keyboards

... to 'qmk_firmware/keyboards' - Edited 'qmk_firmware/keyboards/xwhatsit/brand_new_model_f/f77/wcass/config.h' to comment out '#define DESCRIPTION' and comment out '#ifndef ...' to '#endif' - Edited 'qmk_firmware/keyboards/xwhatsit/brand_new_model_f/f77/wcass/rules.mk' to add ...
by Bionicman
28 Nov 2022, 04:14
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F62+F77 orders now open! New Kishsaver+Industrial Model F Keyboards

... to 'qmk_firmware/keyboards' - Edited 'qmk_firmware/keyboards/xwhatsit/brand_new_model_f/f77/wcass/config.h' to comment out '#define DESCRIPTION' and comment out '#ifndef ...' to '#endif' - Edited 'qmk_firmware/keyboards/xwhatsit/brand_new_model_f/f77/wcass/rules.mk' to add ...
by engr
22 Nov 2022, 02:56
Forum: Other external
Topic: Great/Interesting Finds
Replies: 26263
Views: 8696293

Re: Great/Interesting Finds

The key is to have a Macro and Remap key. See, I get where you guys are coming from who want similar features implemented in modern firmwares. A custom build, where you define everything, seems like the perfect place to do this. And even the vintage freaks like me already assign keys of our own cho...
by Bionicman
21 Nov 2022, 19:56
Forum: Group buys
Topic: F104+SSK+122+62+77+50+Ergo orders now open! New Kishsaver+Industrial Model F Keyboards
Replies: 8705
Views: 3865295

Re: F62+F77 orders now open! New Kishsaver+Industrial Model F Keyboards

I believe it may have something to do with commenting out the line of code as noted in the manual: #define HAPTIC_EXCLUSION_KEYS 1 Commented out: //#define HAPTIC_EXCLUSION_KEYS 1 I have been following the manual's instructions, on section "Firmware - Via/Vial, QMK, xwhatsit", ...
by caberolo
21 Nov 2022, 00:01
Forum: Workshop
Topic: IO expanders with RP2040
Replies: 15
Views: 5145

Re: IO expanders with RP2040

... #include "debug.h" #include "util.h" #include "matrix.h" #include "debounce.h" #include QMK_KEYBOARD_H #include "analog.h" #include "spi_master.h" #define CHIP 0x40 // The chip's address (set by pins 4 & 5) #define IO_DIR_REG 0x00 // The Input/Output Register #define GPIO_REG 0x09 // The GPIO Register ...
by Muirium
19 Nov 2022, 20:25
Forum: Other external
Topic: Great/Interesting Finds
Replies: 26263
Views: 8696293

Re: Great/Interesting Finds

Does it program the same way as the Alps ProXellent? I haven't had a chance to play with Alps ProXellent, but the PreMa is really straightforward to program. You press the Macro Prg key, and the Macro on light starts flashing. Then you press the key to assign the macro to, then type the macro (up t...

Go to advanced search